org.apache.sling.installer.factories.configuration
Class ConfigurationConstants

java.lang.Object
  extended by org.apache.sling.installer.factories.configuration.ConfigurationConstants

public abstract class ConfigurationConstants
extends java.lang.Object


Field Summary
static java.lang.String PROPERTY_PERSISTENCE
          This property defines if a configuration should be persisted by the installer.
 
Constructor Summary
ConfigurationConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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
Constructor Detail

ConfigurationConstants

public ConfigurationConstants()


Copyright © 2007-2012 The Apache Software Foundation. All Rights Reserved.