Class ConfigurationConstants
- java.lang.Object
-
- org.apache.sling.installer.factories.configuration.ConfigurationConstants
-
public abstract class ConfigurationConstants extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
PROPERTY_BUNDLE_LOCATION
This property defines the value to be used as a bundle location if a configuration is created by the installer.static java.lang.String
PROPERTY_PERSISTENCE
This property defines if a configuration should be persisted by the installer.
-
Constructor Summary
Constructors Constructor Description ConfigurationConstants()
-
-
-
Field Detail
-
PROPERTY_PERSISTENCE
public static final java.lang.String 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:
- Constant Field Values
-
PROPERTY_BUNDLE_LOCATION
public static final java.lang.String 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:
- Constant Field Values
-
-