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

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

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

Service Configuration implementation.

Since:
September 09, 2007
Author:
Alin Dreghiciu
See Also:
Configuration

Constructor Summary
ConfigurationImpl(org.ops4j.util.property.PropertyResolver propertyResolver)
          Creates a new service configuration.
 
Method Summary
 java.lang.Boolean getCertificateCheck()
          Returns true if the certificate should be checked on SSL connection, 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 java.lang.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()


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