Package org.eclipse.jetty.maven.plugin
Class Overlay
java.lang.Object
org.eclipse.jetty.maven.plugin.Overlay
Overlay
An Overlay represents overlay information derived from the
maven-war-plugin.
-
Constructor Summary
ConstructorDescriptionOverlay
(OverlayConfig config) Overlay
(OverlayConfig config, Resource resource) -
Method Summary
Modifier and TypeMethodDescriptionvoid
toString()
void
Unpack the overlay into the given directory.
-
Constructor Details
-
Overlay
-
Overlay
-
-
Method Details
-
setResource
-
getResource
-
getConfig
-
toString
-
unpackTo
Unpack the overlay into the given directory. Only unpack if the directory does not exist, or the overlay has been modified since the dir was created.- Parameters:
dir
- the directory into which to unpack the overlay- Throws:
IOException
-