Uses of Class
org.apache.maven.plugins.war.Overlay
Packages that use Overlay
Package
Description
-
Uses of Overlay in org.apache.maven.plugins.war
Fields in org.apache.maven.plugins.war declared as OverlayFields in org.apache.maven.plugins.war with type parameters of type OverlayMethods in org.apache.maven.plugins.war that return OverlayModifier and TypeMethodDescriptionstatic OverlayOverlay.createInstance()AbstractWarMojo.getCurrentProjectOverlay()Methods in org.apache.maven.plugins.war that return types with arguments of type OverlayMethods in org.apache.maven.plugins.war with parameters of type OverlayMethod parameters in org.apache.maven.plugins.war with type arguments of type Overlay -
Uses of Overlay in org.apache.maven.plugins.war.overlay
Subclasses of Overlay in org.apache.maven.plugins.war.overlayModifier and TypeClassDescriptionclassA default overlay implementation based on anArtifact.Fields in org.apache.maven.plugins.war.overlay with type parameters of type OverlayMethods in org.apache.maven.plugins.war.overlay that return types with arguments of type OverlayMethods in org.apache.maven.plugins.war.overlay with parameters of type OverlayModifier and TypeMethodDescriptionprivate booleanOverlayManager.compareOverlayWithArtifact(Overlay overlay, org.apache.maven.artifact.Artifact artifact) Compare groupId invalid input: '&'invalid input: '&' artifactId invalid input: '&'invalid input: '&' type invalid input: '&'invalid input: '&' classifier.(package private) org.apache.maven.artifact.ArtifactOverlayManager.getAssociatedArtifact(Overlay overlay) Returns the Artifact associated to the specified overlay.(package private) voidOverlayManager.initialize(String[] defaultIncludes, String[] defaultExcludes, Overlay currentProjectOverlay) Initializes the manager and validates the overlays configuration.Constructors in org.apache.maven.plugins.war.overlay with parameters of type OverlayModifierConstructorDescriptionOverlayManager(List<Overlay> overlays, org.apache.maven.project.MavenProject project, String[] defaultIncludes, String[] defaultExcludes, Overlay currentProjectOverlay) Creates a manager with the specified overlays.Constructor parameters in org.apache.maven.plugins.war.overlay with type arguments of type Overlay -
Uses of Overlay in org.apache.maven.plugins.war.packaging
Fields in org.apache.maven.plugins.war.packaging declared as OverlayModifier and TypeFieldDescriptionprivate final OverlayClassesPackagingTask.currentProjectOverlayprivate OverlayWarProjectPackagingTask.currentProjectOverlayprivate final OverlayOverlayPackagingTask.overlayMethods in org.apache.maven.plugins.war.packaging with parameters of type OverlayModifier and TypeMethodDescriptionprotected FileOverlayPackagingTask.getOverlayTempDirectory(WarPackagingContext context, Overlay overlay) Returns the directory to use to unpack the specified overlay.protected FileOverlayPackagingTask.unpackOverlay(WarPackagingContext context, Overlay overlay) Unpacks the specified overlay.Constructors in org.apache.maven.plugins.war.packaging with parameters of type OverlayModifierConstructorDescriptionArtifactsPackagingTask(Set<org.apache.maven.artifact.Artifact> artifacts, Overlay currentProjectOverlay) ClassesPackagingTask(Overlay currentProjectOverlay) OverlayPackagingTask(Overlay overlay, Overlay currentProjectOverlay) WarProjectPackagingTask(org.apache.maven.model.Resource[] webResources, File webXml, File containerConfigXml, Overlay currentProjectOverlay)