A B C D E F G H I L M N O P R S T U W

A

AbstractWarMojo - Class in org.apache.maven.plugin.war
Contains common jobs for WAR mojos.
AbstractWarMojo() - Constructor for class org.apache.maven.plugin.war.AbstractWarMojo
 
AbstractWarPackagingTask - Class in org.apache.maven.plugin.war.packaging
 
AbstractWarPackagingTask() - Constructor for class org.apache.maven.plugin.war.packaging.AbstractWarPackagingTask
 
add(String) - Method in class org.apache.maven.plugin.war.util.PathSet
Normalizes and adds given path to the set.
addAll(Collection<String>, String) - Method in class org.apache.maven.plugin.war.util.PathSet
Normalizes and adds given paths (collection of strings) to the set.
addAll(String[], String) - Method in class org.apache.maven.plugin.war.util.PathSet
Normalizes and adds given paths to the set.
addAll(PathSet, String) - Method in class org.apache.maven.plugin.war.util.PathSet
Adds given paths to the set.
addAll(Collection<String>) - Method in class org.apache.maven.plugin.war.util.PathSet
Normalizes and adds given paths (collection of strings) to the set.
addAll(String[]) - Method in class org.apache.maven.plugin.war.util.PathSet
Normalizes and adds given paths to the set.
addAll(PathSet) - Method in class org.apache.maven.plugin.war.util.PathSet
Adds given paths to the set.
addAllFilesInDirectory(File, String) - Method in class org.apache.maven.plugin.war.util.PathSet
Adds to the set all files in the given directory
addOverlay(Overlay) - Method in class org.apache.maven.plugin.war.AbstractWarMojo
 
addPrefix(String) - Method in class org.apache.maven.plugin.war.util.PathSet
Adds given prefix to all paths in the set.
alreadyRegistered(String, String) - Method in interface org.apache.maven.plugin.war.util.WebappStructure.RegistrationCallback
Called if the targetFilename for the specified ownerId has already been registered.
analyseDependencies(WebappStructure.DependenciesAnalysisCallback) - Method in class org.apache.maven.plugin.war.util.WebappStructure
Analyze the dependencies of the project using the specified callback.
archiveClasses() - Method in interface org.apache.maven.plugin.war.packaging.WarPackagingContext
Specify whether the classes resources should be archived in the WEB-INF/lib of the generated web app.
ArtifactsPackagingTask - Class in org.apache.maven.plugin.war.packaging
Handles the artifacts that needs to be packaged in the web application.
ArtifactsPackagingTask(Set<Artifact>, Overlay) - Constructor for class org.apache.maven.plugin.war.packaging.ArtifactsPackagingTask
 

B

buildExplodedWebapp(File) - Method in class org.apache.maven.plugin.war.AbstractWarMojo
 
buildWebapp(MavenProject, File) - Method in class org.apache.maven.plugin.war.AbstractWarMojo
Builds the webapp for the specified project with the new packaging task thingy

Classes, libraries and tld files are copied to the webappDirectory during this phase.


C

CLASSES_PATH - Static variable in class org.apache.maven.plugin.war.packaging.AbstractWarPackagingTask
 
ClassesPackager - Class in org.apache.maven.plugin.war.util
Packages the content of the classes directory.
ClassesPackager() - Constructor for class org.apache.maven.plugin.war.util.ClassesPackager
Creates a new instance.
ClassesPackagingTask - Class in org.apache.maven.plugin.war.packaging
Handles the classes directory that needs to be packaged in the web application.
ClassesPackagingTask(Overlay) - Constructor for class org.apache.maven.plugin.war.packaging.ClassesPackagingTask
 
contains(String) - Method in class org.apache.maven.plugin.war.util.PathSet
Checks if the set constains given path.
copyFile(String, WarPackagingContext, File, String) - Method in class org.apache.maven.plugin.war.packaging.AbstractWarPackagingTask
Copy the specified file if the target location has not yet already been used.
copyFile(WarPackagingContext, File, File, String, boolean) - Method in class org.apache.maven.plugin.war.packaging.AbstractWarPackagingTask
Copy file from source to destination.
copyFiles(String, WarPackagingContext, File, PathSet, String, boolean) - Method in class org.apache.maven.plugin.war.packaging.AbstractWarPackagingTask
Copies the files if possible with an optional target prefix.
copyFiles(String, WarPackagingContext, File, PathSet, boolean) - Method in class org.apache.maven.plugin.war.packaging.AbstractWarPackagingTask
Copies the files if possible as is.
copyFilteredFile(String, WarPackagingContext, File, String) - Method in class org.apache.maven.plugin.war.packaging.AbstractWarPackagingTask
Copy the specified file if the target location has not yet already been used and filter its content with the configured filter properties.
copyResources(WarPackagingContext, Resource) - Method in class org.apache.maven.plugin.war.packaging.WarProjectPackagingTask
Copies webapp webResources from the specified directory.
createInstance() - Static method in class org.apache.maven.plugin.war.Overlay
 

D

DEFAULT_EXCLUDES - Static variable in class org.apache.maven.plugin.war.Overlay
 
DEFAULT_FILE_NAME_MAPPING - Static variable in class org.apache.maven.plugin.war.AbstractWarMojo
 
DEFAULT_FILE_NAME_MAPPING_CLASSIFIER - Static variable in class org.apache.maven.plugin.war.AbstractWarMojo
 
DEFAULT_INCLUDES - Static variable in class org.apache.maven.plugin.war.Overlay
 
DEFAULT_INCLUDES - Static variable in class org.apache.maven.plugin.war.packaging.AbstractWarPackagingTask
 
DefaultOverlay - Class in org.apache.maven.plugin.war.overlay
A default overlay implementation based on an Artifact.
DefaultOverlay(Artifact) - Constructor for class org.apache.maven.plugin.war.overlay.DefaultOverlay
Creates an overlay for the specified artifact.
DefaultOverlay(Artifact, String, String) - Constructor for class org.apache.maven.plugin.war.overlay.DefaultOverlay
Creates an overlay for the specified artifact.
DependenciesAnalysisPackagingTask - Class in org.apache.maven.plugin.war.packaging
Analyzes the dependencies of the project with its previous state and update the target directory accordingly.
DependenciesAnalysisPackagingTask() - Constructor for class org.apache.maven.plugin.war.packaging.DependenciesAnalysisPackagingTask
 
dependencyEquals(Dependency, Dependency) - Static method in class org.apache.maven.plugin.war.util.WarUtils
 
DependencyInfo - Class in org.apache.maven.plugin.war.util
Holds a dependency and packaging information.
DependencyInfo(Dependency) - Constructor for class org.apache.maven.plugin.war.util.DependencyInfo
Creates a new instance.
doUnpack(WarPackagingContext, File, File) - Method in class org.apache.maven.plugin.war.packaging.AbstractWarPackagingTask
Unpacks the specified file to the specified directory.

E

equals(Object) - Method in class org.apache.maven.plugin.war.Overlay
 
equals(Object) - Method in class org.apache.maven.plugin.war.util.DependencyInfo
 
escapeString - Variable in class org.apache.maven.plugin.war.AbstractWarMojo
Expression preceded with this String won't be interpolated.
evaluateFileNameMapping(String, Artifact) - Static method in class org.apache.maven.plugin.war.util.MappingUtils
Evaluates the specified expression for the given artifact.
execute() - Method in class org.apache.maven.plugin.war.HelpMojo
execute() - Method in class org.apache.maven.plugin.war.WarExplodedMojo
 
execute() - Method in class org.apache.maven.plugin.war.WarInPlaceMojo
 
execute() - Method in class org.apache.maven.plugin.war.WarManifestMojo
Executes this mojo on the current project.
execute() - Method in class org.apache.maven.plugin.war.WarMojo
Executes the WarMojo on the current project.
EXTENSIONS_PATH - Static variable in class org.apache.maven.plugin.war.packaging.ArtifactsPackagingTask
 

F

fromXml(File) - Method in class org.apache.maven.plugin.war.util.WebappStructureSerializer
Reads the WebappStructure from the specified file.

G

generateJarArchive(WarPackagingContext) - Method in class org.apache.maven.plugin.war.packaging.ClassesPackagingTask
 
getArchive() - Method in class org.apache.maven.plugin.war.AbstractWarMojo
 
getArchive() - Method in interface org.apache.maven.plugin.war.packaging.WarPackagingContext
The maven archive configuration to use.
getArchiverManager() - Method in interface org.apache.maven.plugin.war.packaging.WarPackagingContext
Returns the archiver manager to use.
getArtifact() - Method in class org.apache.maven.plugin.war.Overlay
 
getArtifact(MavenProject, Dependency) - Static method in class org.apache.maven.plugin.war.util.WarUtils
 
getArtifactFactory() - Method in class org.apache.maven.plugin.war.AbstractWarMojo
 
getArtifactFactory() - Method in interface org.apache.maven.plugin.war.packaging.WarPackagingContext
 
getArtifactFinalName(WarPackagingContext, Artifact) - Method in class org.apache.maven.plugin.war.packaging.AbstractWarPackagingTask
Returns the final name of the specified artifact.
getArtifactId() - Method in class org.apache.maven.plugin.war.Overlay
 
getCachedTargetFileName(Dependency) - Method in class org.apache.maven.plugin.war.util.WebappStructure
Returns the cached target file name that matches the specified dependency, that is the target file name of the previous run.
getCacheFile() - Method in class org.apache.maven.plugin.war.AbstractWarMojo
 
getClassesClassifier() - Method in class org.apache.maven.plugin.war.WarMojo
 
getClassesDirectory() - Method in class org.apache.maven.plugin.war.AbstractWarMojo
 
getClassesDirectory() - Method in interface org.apache.maven.plugin.war.packaging.WarPackagingContext
Returns the directory holding generated classes.
getClassesDirectory(File) - Method in class org.apache.maven.plugin.war.util.ClassesPackager
Returns the classes directory from the specified webapp directory.
getClassifier() - Method in class org.apache.maven.plugin.war.Overlay
 
getClassifier() - Method in class org.apache.maven.plugin.war.WarMojo
 
getContainerConfigXML() - Method in class org.apache.maven.plugin.war.AbstractWarMojo
 
getCurrentProjectOverlay() - Method in class org.apache.maven.plugin.war.AbstractWarMojo
 
getDependencies() - Method in class org.apache.maven.plugin.war.util.WebappStructure
Returns the dependencies of the project.
getDependenciesInfo() - Method in class org.apache.maven.plugin.war.util.WebappStructure
Returns the list of DependencyInfo for the project.
getDependency() - Method in class org.apache.maven.plugin.war.util.DependencyInfo
Returns the dependency.
getDependentWarExcludes() - Method in class org.apache.maven.plugin.war.AbstractWarMojo
Returns a string array of the excludes to be used when adding dependent WAR as an overlay onto this WAR.
getDependentWarIncludes() - Method in class org.apache.maven.plugin.war.AbstractWarMojo
Returns a string array of the includes to be used when adding dependent WARs as an overlay onto this WAR.
getEncoding(File) - Method in class org.apache.maven.plugin.war.packaging.AbstractWarPackagingTask
Get the encoding from an XML-file.
getExcludes() - Method in class org.apache.maven.plugin.war.AbstractWarMojo
Returns a string array of the excludes to be used when copying the content of the WAR source directory.
getExcludes() - Method in class org.apache.maven.plugin.war.Overlay
 
getFilesToIncludes(File, String[], String[]) - Method in class org.apache.maven.plugin.war.packaging.AbstractWarPackagingTask
Returns the file to copy.
getFilesToIncludes(File, String[], String[], boolean) - Method in class org.apache.maven.plugin.war.packaging.AbstractWarPackagingTask
Returns the file to copy.
getFilters() - Method in class org.apache.maven.plugin.war.AbstractWarMojo
 
getFilters() - Method in interface org.apache.maven.plugin.war.packaging.WarPackagingContext
Returns the list of filter files to use.
getFilterWrappers() - Method in interface org.apache.maven.plugin.war.packaging.WarPackagingContext
 
getFullStructure() - Method in class org.apache.maven.plugin.war.util.WebappStructure
Returns all paths that have been registered so far.
getGroupId() - Method in class org.apache.maven.plugin.war.Overlay
 
getId() - Method in class org.apache.maven.plugin.war.Overlay
 
getIncludes() - Method in class org.apache.maven.plugin.war.AbstractWarMojo
Returns a string array of the includes to be used when assembling/copying the WAR.
getIncludes() - Method in class org.apache.maven.plugin.war.Overlay
 
getJarArchiver() - Method in class org.apache.maven.plugin.war.AbstractWarMojo
 
getJarArchiver() - Method in interface org.apache.maven.plugin.war.packaging.WarPackagingContext
Returns the Jar archiver needed for archiving classes directory into jar file under WEB-INF/lib.
getLog() - Method in interface org.apache.maven.plugin.war.packaging.WarPackagingContext
Returns the logger to use to output logging event.
getMavenFileFilter() - Method in interface org.apache.maven.plugin.war.packaging.WarPackagingContext
Returns the MavenFileFilter instance to use.
getNonFilteredFileExtensions() - Method in class org.apache.maven.plugin.war.AbstractWarMojo
 
getOutputDirectory() - Method in class org.apache.maven.plugin.war.WarMojo
 
getOutputFileNameMapping() - Method in class org.apache.maven.plugin.war.AbstractWarMojo
 
getOutputFileNameMapping() - Method in interface org.apache.maven.plugin.war.packaging.WarPackagingContext
Returns the output file name mapping to use, if any.
getOverlayIds() - Method in class org.apache.maven.plugin.war.overlay.OverlayManager
Returns the id of the resolved overlays.
getOverlays() - Method in class org.apache.maven.plugin.war.AbstractWarMojo
 
getOverlays() - Method in class org.apache.maven.plugin.war.overlay.OverlayManager
Returns the resolved overlays.
getOverlaysWorkDirectory() - Method in interface org.apache.maven.plugin.war.packaging.WarPackagingContext
Returns the directory to unpack dependent WARs into if needed.
getOverlayTempDirectory(WarPackagingContext, Overlay) - Method in class org.apache.maven.plugin.war.packaging.OverlayPackagingTask
Returns the directory to use to unpack the specified overlay.
getOwner(String) - Method in class org.apache.maven.plugin.war.util.WebappStructure
Returns the owner of the specified path.
getOwnerIds() - Method in interface org.apache.maven.plugin.war.packaging.WarPackagingContext
Returns the list of registered overlays for this session.
getOwners() - Method in class org.apache.maven.plugin.war.util.WebappStructure
Returns the owners.
getPackagingExcludes() - Method in class org.apache.maven.plugin.war.WarMojo
 
getPackagingIncludes() - Method in class org.apache.maven.plugin.war.WarMojo
 
getProject() - Method in class org.apache.maven.plugin.war.AbstractWarMojo
 
getProject() - Method in interface org.apache.maven.plugin.war.packaging.WarPackagingContext
Returns the maven project.
getProjectHelper() - Method in class org.apache.maven.plugin.war.WarMojo
 
getResourceEncoding() - Method in interface org.apache.maven.plugin.war.packaging.WarPackagingContext
Returns the encoding to use for resources.
getSession() - Method in class org.apache.maven.plugin.war.AbstractWarMojo
 
getSession() - Method in interface org.apache.maven.plugin.war.packaging.WarPackagingContext
Returns the Maven session.
getStructure(String) - Method in class org.apache.maven.plugin.war.util.WebappStructure
Returns the list of registered files for the specified owner.
getTargetClassesFile() - Method in class org.apache.maven.plugin.war.WarMojo
 
getTargetFile(File, String, String, String) - Static method in class org.apache.maven.plugin.war.WarMojo
 
getTargetFileName() - Method in class org.apache.maven.plugin.war.util.DependencyInfo
Returns the target filen ame of the dependency.
getTargetPath() - Method in class org.apache.maven.plugin.war.Overlay
 
getTargetWarFile() - Method in class org.apache.maven.plugin.war.WarMojo
 
getType() - Method in class org.apache.maven.plugin.war.Overlay
 
getWarArchiver() - Method in class org.apache.maven.plugin.war.WarMojo
 
getWarName() - Method in class org.apache.maven.plugin.war.WarMojo
 
getWarSourceDirectory() - Method in class org.apache.maven.plugin.war.AbstractWarMojo
 
getWarSourceExcludes() - Method in class org.apache.maven.plugin.war.AbstractWarMojo
 
getWarSourceIncludes() - Method in class org.apache.maven.plugin.war.AbstractWarMojo
 
getWebappDirectory() - Method in class org.apache.maven.plugin.war.AbstractWarMojo
 
getWebappDirectory() - Method in interface org.apache.maven.plugin.war.packaging.WarPackagingContext
Returns the webapp directory.
getWebappSourceDirectory() - Method in interface org.apache.maven.plugin.war.packaging.WarPackagingContext
Returns the main webapp source directory.
getWebappSourceExcludes() - Method in interface org.apache.maven.plugin.war.packaging.WarPackagingContext
Returns the webapp source excludes.
getWebappSourceIncludes() - Method in interface org.apache.maven.plugin.war.packaging.WarPackagingContext
Returns the webapp source includes.
getWebappStructure() - Method in interface org.apache.maven.plugin.war.packaging.WarPackagingContext
Returns the WebappStructure.
getWebResources() - Method in class org.apache.maven.plugin.war.AbstractWarMojo
 
getWebXml() - Method in class org.apache.maven.plugin.war.AbstractWarMojo
 
