|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface for the creation of Lookupable objects
Method Summary | |
Lookupable |
createLookupable()
Method to create a fixed Lookupable instance, useful for constants, etc. |
Lookupable |
createLookupable(java.lang.String filename)
/** Method to create a Lookupable instance which is based on a file, useful for application-specific values. |
Methods inherited from interface com.rubecula.util.Identifiable |
getIdentifier |
Method Detail |
public Lookupable createLookupable()
public Lookupable createLookupable(java.lang.String filename) throws java.io.FileNotFoundException
filename
-
java.io.FileNotFoundException
- if filename cannot be found.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |