|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface InfoReader
| Method Summary | |
|---|---|
java.util.List<java.lang.String> |
getDependencies()
Returns a list with names of InfoReaders that have to be executed before this InfoReader can be executed. |
java.lang.String |
getErrorMassage()
|
org.jdom.Element |
getInfoElement()
|
java.lang.String |
getInfoName()
|
java.util.Vector<java.util.Vector<java.lang.String>> |
getInfos()
|
CRasterFileInformation |
getTargetFile()
Returns the file of type CRasterFileInformation that
holds this InfoReader targetFile will only be set if the InfoReader
operation was performed, otherwise null |
java.util.List<VariableValue<java.lang.String>> |
getVariableList()
|
boolean |
isRead()
|
void |
readInfos(CRasterFileInformation file)
This method will try to receive all informations from dependent InfoReader You can get InfoReader with file.getInfoReader(nameOfInfoReader); |
void |
setDependencyChecker(DependencyChecker mDep)
Set dependency checker |
void |
setInfos(org.jdom.Element eInfo)
Restore saved data |
void |
setTargetFile(CRasterFileInformation targetFile)
determines the target file for this InfoReader. |
void |
setUnread()
Set InfoReader to unread to execute it again |
void |
setVariableList(java.util.List<VariableValue<java.lang.String>> varList)
Configure InfoReader |
void |
setWorkerStatus(WorkerStatus mWorkerStatus)
Determines a WorkerStatus to listen to execution progress |
| Methods inherited from interface java.lang.Runnable |
|---|
run |
| Method Detail |
|---|
java.util.List<java.lang.String> getDependencies()
java.lang.String getErrorMassage()
org.jdom.Element getInfoElement()
throws java.io.IOException
java.io.IOExceptionjava.lang.String getInfoName()
java.util.Vector<java.util.Vector<java.lang.String>> getInfos()
CRasterFileInformation getTargetFile()
CRasterFileInformation that
holds this InfoReader targetFile will only be set if the InfoReader
operation was performed, otherwise null
java.util.List<VariableValue<java.lang.String>> getVariableList()
boolean isRead()
void readInfos(CRasterFileInformation file)
throws java.io.FileNotFoundException,
java.io.IOException
file - File that holds this InfoReader
java.io.FileNotFoundException
java.io.IOExceptionvoid setDependencyChecker(DependencyChecker mDep)
mDep - AbstractInfoReader.setDependencyChecker(insensa.helpers.DependencyChecker)
void setInfos(org.jdom.Element eInfo)
throws java.io.IOException
eInfo -
java.io.IOExceptionvoid setTargetFile(CRasterFileInformation targetFile)
targetFile - Target file of type CRasterFileInformation for
this InfoReadervoid setUnread()
void setVariableList(java.util.List<VariableValue<java.lang.String>> varList)
varList - the List of Variables to be setvoid setWorkerStatus(WorkerStatus mWorkerStatus)
WorkerStatus to listen to execution progress
mWorkerStatus -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||