|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
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. |
org.apache.maven.artifact.factory.ArtifactFactory |
getArtifactFactory()
|
java.io.File |
getClassesDirectory()
Returns the directory holding generated classes. |
java.util.List |
getFilters()
Returns the list of filter files to use. |
java.util.List |
getFilterWrappers()
|
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. |
org.apache.maven.shared.filtering.MavenFileFilter |
getMavenFileFilter()
Returns the MavenFileFilter instance to use. |
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. |
boolean |
isFilteringDeploymentDescriptors()
|
boolean |
isNonFilteredExtension(java.lang.String fileName)
Specify if the given fileName belongs to the list of extensions that must not be filtered |
| Method Detail |
public org.apache.maven.project.MavenProject getProject()
public java.io.File getWebappDirectory()
public java.io.File getWebappSourceDirectory()
public java.lang.String[] getWebappSourceIncludes()
public java.lang.String[] getWebappSourceExcludes()
public java.io.File getClassesDirectory()
public boolean archiveClasses()
public org.apache.maven.plugin.logging.Log getLog()
public java.io.File getOverlaysWorkDirectory()
public org.codehaus.plexus.archiver.manager.ArchiverManager getArchiverManager()
public org.apache.maven.archiver.MavenArchiveConfiguration getArchive()
public org.codehaus.plexus.archiver.jar.JarArchiver getJarArchiver()
public java.lang.String getOutputFileNameMapping()
public java.util.List getFilters()
public WebappStructure getWebappStructure()
WebappStructure.
public java.util.List getOwnerIds()
public org.apache.maven.shared.filtering.MavenFileFilter getMavenFileFilter()
MavenFileFilter instance to use.
public java.util.List getFilterWrappers()
List of FilterWrapperpublic boolean isNonFilteredExtension(java.lang.String fileName)
fileName - the name of file
public boolean isFilteringDeploymentDescriptors()
public org.apache.maven.artifact.factory.ArtifactFactory getArtifactFactory()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||