|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Defines an interface to load, save JposEntries
| Method Summary | |
java.lang.String |
getClassName()
|
java.util.Enumeration |
getEntries()
|
java.net.URL |
getEntriesURL()
|
java.lang.Exception |
getLastLoadException()
|
java.lang.String |
getName()
|
java.lang.String |
getUniqueId()
|
boolean |
isComposite()
|
void |
load()
Tell the populator to load the entries |
void |
load(java.lang.String fileName)
Loads the entries specified in the fileName |
void |
save(java.util.Enumeration entries)
Tell the populator to save the current entries |
void |
save(java.util.Enumeration entries,
java.lang.String fileName)
Tell the populator to save the current entries in the file specified |
| Method Detail |
public java.lang.String getUniqueId()
public java.lang.String getClassName()
public void save(java.util.Enumeration entries)
throws java.lang.Exception
entries - an enumeration of JposEntry objectsjava.lang.Exception - if any error occurs while saving
public void save(java.util.Enumeration entries,
java.lang.String fileName)
throws java.lang.Exception
entries - an enumeration of JposEntry objectsfileName - the file name to save entriesjava.lang.Exception - if any error occurs while savingpublic void load()
public void load(java.lang.String fileName)
fileName - the entries file namepublic java.lang.Exception getLastLoadException()
public java.net.URL getEntriesURL()
public java.util.Enumeration getEntries()
public boolean isComposite()
public java.lang.String getName()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||