Uses of Interface
org.apache.maven.plugins.war.packaging.WarPackagingContext
Packages that use WarPackagingContext
-
Uses of WarPackagingContext in org.apache.maven.plugins.war.packaging
Methods in org.apache.maven.plugins.war.packaging with parameters of type WarPackagingContextModifier and TypeMethodDescriptionprotected voidAbstractWarPackagingTask.copyFile(String sourceId, WarPackagingContext context, File file, String targetFilename) Copy the specified file if the target location has not yet already been used.protected booleanAbstractWarPackagingTask.copyFile(WarPackagingContext context, File source, File destination, String targetFilename, boolean onlyIfModified) Copy file from source to destination.protected voidAbstractWarPackagingTask.copyFiles(String sourceId, WarPackagingContext context, File sourceBaseDir, PathSet sourceFilesSet, boolean filtered) Copies the files if possible as is.protected voidAbstractWarPackagingTask.copyFiles(String sourceId, WarPackagingContext context, File sourceBaseDir, PathSet sourceFilesSet, String targetPrefix, boolean filtered) Copies the files if possible with an optional target prefix.protected booleanAbstractWarPackagingTask.copyFilteredFile(String sourceId, WarPackagingContext context, File file, String targetFilename) Copy the specified file if the target location has not yet already been used and filter its content with the configured filter properties.voidWarProjectPackagingTask.copyResources(WarPackagingContext context, org.apache.maven.model.Resource resource) Copies webapp webResources from the specified directory.protected voidAbstractWarPackagingTask.doUnpack(WarPackagingContext context, File file, File unpackDirectory) Unpacks the specified file to the specified directory.protected voidClassesPackagingTask.generateJarArchive(WarPackagingContext context) protected StringAbstractWarPackagingTask.getArtifactFinalName(WarPackagingContext context, org.apache.maven.artifact.Artifact artifact) Returns the final name of the specified artifact.protected FileOverlayPackagingTask.getOverlayTempDirectory(WarPackagingContext context, Overlay overlay) Returns the directory to use to unpack the specified overlay.protected voidWarProjectPackagingTask.handleArtifacts(WarPackagingContext context) Handles the webapp artifacts.protected voidWarProjectPackagingTask.handleClassesDirectory(WarPackagingContext context) Handles the webapp classes.protected voidWarProjectPackagingTask.handleDeploymentDescriptors(WarPackagingContext context, File webinfDir, File metainfDir, Boolean failOnMissingWebXml) Handles the deployment descriptors, if specified.protected voidWarProjectPackagingTask.handleWebAppSourceDirectory(WarPackagingContext context) Handles the webapp sources.protected voidWarProjectPackagingTask.handleWebResources(WarPackagingContext context) Handles the web resources.voidArtifactsPackagingTask.performPackaging(WarPackagingContext context) voidClassesPackagingTask.performPackaging(WarPackagingContext context) voidCopyUserManifestTask.performPackaging(WarPackagingContext context) voidOverlayPackagingTask.performPackaging(WarPackagingContext context) voidWarPackagingTask.performPackaging(WarPackagingContext context) Performs the packaging for the specified task.voidWarProjectPackagingTask.performPackaging(WarPackagingContext context) protected FileOverlayPackagingTask.unpackOverlay(WarPackagingContext context, Overlay overlay) Unpacks the specified overlay.