|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectinsensa.commands.AbstractModelCommand
insensa.commands.MoveFileCommand
public class MoveFileCommand
| 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 |
|---|
private CRasterFileSet sourceSet
private CRasterFileSet targetSet
private CRasterFileInformation file
| Constructor Detail |
|---|
public MoveFileCommand(CRasterFileSet sourceSet,
CRasterFileSet targetSet,
CRasterFileInformation file)
sourceSet - targetSet - file - | Method Detail |
|---|
public void execute()
throws java.io.IOException,
CRasterFileException
java.io.IOException
CRasterFileExceptionModelCommand.execute()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||