Package org.eclipse.jetty.quickstart
Class PreconfigureQuickStartWar
- java.lang.Object
-
- org.eclipse.jetty.quickstart.PreconfigureQuickStartWar
-
public class PreconfigureQuickStartWar extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description PreconfigureQuickStartWar()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
main(java.lang.String... args)
static void
preconfigure(Resource war, Resource dir, Resource xml)
-
-
-
Method Detail
-
main
public static void main(java.lang.String... args) throws java.lang.Exception
- Throws:
java.lang.Exception
-
preconfigure
public static void preconfigure(Resource war, Resource dir, Resource xml) throws java.lang.Exception
- Parameters:
war
- The war (or directory) to preconfiguredir
- The directory to expand the war into (or null if war is a directory)xml
- A context XML to apply (or null if none)- Throws:
java.lang.Exception
- if unable to pre configure
-
-