|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CrowdPropertiesPersister
Method Summary | |
---|---|
java.util.Properties |
getProperties()
Returns active Crowd properties. |
boolean |
isWritable(java.lang.String propertyName)
Returns true if the property can be modified. |
void |
setProperties(java.util.Properties properties)
Sets Crowd properties. |
Method Detail |
---|
java.util.Properties getProperties()
void setProperties(@NotNull java.util.Properties properties) throws java.io.IOException
Properties that are not writable will not be changed.
properties
- properties to set
java.io.IOException
- if the properties could not be setboolean isWritable(@NotNull java.lang.String propertyName)
Only properties that originate from crowd.properties in the configuration directory can be modified.
propertyName
- property to check
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |