|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PropertiesFileReadException | |
com.justhis.jdo | |
com.justhis.util |
Uses of PropertiesFileReadException in com.justhis.jdo |
Methods in com.justhis.jdo that throw PropertiesFileReadException | |
static JDOContext |
JDOContext.getContext()
Obtain instance of the Context for current thread. |
static java.util.Properties |
JDOContext.loadJDOProperties()
Load the JDO configuration from the classpath. |
Uses of PropertiesFileReadException in com.justhis.util |
Methods in com.justhis.util that throw PropertiesFileReadException | |
static java.util.Properties |
PropertiesReader.getProperties(java.lang.String fileName)
get properties by construct a PropertiesReader |
protected void |
PropertiesReader.buildFromFile(java.lang.String file)
TODO |
protected void |
PropertiesReader.buildFromProperties(java.lang.String file)
TODO |
Constructors in com.justhis.util that throw PropertiesFileReadException | |
PropertiesReader(java.lang.String propertiesFile)
Creates a new PropertiesReader object. |
|
PropertiesReader(java.io.InputStream stream)
Creates a new PropertiesReader object. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |