|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Configuration
PlatformImpl configuration.
Method Summary | |
---|---|
java.lang.String |
getBootDelegation()
Returns a comma separated list of boot delegation packages according to OSGi core specs 3.2.3 (in 4.0.1). |
java.lang.Integer |
getBundleStartLevel()
Returns the installed bundles start level option - optional; the platform start level. |
java.lang.String |
getClasspath()
Returns the classpatch option - optional; a File.pathSeparator separated list of classpath entries to be appended to the framework classpath which consists out of the framework system jar. |
java.net.URL |
getDefinitionURL()
Returns the definition url option - optional; url to the xml file containing the definition of the platform (system bundle, profiles). |
java.lang.String |
getExecutionEnvironment()
Returns the java version option - optional; the targeted version for the platform. |
java.lang.String |
getFrameworkProfile()
Returns the framework profile option - optional; name of the framework profile to use. |
java.lang.String |
getJavaHome()
Returns the java home option - optional; If no version was specified then first the value of system property "JAVA_HOME" is used. |
java.lang.String |
getProfiles()
Returns the profiles option - optional; a comma separated list of profiles to be used. |
java.lang.Integer |
getProfileStartLevel()
Returns the platform bundles start level option - optional; the start level at which the platform bundles will be started. |
java.lang.String |
getProperty(java.lang.String name)
Returns a raw configuration property by name. |
java.lang.Integer |
getStartLevel()
Returns the platform start level option - optional; the platform start level. |
java.lang.String |
getSystemPackages()
Returns the system packages option - optional; a comma separated list of packages that should be exported by the framework bundles, in addition to the standard packages list. |
java.lang.String[] |
getVMOptions()
Returns the virtual machine options option - optional; virtual machine options to be used for the VM that will be used for the platform. |
java.lang.String |
getWorkingDirectory()
Returns the working directory option - ptional; a file path where the platform specific artifacts will be stored. |
java.lang.Boolean |
isAutoWrap()
Returns true if not osgi compliant jars should be automatically wrapped (transformed to osgi compliant). |
java.lang.Boolean |
isDebugClassLoading()
Returns true if the platform should print debug messages about class loading. |
java.lang.Boolean |
isDownloadFeedback()
Returns true if detailed information about downloading process should be displayed. |
java.lang.Boolean |
isOverwrite()
Returns true if the already downloaded bundles from a previous run must be overwritten. |
java.lang.Boolean |
isOverwriteSystemBundles()
Returns true if the already downloaded system bundles from a previous run must be overwritten. |
java.lang.Boolean |
isOverwriteUserBundles()
Returns true if the already downloaded user bundles from a previous run must be overwritten. |
java.lang.Boolean |
keepOriginalUrls()
Returns true if the provisioning urls should be the ones provided by scanners or the local cashed ones. |
java.lang.Boolean |
skipInvalidBundles()
Returns true if the invalid bundles should be skipped from provisioning. |
java.lang.Boolean |
startConsole()
Returns the start console option - true/false; whether the platform console should be started. |
java.lang.Boolean |
useAbsoluteFilePaths()
Returns true if the file paths used in frameworks configuration files and properties should be absolute. |
java.lang.Boolean |
usePersistedState()
Returns true if persisted platform state (platform specific) should be used on start up. |
java.lang.Boolean |
validateBundles()
Returns true if the bundles should be validated, meaning that they have the required OSGi headers. |
Method Detail |
---|
java.net.URL getDefinitionURL() throws java.net.MalformedURLException
java.net.MalformedURLException
- if the definition url is malformedjava.lang.String getWorkingDirectory()
java.lang.String[] getVMOptions()
java.lang.String getClasspath()
java.lang.String getSystemPackages()
java.lang.String getExecutionEnvironment()
java.lang.String getJavaHome()
java.lang.Boolean usePersistedState()
java.lang.Integer getProfileStartLevel()
java.lang.Integer getStartLevel()
java.lang.Integer getBundleStartLevel()
java.lang.Boolean startConsole()
java.lang.Boolean isOverwrite()
java.lang.String getProfiles()
java.lang.String getFrameworkProfile()
java.lang.Boolean isOverwriteUserBundles()
java.lang.Boolean isOverwriteSystemBundles()
java.lang.Boolean isDebugClassLoading()
java.lang.Boolean isDownloadFeedback()
java.lang.String getBootDelegation()
java.lang.Boolean isAutoWrap()
java.lang.Boolean keepOriginalUrls()
java.lang.Boolean validateBundles()
java.lang.Boolean skipInvalidBundles()
java.lang.Boolean useAbsoluteFilePaths()
java.lang.String getProperty(java.lang.String name)
name
- property name
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |