insensa.commands
Class MoveFileCommand

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

public class MoveFileCommand
extends AbstractModelCommand


Field Summary
private  CRasterFileInformation file
           
private  CRasterFileSet sourceSet
           
private  CRasterFileSet targetSet
           
 
Fields inherited from class insensa.commands.AbstractModelCommand
problem, workerStatus
 
Constructor Summary
MoveFileCommand(CRasterFileSet sourceSet, CRasterFileSet targetSet, CRasterFileInformation file)
           
 
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

sourceSet

private CRasterFileSet sourceSet

targetSet

private CRasterFileSet targetSet

file

private CRasterFileInformation file
Constructor Detail

MoveFileCommand

public MoveFileCommand(CRasterFileSet sourceSet,
                       CRasterFileSet targetSet,
                       CRasterFileInformation file)
Parameters:
sourceSet -
targetSet -
file -
Method Detail

execute

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