Package | Description |
---|---|
org.apache.sling.maven.projectsupport | |
org.apache.sling.maven.projectsupport.bundlelist | |
org.apache.sling.maven.projectsupport.bundlelist.v1_0_0.io.xpp3 |
Modifier and Type | Method and Description |
---|---|
protected BundleList |
AbstractUsingBundleListMojo.getInitializedBundleList() |
static BundleList |
BundleListUtils.readBundleList(File file) |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractLaunchpadFrameworkMojo.copyBundles(BundleList bundles,
File outputDirectory) |
protected void |
AbstractLaunchpadStartingMojo.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 |
PreparePackageMojo.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) |
Modifier and Type | Method and Description |
---|---|
void |
BaseBundleList.merge(BundleList bundleList)
Merge the current bundle list with an additional list.
|
Modifier and Type | Method and Description |
---|---|
BundleList |
BundleListXpp3Reader.read(InputStream in)
Method read.
|
BundleList |
BundleListXpp3Reader.read(InputStream in,
boolean strict)
Method read.
|
BundleList |
BundleListXpp3Reader.read(Reader reader) |
BundleList |
BundleListXpp3Reader.read(Reader reader,
boolean strict) |
Modifier and Type | Method and Description |
---|---|
void |
BundleListXpp3Writer.write(OutputStream stream,
BundleList bundleList)
Method write.
|
void |
BundleListXpp3Writer.write(Writer writer,
BundleList bundleList)
Method write.
|
Copyright © 2007–2015 The Apache Software Foundation. All rights reserved.