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

Packages that use BundleList
org.apache.sling.maven.projectsupport   
org.apache.sling.maven.projectsupport.bundlelist   
org.apache.sling.maven.projectsupport.bundlelist.v1_0_0.io.xpp3   
 

Uses of BundleList in org.apache.sling.maven.projectsupport
 

Methods in org.apache.sling.maven.projectsupport that return BundleList
protected  BundleList AbstractUsingBundleListMojo.getInitializedBundleList()
           
static BundleList BundleListUtils.readBundleList(java.io.File file)
           
 

Methods in org.apache.sling.maven.projectsupport with parameters of type BundleList
protected  void AbstractLaunchpadFrameworkMojo.copyBundles(BundleList bundles, java.io.File outputDirectory)
           
protected  void PreparePackageMojo.initBundleList(BundleList bundleList)
          Add the JAR Web Support bundle to the bundle list.
protected  void AbstractUsingBundleListMojo.initBundleList(BundleList bundleList)
          Hook methods for subclasses to initialize the bundle list.
protected  void AbstractLaunchpadStartingMojo.initBundleList(BundleList bundleList)
          Add the JAR Web Support bundle to the bundle list.
static void BundleListUtils.interpolateProperties(BundleList bundleList, org.apache.maven.project.MavenProject project, org.apache.maven.execution.MavenSession mavenSession)
           
 

Uses of BundleList in org.apache.sling.maven.projectsupport.bundlelist
 

Methods in org.apache.sling.maven.projectsupport.bundlelist with parameters of type BundleList
 void BaseBundleList.merge(BundleList bundleList)
          Merge the current bundle list with an additional list.
 

Uses of BundleList in org.apache.sling.maven.projectsupport.bundlelist.v1_0_0.io.xpp3
 

Methods in org.apache.sling.maven.projectsupport.bundlelist.v1_0_0.io.xpp3 that return BundleList
 BundleList BundleListXpp3Reader.read(java.io.InputStream in)
          Method read.
 BundleList BundleListXpp3Reader.read(java.io.InputStream in, boolean strict)
          Method read.
 BundleList BundleListXpp3Reader.read(java.io.Reader reader)
           
 BundleList BundleListXpp3Reader.read(java.io.Reader reader, boolean strict)
           
 

Methods in org.apache.sling.maven.projectsupport.bundlelist.v1_0_0.io.xpp3 with parameters of type BundleList
 void BundleListXpp3Writer.write(java.io.Writer writer, BundleList bundleList)
          Method write.
 



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