org.ops4j.pax.scanner.common
Interface ScannerConfiguration

All Known Subinterfaces:
PomScannerConfiguration
All Known Implementing Classes:
PomScannerConfigurationImpl, ScannerConfigurationImpl

public interface ScannerConfiguration

Scanner generic configuration.

Since:
August 16, 2007
Author:
Alin Dreghiciu

Method Summary
 java.lang.Boolean getCertificateCheck()
          Returns true if the certificate should be checked on SSL connection, false otherwise.
 java.lang.Integer getStartLevel()
          Returns an integer representing the configured default start level of the bundle.
 java.lang.Boolean shouldStart()
          Returns if installed bundles should be started ot not.
 java.lang.Boolean shouldUpdate()
          If installed bundles should be updated ot not.
 

Method Detail

getStartLevel

java.lang.Integer getStartLevel()
Returns an integer representing the configured default start level of the bundle.

Returns:
the tsrat level or null if not configured

shouldStart

java.lang.Boolean shouldStart()
Returns if installed bundles should be started ot not. If the value is not configured will return true.

Returns:
true if bundles shouls be started

shouldUpdate

java.lang.Boolean shouldUpdate()
If installed bundles should be updated ot not. If the value is not configured will return false.

Returns:
true if bundles shouls be updated

getCertificateCheck

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

Returns:
true if the certificate should be checked


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