|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.objectwave.configuration.BasicPropertySource | +--com.objectwave.persist.properties.FilePropertySource
Generated by Java Grinder This class is stateless and really acts like a finder for property support.
Nested Class Summary | |
static class |
FilePropertySource.Test
|
Field Summary |
Fields inherited from class com.objectwave.configuration.BasicPropertySource |
configurationService, name |
Constructor Summary | |
FilePropertySource()
Constructor for the FilePropertySource object |
Method Summary | |
java.lang.String |
getDataDirectory()
Gets the DataDirectory attribute of the FilePropertySource object |
java.lang.Class |
getExpectedClass()
Gets the ExpectedClass attribute of the LoggingPropertySource object |
boolean |
getShareAccess()
Gets the Verbose attribute of the FilePropertySource object |
boolean |
getVerbose()
Gets the Verbose attribute of the FilePropertySource object |
protected void |
initialize()
Find our LoggingPropertySourceDetail instance. |
void |
setDataDirectory(java.lang.String aValue)
Sets the DataDirectory attribute of the FilePropertySource object |
void |
setVerbose(boolean aValue)
Sets the Verbose attribute of the FilePropertySource object |
Methods inherited from class com.objectwave.configuration.BasicPropertySource |
getCategoryId, getConfigObject, getConfigurationInstance, getConfigurationInstance, getConfigurationService, getName, setConfigurationService, setName |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public FilePropertySource()
Method Detail |
public void setVerbose(boolean aValue)
aValue
- The new Verbose valuepublic void setDataDirectory(java.lang.String aValue)
aValue
- The new DataDirectory valuepublic java.lang.Class getExpectedClass()
public boolean getShareAccess()
public boolean getVerbose()
public java.lang.String getDataDirectory()
protected void initialize()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |