Class Overlay

java.lang.Object
org.eclipse.jetty.maven.plugin.Overlay

public class Overlay extends Object
Overlay An Overlay represents overlay information derived from the maven-war-plugin.
  • Constructor Details

  • Method Details

    • setResource

      public void setResource(Resource r)
    • getResource

      public Resource getResource()
    • getConfig

      public OverlayConfig getConfig()
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • unpackTo

      public void unpackTo(File dir) throws IOException
      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