getWorkDirectory() - Method in class org.apache.maven.plugin.war.AbstractWarMojo
 

H

handeWebAppSourceDirectory(WarPackagingContext) - Method in class org.apache.maven.plugin.war.packaging.WarProjectPackagingTask
Handles the webapp sources.
handleArtifacts(WarPackagingContext) - Method in class org.apache.maven.plugin.war.packaging.WarProjectPackagingTask
Handles the webapp artifacts.
handleClassesDirectory(WarPackagingContext) - Method in class org.apache.maven.plugin.war.packaging.WarProjectPackagingTask
Handles the webapp classes.
handleDependency(WarPackagingContext, Dependency, String, String, String, boolean) - Method in class org.apache.maven.plugin.war.packaging.DependenciesAnalysisPackagingTask
 
handleDependencyScope(WarPackagingContext, Dependency, String, String, boolean) - Method in class org.apache.maven.plugin.war.packaging.DependenciesAnalysisPackagingTask
 
handleDeploymentDescriptors(WarPackagingContext, File, File) - Method in class org.apache.maven.plugin.war.packaging.WarProjectPackagingTask
Handles the deployment descriptors, if specified.
handleWebResources(WarPackagingContext) - Method in class org.apache.maven.plugin.war.packaging.WarProjectPackagingTask
Handles the web resources.
hashCode() - Method in class org.apache.maven.plugin.war.Overlay
 
hashCode() - Method in class org.apache.maven.plugin.war.util.DependencyInfo
 
HelpMojo - Class in org.apache.maven.plugin.war
Display help information on maven-war-plugin.
Call mvn war:help -Ddetail=true -Dgoal=<goal-name> to display parameter details.
HelpMojo() - Constructor for class org.apache.maven.plugin.war.HelpMojo
 

I

InvalidOverlayConfigurationException - Exception in org.apache.maven.plugin.war.overlay
Thrown if the overlay configuration is invalid.
InvalidOverlayConfigurationException(String) - Constructor for exception org.apache.maven.plugin.war.overlay.InvalidOverlayConfigurationException
 
InvalidOverlayConfigurationException(String, Throwable) - Constructor for exception org.apache.maven.plugin.war.overlay.InvalidOverlayConfigurationException
 
isArchiveClasses() - Method in class org.apache.maven.plugin.war.AbstractWarMojo
 
isAttachClasses() - Method in class org.apache.maven.plugin.war.WarMojo
 
isCurrentProject() - Method in class org.apache.maven.plugin.war.Overlay
Specify whether this overlay represents the current project or not.
isFailOnMissingWebXml() - Method in class org.apache.maven.plugin.war.WarMojo
 
isFiltered() - Method in class org.apache.maven.plugin.war.Overlay
 
isFilteringDeploymentDescriptors() - Method in interface org.apache.maven.plugin.war.packaging.WarPackagingContext
 
isIncludeEmptyDirectories() - Method in class org.apache.maven.plugin.war.AbstractWarMojo
 
isNonFilteredExtension(String) - Method in interface org.apache.maven.plugin.war.packaging.WarPackagingContext
Specify if the given fileName belongs to the list of extensions that must not be filtered
isPrimaryArtifact() - Method in class org.apache.maven.plugin.war.WarMojo
 
isRecompressZippedFiles() - Method in class org.apache.maven.plugin.war.AbstractWarMojo
 
isRegistered(String) - Method in class org.apache.maven.plugin.war.util.WebappStructure
Specify if the specified path is registered or not.
isRelated(Artifact, Dependency) - Static method in class org.apache.maven.plugin.war.util.WarUtils
 
isUseCache() - Method in class org.apache.maven.plugin.war.AbstractWarMojo
 
isUseJvmChmod() - Method in interface org.apache.maven.plugin.war.packaging.WarPackagingContext
 
isWebappSourceIncludeEmptyDirectories() - Method in interface org.apache.maven.plugin.war.packaging.WarPackagingContext
Returns true if empty directories should be includes, othewrwise false
iterator() - Method in class org.apache.maven.plugin.war.util.PathSet
Returns iterator of normalized paths (strings)

L

LIB_PATH - Static variable in class org.apache.maven.plugin.war.packaging.AbstractWarPackagingTask
 

M

MappingUtils - Class in org.apache.maven.plugin.war.util
Utilities used to evaluate expression.
MappingUtils() - Constructor for class org.apache.maven.plugin.war.util.MappingUtils
 
META_INF_PATH - Static variable in class org.apache.maven.plugin.war.packaging.AbstractWarPackagingTask
 
MODULES_PATH - Static variable in class org.apache.maven.plugin.war.packaging.ArtifactsPackagingTask
 

N

newDependency(Dependency) - Method in interface org.apache.maven.plugin.war.util.WebappStructure.DependenciesAnalysisCallback
Called if a new dependency has been added since the last build.
normalizeFilePath(String) - Method in class org.apache.maven.plugin.war.util.PathSet
The method normalizes the path.
normalizeFilePathStatic(String) - Static method in class org.apache.maven.plugin.war.util.PathSet
The method normalizes the path.

O

org.apache.maven.plugin.war - package org.apache.maven.plugin.war
 
org.apache.maven.plugin.war.overlay - package org.apache.maven.plugin.war.overlay
 
org.apache.maven.plugin.war.packaging - package org.apache.maven.plugin.war.packaging
 
org.apache.maven.plugin.war.util - package org.apache.maven.plugin.war.util
 
Overlay - Class in org.apache.maven.plugin.war
An overlay is a skeleton WAR added to another WAR project in order to inject a functionality, resources or any other shared component.
Overlay() - Constructor for class org.apache.maven.plugin.war.Overlay
 
Overlay(String, String) - Constructor for class org.apache.maven.plugin.war.Overlay
 
OverlayManager - Class in org.apache.maven.plugin.war.overlay
Manages the overlays.
OverlayManager(List<Overlay>, MavenProject, String, String, Overlay) - Constructor for class org.apache.maven.plugin.war.overlay.OverlayManager
Creates a manager with the specified overlays.
OverlayPackagingTask - Class in org.apache.maven.plugin.war.packaging
Handles an overlay.
OverlayPackagingTask(Overlay, Overlay) - Constructor for class org.apache.maven.plugin.war.packaging.OverlayPackagingTask
 

P

packageClasses(File, File, JarArchiver, MavenSession, MavenProject, MavenArchiveConfiguration) - Method in class org.apache.maven.plugin.war.util.ClassesPackager
Package the classes
paths() - Method in class org.apache.maven.plugin.war.util.PathSet
 
PathSet - Class in org.apache.maven.plugin.war.util
Set of file's paths.
PathSet() - Constructor for class org.apache.maven.plugin.war.util.PathSet
Creates an empty paths set
PathSet(Collection<String>) - Constructor for class org.apache.maven.plugin.war.util.PathSet
Creates paths set and normalizate and adds all 'paths'.
PathSet(String[]) - Constructor for class org.apache.maven.plugin.war.util.PathSet
Creates paths set and normalizate and adds all 'paths'.
performPackaging(WarPackagingContext) - Method in class org.apache.maven.plugin.war.packaging.ArtifactsPackagingTask
 
performPackaging(WarPackagingContext) - Method in class org.apache.maven.plugin.war.packaging.ClassesPackagingTask
 
performPackaging(WarPackagingContext) - Method in class org.apache.maven.plugin.war.packaging.DependenciesAnalysisPackagingTask
 
performPackaging(WarPackagingContext) - Method in class org.apache.maven.plugin.war.packaging.OverlayPackagingTask
 
performPackaging(WarPackagingContext) - Method in interface org.apache.maven.plugin.war.packaging.WarPackagingTask
Performs the packaging for the specified task.
performPackaging(WarPackagingContext) - Method in class org.apache.maven.plugin.war.packaging.WarProjectPackagingTask
 
performPostPackaging(WarPackagingContext) - Method in class org.apache.maven.plugin.war.packaging.SaveWebappStructurePostPackagingTask
 
performPostPackaging(WarPackagingContext) - Method in interface org.apache.maven.plugin.war.packaging.WarPostPackagingTask
Executes the post packaging task.

R

refused(String, String, String) - Method in interface org.apache.maven.plugin.war.util.WebappStructure.RegistrationCallback
Called if the registration of the targetFilename for the specified ownerId has been refused since the path already belongs to the actualOwnerId.
registered(String, String) - Method in interface org.apache.maven.plugin.war.util.WebappStructure.RegistrationCallback
Called if the targetFilename for the specified ownerId has been registered successfully.
registerFile(String, String) - Method in class org.apache.maven.plugin.war.util.WebappStructure
Registers the specified path for the specified owner.
registerFile(String, String, WebappStructure.RegistrationCallback) - Method in class org.apache.maven.plugin.war.util.WebappStructure
Registers the specified path for the specified owner.
registerFileForced(String, String) - Method in class org.apache.maven.plugin.war.util.WebappStructure
Forces the registration of the specified path for the specified owner.
registerTargetFileName(Artifact, String) - Method in class org.apache.maven.plugin.war.util.WebappStructure
Registers the target file name for the specified artifact.
removedDependency(Dependency) - Method in interface org.apache.maven.plugin.war.util.WebappStructure.DependenciesAnalysisCallback
Called if the dependency has been removed since the last build.

