|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.maven.plugin.war.packaging.AbstractWarPackagingTask
org.apache.maven.plugin.war.packaging.OverlayPackagingTask
public class OverlayPackagingTask
Handles an overlay.
Field Summary |
---|
Fields inherited from class org.apache.maven.plugin.war.packaging.AbstractWarPackagingTask |
---|
CLASSES_PATH, DEFAULT_INCLUDES, LIB_PATH, META_INF_PATH, WEB_INF_PATH |
Constructor Summary | |
---|---|
OverlayPackagingTask(Overlay overlay)
|
Method Summary | |
---|---|
protected java.io.File |
getOverlayTempDirectory(WarPackagingContext context,
Overlay overlay)
Returns the directory to use to unpack the specified overlay. |
void |
performPackaging(WarPackagingContext context)
Performs the packaging for the specified task. |
protected java.io.File |
unpackOverlay(WarPackagingContext context,
Overlay overlay)
Unpacks the specified overlay. |
Methods inherited from class org.apache.maven.plugin.war.packaging.AbstractWarPackagingTask |
---|
copyFile, copyFile, copyFiles, copyFiles, copyFilteredFile, doUnpack, getArtifactFinalName, getFilesToIncludes |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public OverlayPackagingTask(Overlay overlay)
Method Detail |
---|
public void performPackaging(WarPackagingContext context) throws org.apache.maven.plugin.MojoExecutionException
WarPackagingTask
context
- the packaging context
org.apache.maven.plugin.MojoExecutionException
- if an error occuredprotected java.io.File unpackOverlay(WarPackagingContext context, Overlay overlay) throws org.apache.maven.plugin.MojoExecutionException
context
- the packaging contextoverlay
- the overlay
org.apache.maven.plugin.MojoExecutionException
- if an error occured while unpacking the overlayprotected java.io.File getOverlayTempDirectory(WarPackagingContext context, Overlay overlay)
context
- the packaging contextoverlay
- the overlay
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |