|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Bundle | |
---|---|
org.apache.sling.maven.projectsupport | |
org.apache.sling.maven.projectsupport.bundlelist | |
org.apache.sling.maven.projectsupport.bundlelist.v1_0_0 |
Uses of Bundle in org.apache.sling.maven.projectsupport |
---|
Methods in org.apache.sling.maven.projectsupport that return Bundle | |
---|---|
Bundle |
ArtifactDefinition.toBundle()
|
Methods in org.apache.sling.maven.projectsupport with parameters of type Bundle | |
---|---|
static org.apache.maven.model.Dependency |
ArtifactDefinition.toDependency(Bundle bundle,
java.lang.String scope)
|
Constructors in org.apache.sling.maven.projectsupport with parameters of type Bundle | |
---|---|
ArtifactDefinition(Bundle bundle,
int startLevel)
|
Uses of Bundle in org.apache.sling.maven.projectsupport.bundlelist |
---|
Methods in org.apache.sling.maven.projectsupport.bundlelist that return Bundle | |
---|---|
Bundle |
BaseBundleList.get(Bundle bundle,
boolean compareVersions)
|
Bundle |
BaseStartLevel.getBundle(Bundle bundle,
boolean compareVersions)
|
Methods in org.apache.sling.maven.projectsupport.bundlelist that return types with arguments of type Bundle | |
---|---|
abstract java.util.List<Bundle> |
BaseStartLevel.getBundles()
|
Methods in org.apache.sling.maven.projectsupport.bundlelist with parameters of type Bundle | |
---|---|
void |
BaseBundleList.add(Bundle newBnd)
Add an artifact definition. |
boolean |
BaseStartLevel.containsBundle(Bundle bundle,
boolean compareVersions)
|
Bundle |
BaseBundleList.get(Bundle bundle,
boolean compareVersions)
|
Bundle |
BaseStartLevel.getBundle(Bundle bundle,
boolean compareVersions)
|
boolean |
BaseBundleList.remove(Bundle bundle,
boolean compareVersions)
|
boolean |
BaseStartLevel.removeBundle(Bundle bundle,
boolean compareVersions)
|
Uses of Bundle in org.apache.sling.maven.projectsupport.bundlelist.v1_0_0 |
---|
Methods in org.apache.sling.maven.projectsupport.bundlelist.v1_0_0 that return types with arguments of type Bundle | |
---|---|
java.util.List<Bundle> |
StartLevel.getBundles()
Method getBundles. |
Methods in org.apache.sling.maven.projectsupport.bundlelist.v1_0_0 with parameters of type Bundle | |
---|---|
void |
StartLevel.addBundle(Bundle bundle)
Method addBundle. |
void |
StartLevel.removeBundle(Bundle bundle)
Method removeBundle. |
Method parameters in org.apache.sling.maven.projectsupport.bundlelist.v1_0_0 with type arguments of type Bundle | |
---|---|
void |
StartLevel.setBundles(java.util.List<Bundle> bundles)
Set the bundles field. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |