|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.maven.plugin.war.overlay.OverlayManager
public class OverlayManager
Manages the overlays.
| Constructor Summary | |
|---|---|
OverlayManager(List<Overlay> overlays,
MavenProject project,
String defaultIncludes,
String defaultExcludes,
Overlay currentProjectOverlay)
Creates a manager with the specified overlays. |
|
| Method Summary | |
|---|---|
List<String> |
getOverlayIds()
Returns the id of the resolved overlays. |
List<Overlay> |
getOverlays()
Returns the resolved overlays. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public OverlayManager(List<Overlay> overlays,
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 project
InvalidOverlayConfigurationException - if the config is invalid| Method Detail |
|---|
public List<Overlay> getOverlays()
public List<String> getOverlayIds()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||