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