Uses of Class
org.apache.maven.plugins.war.util.WebappStructure
Packages that use WebappStructure
-
Uses of WebappStructure in org.apache.maven.plugins.war
Fields in org.apache.maven.plugins.war declared as WebappStructureModifier and TypeFieldDescriptionprivate final WebappStructure
AbstractWarMojo.DefaultWarPackagingContext.webappStructure
Methods in org.apache.maven.plugins.war that return WebappStructureModifier and TypeMethodDescriptionAbstractWarMojo.DefaultWarPackagingContext.getWebappStructure()
Constructors in org.apache.maven.plugins.war with parameters of type WebappStructureModifierConstructorDescription(package private)
DefaultWarPackagingContext
(File webappDirectory, WebappStructure webappStructure, OverlayManager overlayManager, List<org.apache.maven.shared.filtering.FilterWrapper> filterWrappers, List<String> nonFilteredFileExtensions, boolean filteringDeploymentDescriptors, org.apache.maven.artifact.factory.ArtifactFactory artifactFactory, String resourceEncoding, String propertiesEncoding, boolean useJvmChmod, Boolean failOnMissingWebXml, String outputTimestamp) -
Uses of WebappStructure in org.apache.maven.plugins.war.packaging
Methods in org.apache.maven.plugins.war.packaging that return WebappStructureModifier and TypeMethodDescriptionWarPackagingContext.getWebappStructure()
Returns theWebappStructure
.