|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object insensa.commands.AbstractModelCommand insensa.commands.ImportConfigCommand
public class ImportConfigCommand
Field Summary | |
---|---|
private java.util.List<CUser> |
existingUser
|
private CModel |
model
|
private java.lang.String |
oldConfigFilename
|
Fields inherited from class insensa.commands.AbstractModelCommand |
---|
problem, workerStatus |
Constructor Summary | |
---|---|
ImportConfigCommand(CModel model,
java.lang.String oldConfigFilename)
|
Method Summary | |
---|---|
void |
execute()
|
private boolean |
exists(java.util.List<CUser> existingUser,
CUser testUser)
|
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 CModel model
private java.lang.String oldConfigFilename
private java.util.List<CUser> existingUser
Constructor Detail |
---|
public ImportConfigCommand(CModel model, java.lang.String oldConfigFilename)
Method Detail |
---|
public void execute() throws java.io.IOException, CRasterFileException
java.io.IOException
CRasterFileException
ModelCommand.execute()
private boolean exists(java.util.List<CUser> existingUser, CUser testUser)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |