Class ConfigurationConstants
java.lang.Object
org.apache.sling.installer.factories.configuration.ConfigurationConstants
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
PROPERTY_PERSISTENCE
This 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_LOCATION
This 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 tonull
or "?". If this property contains the empty string,null
is 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
-
ConfigurationConstants
public ConfigurationConstants()
-