|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectinsensa.commands.AbstractModelCommand
insensa.commands.ImportFilesCommand
public class ImportFilesCommand
| Field Summary | |
|---|---|
private java.io.File[] |
files
|
private float |
percentStatus
|
private boolean |
serialize
|
private CRasterFileSet |
targetFileSet
|
| Fields inherited from class insensa.commands.AbstractModelCommand |
|---|
problem, workerStatus |
| Constructor Summary | |
|---|---|
ImportFilesCommand(CRasterFileSet targetFileSet,
java.io.File[] files,
boolean serialize)
|
|
| 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 boolean serialize
private CRasterFileSet targetFileSet
private float percentStatus
private java.io.File[] files
| Constructor Detail |
|---|
public ImportFilesCommand(CRasterFileSet targetFileSet,
java.io.File[] files,
boolean serialize)
targetFileSet - files - serialize - | Method Detail |
|---|
public void execute()
throws java.io.IOException
java.io.IOExceptionModelCommand.execute()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||