S

SaveWebappStructurePostPackagingTask - Class in org.apache.maven.plugin.war.packaging
Saves the webapp structure cache.
SaveWebappStructurePostPackagingTask(File) - Constructor for class org.apache.maven.plugin.war.packaging.SaveWebappStructurePostPackagingTask
 
SERVICES_PATH - Static variable in class org.apache.maven.plugin.war.packaging.ArtifactsPackagingTask
 
setArchiveClasses(boolean) - Method in class org.apache.maven.plugin.war.AbstractWarMojo
 
setArtifact(Artifact) - Method in class org.apache.maven.plugin.war.Overlay
 
setArtifactFactory(ArtifactFactory) - Method in class org.apache.maven.plugin.war.AbstractWarMojo
 
setArtifactId(String) - Method in class org.apache.maven.plugin.war.Overlay
 
setAttachClasses(boolean) - Method in class org.apache.maven.plugin.war.WarMojo
 
setCacheFile(File) - Method in class org.apache.maven.plugin.war.AbstractWarMojo
 
setClassesClassifier(String) - Method in class org.apache.maven.plugin.war.WarMojo
 
setClassesDirectory(File) - Method in class org.apache.maven.plugin.war.AbstractWarMojo
 
setClassifier(String) - Method in class org.apache.maven.plugin.war.Overlay
 
setClassifier(String) - Method in class org.apache.maven.plugin.war.WarMojo
 
setContainerConfigXML(File) - Method in class org.apache.maven.plugin.war.AbstractWarMojo
 
setExcludes(String) - Method in class org.apache.maven.plugin.war.Overlay
 
setExcludes(String[]) - Method in class org.apache.maven.plugin.war.Overlay
 
setFailOnMissingWebXml(boolean) - Method in class org.apache.maven.plugin.war.WarMojo
 
setFiltered(boolean) - Method in class org.apache.maven.plugin.war.Overlay
 
setFilters(List<String>) - Method in class org.apache.maven.plugin.war.AbstractWarMojo
 
setGroupId(String) - Method in class org.apache.maven.plugin.war.Overlay
 
setId(String) - Method in class org.apache.maven.plugin.war.Overlay
 
setIncludes(String) - Method in class org.apache.maven.plugin.war.Overlay
 
setIncludes(String[]) - Method in class org.apache.maven.plugin.war.Overlay
 
setJarArchiver(JarArchiver) - Method in class org.apache.maven.plugin.war.AbstractWarMojo
 
setNonFilteredFileExtensions(List<String>) - Method in class org.apache.maven.plugin.war.AbstractWarMojo
 
setOutputDirectory(String) - Method in class org.apache.maven.plugin.war.WarMojo
 
setOutputFileNameMapping(String) - Method in class org.apache.maven.plugin.war.AbstractWarMojo
 
setOverlays(List<Overlay>) - Method in class org.apache.maven.plugin.war.AbstractWarMojo
 
setPackagingExcludes(String) - Method in class org.apache.maven.plugin.war.WarMojo
 
setPackagingIncludes(String) - Method in class org.apache.maven.plugin.war.WarMojo
 
setPrimaryArtifact(boolean) - Method in class org.apache.maven.plugin.war.WarMojo
 
setProject(MavenProject) - Method in class org.apache.maven.plugin.war.AbstractWarMojo
 
setProjectHelper(MavenProjectHelper) - Method in class org.apache.maven.plugin.war.WarMojo
 
setSkip(boolean) - Method in class org.apache.maven.plugin.war.Overlay
 
setTargetFileName(String) - Method in class org.apache.maven.plugin.war.util.DependencyInfo
Sets the target file name.
setTargetPath(String) - Method in class org.apache.maven.plugin.war.Overlay
 
setType(String) - Method in class org.apache.maven.plugin.war.Overlay
 
setUseCache(boolean) - Method in class org.apache.maven.plugin.war.AbstractWarMojo
 
setWarArchiver(WarArchiver) - Method in class org.apache.maven.plugin.war.WarMojo
 
setWarName(String) - Method in class org.apache.maven.plugin.war.WarMojo
 
setWarSourceDirectory(File) - Method in class org.apache.maven.plugin.war.AbstractWarMojo
 
setWarSourceExcludes(String) - Method in class org.apache.maven.plugin.war.AbstractWarMojo
 
setWarSourceIncludes(String) - Method in class org.apache.maven.plugin.war.AbstractWarMojo
 
setWebappDirectory(File) - Method in class org.apache.maven.plugin.war.AbstractWarMojo
 
setWebResources(Resource[]) - Method in class org.apache.maven.plugin.war.AbstractWarMojo
 
setWebXml(File) - Method in class org.apache.maven.plugin.war.AbstractWarMojo
 
setWorkDirectory(File) - Method in class org.apache.maven.plugin.war.AbstractWarMojo
 
shouldSkip() - Method in class org.apache.maven.plugin.war.Overlay
 
size() - Method in class org.apache.maven.plugin.war.util.PathSet
Returns count of the paths in the set
superseded(String, String, String) - Method in interface org.apache.maven.plugin.war.util.WebappStructure.RegistrationCallback
Called if the targetFilename for the specified ownerId has been registered successfully by superseding a deprecatedOwnerId, that is the previous owner of the file.
supersededUnknownOwner(String, String, String) - Method in interface org.apache.maven.plugin.war.util.WebappStructure.RegistrationCallback
Called if the targetFilename for the specified ownerId has been registered successfully by superseding a unknownOwnerId, that is an owner that does not exist anymore in the current project.

T

TLD_PATH - Static variable in class org.apache.maven.plugin.war.packaging.ArtifactsPackagingTask
 
toString() - Method in class org.apache.maven.plugin.war.Overlay
 
toXml(WebappStructure, File) - Method in class org.apache.maven.plugin.war.util.WebappStructureSerializer
Saves the WebappStructure to the specified file.
trimTrailingSlashes(String) - Static method in class org.apache.maven.plugin.war.util.PathSet
The method deletes all trailing slashes from the given string

U

unchangedDependency(Dependency) - Method in interface org.apache.maven.plugin.war.util.WebappStructure.DependenciesAnalysisCallback
Called if the dependency has not changed since the last build.
unpackOverlay(WarPackagingContext, Overlay) - Method in class org.apache.maven.plugin.war.packaging.OverlayPackagingTask
Unpacks the specified overlay.
updatedOptionalFlag(Dependency, boolean) - Method in interface org.apache.maven.plugin.war.util.WebappStructure.DependenciesAnalysisCallback
Called if the optional flag of the dependency has changed since the last build.
updatedScope(Dependency, String) - Method in interface org.apache.maven.plugin.war.util.WebappStructure.DependenciesAnalysisCallback
Called if the scope of the dependency has changed since the last build.
updatedUnknown(Dependency, Dependency) - Method in interface org.apache.maven.plugin.war.util.WebappStructure.DependenciesAnalysisCallback
Called if the dependency has been updated for unknown reason.
updatedVersion(Dependency, String) - Method in interface org.apache.maven.plugin.war.util.WebappStructure.DependenciesAnalysisCallback
Called if the version of the dependency has changed since the last build.

W

WarExplodedMojo - Class in org.apache.maven.plugin.war
Create an exploded webapp in a specified directory.
WarExplodedMojo() - Constructor for class org.apache.maven.plugin.war.WarExplodedMojo
 
WarInPlaceMojo - Class in org.apache.maven.plugin.war
Generate the webapp in the WAR source directory.
WarInPlaceMojo() - Constructor for class org.apache.maven.plugin.war.WarInPlaceMojo
 
WarManifestMojo - Class in org.apache.maven.plugin.war
Generate a manifest for this webapp.
WarManifestMojo() - Constructor for class org.apache.maven.plugin.war.WarManifestMojo
 
WarMojo - Class in org.apache.maven.plugin.war
Build a WAR file.
WarMojo() - Constructor for class org.apache.maven.plugin.war.WarMojo
 
WarPackagingContext - Interface in org.apache.maven.plugin.war.packaging
The packaging context.
WarPackagingTask - Interface in org.apache.maven.plugin.war.packaging
The base packaging task.
WarPostPackagingTask - Interface in org.apache.maven.plugin.war.packaging
Defines tasks that should be performed after the packaging.
WarProjectPackagingTask - Class in org.apache.maven.plugin.war.packaging
Handles the project own resources, that is:

A B C D E F G H I L M N O P R S T U W

Copyright © 2002–2013 The Apache Software Foundation. All rights reserved.