public class OverlayManager extends Object
| Constructor and Description |
|---|
OverlayManager(List<Overlay> overlays,
org.apache.maven.project.MavenProject project,
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, Overlay currentProjectOverlay) throws InvalidOverlayConfigurationException
overlays - the overlaysproject - the maven projectcurrentProjectOverlay - the overlay for the current projectInvalidOverlayConfigurationException - if the config is invalidCopyright © 2002–2016 The Apache Software Foundation. All rights reserved.