|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface WarPackagingContext
The packaging context.
Method Summary | |
---|---|
boolean |
archiveClasses()
Specify whether the classes resources should be archived in the WEB-INF/lib of the generated web app. |
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. |
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. |
java.io.File |
getWebappDirectory()
Returns the webapp directory. |
java.io.File |
getWebappSourceDirectory()
Returns the main webapp source directory. |
java.lang.String[] |
getWebappSourceExcludes()
Returns the webapp source excludes. |
java.lang.String[] |
getWebappSourceIncludes()
Returns the webapp source includes. |
WebappStructure |
getWebappStructure()
Returns the WebappStructure . |
Method Detail |
---|
org.apache.maven.project.MavenProject getProject()
java.io.File getWebappDirectory()
java.io.File getWebappSourceDirectory()
java.lang.String[] getWebappSourceIncludes()
java.lang.String[] getWebappSourceExcludes()
java.io.File getClassesDirectory()
boolean archiveClasses()
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 fileWebappStructure getWebappStructure()
WebappStructure
.
java.util.List getOwnerIds()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |