insensa.commands
Class ImportFolderCommand

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

public class ImportFolderCommand
extends AbstractModelCommand


Field Summary
private  java.lang.String path
           
private  float percentStatus
           
private  boolean serialize
           
private  CRasterFileSet targetFileSet
           
 
Fields inherited from class insensa.commands.AbstractModelCommand
problem, workerStatus
 
Constructor Summary
ImportFolderCommand(CRasterFileSet targetFileSet, java.lang.String path, 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

path

private java.lang.String path

serialize

private boolean serialize

targetFileSet

private CRasterFileSet targetFileSet

percentStatus

private float percentStatus
Constructor Detail

ImportFolderCommand

public ImportFolderCommand(CRasterFileSet targetFileSet,
                           java.lang.String path,
                           boolean serialize)
Parameters:
targetFileSet -
path -
serialize -
Method Detail

execute

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