Deploy Class

Command line app used to package and deploy a web application. Assumes jar files are found in the /dist folder of the input directory and web-related files are in the /web directory.

Constructors

Deploy( javaxt.io.Directory input, javaxt.io.Directory output, int options )

Static Methods

main( String[] arr ) returns void
Used to instantiate the class via command line args.