|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectch.interlis.ilirepository.IliFiles
public class IliFiles
represtens an ilimodels.xml file.
Constructor Summary | |
---|---|
IliFiles()
|
Method Summary | |
---|---|
void |
addFile(ch.interlis.ili2c.modelscan.IliFile file)
add a file to the list of files. |
ch.interlis.ili2c.modelscan.IliFile |
getFileWithModel(java.lang.String modelName,
double iliVersion)
gets the file that contains the given model. |
java.util.Iterator |
iteratorFile()
access to list of IliFile. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public IliFiles()
Method Detail |
---|
public java.util.Iterator iteratorFile()
public void addFile(ch.interlis.ili2c.modelscan.IliFile file)
public ch.interlis.ili2c.modelscan.IliFile getFileWithModel(java.lang.String modelName, double iliVersion)
modelName
- name of modeliliVersion
- iliVersion (e.g. 1.0) of searched model
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |