org.ops4j.pax.url.war.internal
Interface Configuration

All Known Implementing Classes:
ConfigurationImpl

public interface Configuration

War protocol configuration.

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

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.
 

Method Detail

getCertificateCheck

Boolean getCertificateCheck()
Returns true if the certificate should be checked on SSL connection, false otherwise.

Returns:
true if the certificate should be checked

getImportPaxLoggingPackages

Boolean getImportPaxLoggingPackages()
Returns true if pax-logging packages should be imported by the generated WAR file, false otherwise.

Returns:
true if pax-logging packages should be imported


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