Server Class

Command line application used to start a web server and serve content.

Constructors

There are no public constructors.

Static Methods

main( String[] arguments ) returns void
Command line interface used to start the server.
argumentsCommand line arguments
getFile( String path, javaxt.io.File jarFile ) returns javaxt.io.File
Returns a File for a given path
pathFull canonical path to a file or a relative path (relative to the jarFile)
jarFile