|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object insensa.commands.AbstractModelCommand insensa.commands.RenameRasterFileCommand
public class RenameRasterFileCommand
Field Summary | |
---|---|
private java.lang.String |
newFileName
|
private CRasterFileSet |
selectedFileSet
|
private CRasterFileInformation |
selectedRasterFile
|
Fields inherited from class insensa.commands.AbstractModelCommand |
---|
problem, workerStatus |
Constructor Summary | |
---|---|
RenameRasterFileCommand(CRasterFileSet fileSet,
CRasterFileInformation file,
java.lang.String newFile)
|
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 selectedFileSet
private CRasterFileInformation selectedRasterFile
private java.lang.String newFileName
Constructor Detail |
---|
public RenameRasterFileCommand(CRasterFileSet fileSet, CRasterFileInformation file, java.lang.String newFile)
fileSet
- file
- newFile
- Method Detail |
---|
public void execute() throws java.io.IOException, CRasterFileException
java.io.IOException
CRasterFileException
ModelCommand.execute()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |