insensa.commands
Class ImportProjectCommand.DeleteFolderSolution

java.lang.Object
  extended by insensa.commands.AbstractModelCommand
      extended by insensa.commands.ImportProjectCommand.DeleteFolderSolution
All Implemented Interfaces:
ISolution, ModelCommand
Enclosing class:
ImportProjectCommand

private class ImportProjectCommand.DeleteFolderSolution
extends AbstractModelCommand
implements ISolution


Field Summary
private  java.io.File dirToDelete
           
 
Fields inherited from class insensa.commands.AbstractModelCommand
problem, workerStatus
 
Constructor Summary
ImportProjectCommand.DeleteFolderSolution(java.io.File dirToDelete)
           
 
Method Summary
 void execute()
           
 java.lang.String getMessage()
           
 
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
 
Methods inherited from interface insensa.commands.ModelCommand
check, createDependendCommands, getProblem, getWorkerStatus, retry, setWorkerStatus, undo
 

Field Detail

dirToDelete

private java.io.File dirToDelete
Constructor Detail

ImportProjectCommand.DeleteFolderSolution

public ImportProjectCommand.DeleteFolderSolution(java.io.File dirToDelete)
                                          throws ModelCommandException
Parameters:
dirToDelete -
Throws:
ModelCommandException
Method Detail

execute

public void execute()
             throws java.io.IOException,
                    CRasterFileException
Specified by:
execute in interface ISolution
Specified by:
execute in interface ModelCommand
Throws:
java.io.IOException
CRasterFileException
See Also:
ModelCommand.execute()

getMessage

public java.lang.String getMessage()
Specified by:
getMessage in interface ISolution
Returns:
See Also:
ISolution.getMessage()