public final class OSGIOptions extends Object implements Serializable
Constructor and Description |
---|
OSGIOptions(String bundleClasspathExtra,
boolean bootstrap)
Create a set of OSGI options
|
Modifier and Type | Method and Description |
---|---|
boolean |
bootstrap()
Returns whether this entry is a bootstrap entry.
|
String |
bundleClasspathExtra()
Returns a comma-separated list of additional values to add to the classpath.
|
public OSGIOptions(String bundleClasspathExtra, boolean bootstrap)
bundleClasspathExtra
- A comma-separated list of additional values to add to the classpath.bootstrap
- If true, then this is a bootstrap entry, otherwise it's a bundle
May be empty but will never be null.public String bundleClasspathExtra()
public boolean bootstrap()
Copyright © 2019 Actian Corporation. All rights reserved.