Uses of Class
org.apache.sling.maven.projectsupport.bundlelist.v1_0_0.Bundle

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()
           
 

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  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
 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(List<Bundle> bundles)
          Set the bundles field.
 



Copyright © 2007-2013 The Apache Software Foundation. All Rights Reserved.