public class OverlayManager extends Object
| Constructor and Description |
|---|
OverlayManager(List<Overlay> overlays,
org.apache.maven.project.MavenProject project,
String[] defaultIncludes,
String[] defaultExcludes,
Overlay currentProjectOverlay)
Creates a manager with the specified overlays.
|
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getOverlayIds()
Returns the id of the resolved overlays.
|
List<Overlay> |
getOverlays()
Returns the resolved overlays.
|
public OverlayManager(List<Overlay> overlays, org.apache.maven.project.MavenProject project, String[] defaultIncludes, String[] defaultExcludes, Overlay currentProjectOverlay) throws InvalidOverlayConfigurationException
overlays - the overlaysproject - the maven projectdefaultIncludes - the default includes to usedefaultExcludes - the default excludes to usecurrentProjectOverlay - the overlay for the current projectInvalidOverlayConfigurationException - if the config is invalidCopyright © 2002–2023 The Apache Software Foundation. All rights reserved.