Copyright 2016, Luca Burgazzoli and contributors as indicated by the
| Type | Name and description |
|---|---|
java.lang.Boolean |
dependencyDependency feature dependency flag. |
java.lang.String |
nameDependency feature name |
java.lang.Boolean |
prerequisitePrerequisite feature is special kind of dependency. |
java.lang.String |
versionDependency feature version, will be skipped if unset |
| Constructor and description |
|---|
FeatureDependencyDescriptor
() |
FeatureDependencyDescriptor
(java.lang.String name) |
| 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() |
Dependency feature dependency flag. Available only for karaf 4+ and feature xsd version 1.3.0+
Dependency feature name
Prerequisite feature is special kind of dependency. If you will add prerequisite attribute to dependant feature tag then it will force installation and also activation of bundles in dependant feature before installation of actual feature.
Dependency feature version, will be skipped if unset
Groovy Documentation