public class OverlayManager extends Object
Constructor and Description |
---|
OverlayManager(List 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 |
getOverlayIds()
Returns the id of the resolved overlays.
|
List |
getOverlays()
Returns the resolved overlays.
|
public OverlayManager(List 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-2012 Apache Software Foundation. All Rights Reserved.