org.ops4j.pax.url.war.internal
Class ConfigurationImpl

java.lang.Object
  extended by org.ops4j.util.property.PropertyStore
      extended by org.ops4j.pax.url.war.internal.ConfigurationImpl
All Implemented Interfaces:
Configuration

public class ConfigurationImpl
extends org.ops4j.util.property.PropertyStore
implements Configuration

War protocol configuration implementation.

Since:
0.1.0, January 14, 2008
Author:
Alin Dreghiciu

Constructor Summary
ConfigurationImpl(org.ops4j.util.property.PropertyResolver propertyResolver)
          Creates a new service configuration.
 
Method Summary
 Boolean getCertificateCheck()
          Returns true if the certificate should be checked on SSL connection, false otherwise.
 Boolean getImportPaxLoggingPackages()
          Returns true if pax-logging packages should be imported by the generated WAR file, false otherwise.
 
Methods inherited from class org.ops4j.util.property.PropertyStore
contains, get, set
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConfigurationImpl

public ConfigurationImpl(org.ops4j.util.property.PropertyResolver propertyResolver)
Creates a new service configuration.

Parameters:
propertyResolver - propertyResolver used to resolve properties; mandatory
Method Detail

getCertificateCheck

public Boolean getCertificateCheck()
Description copied from interface: Configuration
Returns true if the certificate should be checked on SSL connection, false otherwise.

Specified by:
getCertificateCheck in interface Configuration
Returns:
true if the certificate should be checked
See Also:
Configuration.getCertificateCheck()

getImportPaxLoggingPackages

public Boolean getImportPaxLoggingPackages()
Description copied from interface: Configuration
Returns true if pax-logging packages should be imported by the generated WAR file, false otherwise.

Specified by:
getImportPaxLoggingPackages in interface Configuration
Returns:
true if pax-logging packages should be imported
See Also:
Configuration.getImportPaxLoggingPackages()


Copyright © 2006-2012 OPS4J - Open Participation Software for Java. All Rights Reserved.