|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface AmpPackagingContext
The packaging context of the AMP
| Method Summary | |
|---|---|
java.io.File |
getAmpConfigDirectory()
Returns the AMP classes + resources folder |
java.io.File |
getAmpDirectory()
Returns the webapp directory. |
java.lang.String[] |
getAmpJarExcludes()
Returns the webapp source excludes. |
java.lang.String[] |
getAmpJarIncludes()
Returns the webapp source includes. |
AmpStructure |
getAmpStructure()
Returns the AmpStructure. |
java.io.File |
getAmpWebDirectory()
Returns the AMP web directory. |
java.lang.String[] |
getAmpWebExcludes()
Returns the AMP web/ excludes. |
java.lang.String[] |
getAmpWebIncludes()
Returns the AMP web/ includes. |
org.apache.maven.archiver.MavenArchiveConfiguration |
getArchive()
The maven archive configuration to use. |
org.codehaus.plexus.archiver.manager.ArchiverManager |
getArchiverManager()
Returns the archiver manager to use. |
java.io.File |
getClassesDirectory()
Returns the directory holding generated classes to be packed in the jar - By default is the same of the AMP configuration |
java.util.Map |
getFilterProperties()
Returns the filter properties to use to filter resources. |
java.util.List |
getFilters()
Returns the list of filter files to use. |
org.codehaus.plexus.archiver.jar.JarArchiver |
getJarArchiver()
Returns the Jar archiver needed for archiving classes directory into jar file under WEB-INF/lib. |
org.apache.maven.plugin.logging.Log |
getLog()
Returns the logger to use to output logging event. |
java.lang.String |
getOutputFileNameMapping()
Returns the output file name mapping to use, if any. |
java.io.File |
getOverlaysWorkDirectory()
Returns the directory to unpack dependent WARs into if needed. |
java.util.List |
getOwnerIds()
Returns the list of registered overlays for this session. |
org.apache.maven.project.MavenProject |
getProject()
Returns the maven project. |
| Method Detail |
|---|
org.apache.maven.project.MavenProject getProject()
java.io.File getAmpDirectory()
java.io.File getAmpConfigDirectory()
java.io.File getAmpWebDirectory()
java.lang.String[] getAmpJarIncludes()
java.lang.String[] getAmpJarExcludes()
java.lang.String[] getAmpWebIncludes()
java.lang.String[] getAmpWebExcludes()
java.io.File getClassesDirectory()
org.apache.maven.plugin.logging.Log getLog()
java.io.File getOverlaysWorkDirectory()
org.codehaus.plexus.archiver.manager.ArchiverManager getArchiverManager()
org.apache.maven.archiver.MavenArchiveConfiguration getArchive()
org.codehaus.plexus.archiver.jar.JarArchiver getJarArchiver()
java.lang.String getOutputFileNameMapping()
java.util.List getFilters()
java.util.Map getFilterProperties()
throws org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoExecutionException - if an error occured while reading a filter fileAmpStructure getAmpStructure()
AmpStructure.
java.util.List getOwnerIds()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||