|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ops4j.util.property.PropertyStore
org.ops4j.pax.scanner.common.ScannerConfigurationImpl
public class ScannerConfigurationImpl
ScannerConfiguration implementation.
ScannerConfiguration
Constructor Summary | |
---|---|
ScannerConfigurationImpl(org.ops4j.util.property.PropertyResolver propertyResolver,
java.lang.String pid)
Creates a new service configuration. |
Method Summary | |
---|---|
java.lang.Boolean |
getCertificateCheck()
Returns true if the certificate should be checked on SSL connection, false otherwise. |
protected java.lang.String |
getPid()
Getter. |
org.ops4j.util.property.PropertyResolver |
getPropertyResolver()
Getter. |
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. |
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 |
---|
public ScannerConfigurationImpl(org.ops4j.util.property.PropertyResolver propertyResolver, java.lang.String pid)
propertyResolver
- propertyResolver used to resolve properties; mandatorypid
- scanner pidMethod Detail |
---|
public java.lang.Integer getStartLevel()
ScannerConfiguration
getStartLevel
in interface ScannerConfiguration
ScannerConfiguration.getStartLevel()
public java.lang.Boolean shouldStart()
ScannerConfiguration
shouldStart
in interface ScannerConfiguration
ScannerConfiguration.shouldStart()
public java.lang.Boolean shouldUpdate()
ScannerConfiguration
shouldUpdate
in interface ScannerConfiguration
ScannerConfiguration.shouldUpdate()
public java.lang.Boolean getCertificateCheck()
ScannerConfiguration
getCertificateCheck
in interface ScannerConfiguration
ScannerConfiguration.getCertificateCheck()
protected java.lang.String getPid()
public org.ops4j.util.property.PropertyResolver getPropertyResolver()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |