DSL extension allowing instruction on how to produce a <bundle/> entry
in a Karaf features repository file
| Type | Name and description |
|---|---|
java.lang.Boolean |
dependencyWhether the bundle should be generated as a dependency (i.e., <bundle dependency="true"/>) |
boolean |
includeShould the selected dependency be included as a bundle? |
BundleMatcher |
remap |
java.lang.String |
startLevelThe start level to apply to the generated bundle element (i.e., {@code |
| Constructor and description |
|---|
protected BundleInstructionDescriptor
(BundleMatcher matcher) |
| Type | Name and description |
|---|---|
BundleWrapInstructionsDescriptor |
_getBundleWrapInstructionsDescriptor() |
BundleMatcher |
getMatcher() |
BundleMatcher |
getRemap() |
boolean |
hasExplicitWrapInstructions() |
java.lang.Object |
remap(groovy.lang.Closure closure) |
java.lang.Object |
remap(java.util.Map properties) |
java.lang.Object |
wrap(groovy.lang.Closure closure) |
| Methods inherited from class | Name |
|---|---|
class java.lang.Object |
java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
Whether the bundle should be generated as a dependency (i.e., <bundle dependency="true"/>)
Should the selected dependency be included as a bundle? The default is true; if
set to false, no bundle definition will be generated for the matched dependency nor any of
its transitive dependencies.
The start level to apply to the generated bundle element (i.e., <bundle start-level="?"/>)
Groovy Documentation