Class ConfigurationConstants
java.lang.Object
org.apache.sling.installer.factories.configuration.ConfigurationConstants
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Field Details- 
PROPERTY_PERSISTENCEThis property defines if a configuration should be persisted by the installer. This property is a boolean value defaulting to true. The property should be used, if a configuration should not be persisted by clients creating the configuration.- See Also:
 
- 
PROPERTY_BUNDLE_LOCATIONThis property defines the value to be used as a bundle location if a configuration is created by the installer. This property is a string value defaulting either tonullor "?". If this property contains the empty string,nullis used as the value. The property should be used, if a configuration should be bound to a specific client.- Since:
- 1.1
- See Also:
 
 
- 
- 
Constructor Details- 
ConfigurationConstantspublic ConfigurationConstants()
 
-