|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.atlassian.crowd.integration.atlassianuser.CrowdPropertiesPersisterImpl
public class CrowdPropertiesPersisterImpl
Constructor Summary | |
---|---|
CrowdPropertiesPersisterImpl(java.io.File configurationDirectory)
|
Method Summary | |
---|---|
java.util.Properties |
getProperties()
Returns active Crowd properties. |
boolean |
isWritable(java.lang.String propertyName)
True if the property is not overriden by system properties or environment variables. |
void |
setProperties(java.util.Properties properties)
Sets Crowd properties. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CrowdPropertiesPersisterImpl(java.io.File configurationDirectory) throws java.io.IOException
java.io.IOException
Method Detail |
---|
public java.util.Properties getProperties()
CrowdPropertiesPersister
getProperties
in interface CrowdPropertiesPersister
public void setProperties(java.util.Properties properties) throws java.io.IOException
CrowdPropertiesPersister
Properties that are not writable will not be changed.
setProperties
in interface CrowdPropertiesPersister
properties
- properties to set
java.io.IOException
- if the properties could not be setpublic boolean isWritable(java.lang.String propertyName)
isWritable
in interface CrowdPropertiesPersister
propertyName
- property to check
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |