insensa.commands
Class ImportFilesCommand

java.lang.Object
  extended by insensa.commands.AbstractModelCommand
      extended by insensa.commands.ImportFilesCommand
All Implemented Interfaces:
ModelCommand

public class ImportFilesCommand
extends AbstractModelCommand


Field Summary
private  java.io.File[] files
           
private  float percentStatus
           
private  boolean serialize
           
private  CRasterFileSet targetFileSet
           
 
Fields inherited from class insensa.commands.AbstractModelCommand
problem, workerStatus
 
Constructor Summary
ImportFilesCommand(CRasterFileSet targetFileSet, java.io.File[] files, boolean serialize)
           
 
Method Summary
 void execute()
           
 
Methods inherited from class insensa.commands.AbstractModelCommand
check, createDependendCommands, getProblem, getWorkerStatus, retry, setWorkerStatus, throwErrorMessage, throwProblem, undo
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

serialize

private boolean serialize

targetFileSet

private CRasterFileSet targetFileSet

percentStatus

private float percentStatus

files

private java.io.File[] files
Constructor Detail

ImportFilesCommand

public ImportFilesCommand(CRasterFileSet targetFileSet,
                          java.io.File[] files,
                          boolean serialize)
Parameters:
targetFileSet -
files -
serialize -
Method Detail

execute

public void execute()
             throws java.io.IOException
Throws:
java.io.IOException
See Also:
ModelCommand.execute()