Server Class - JavaXT Express
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.
| arguments | Command line arguments |
getFile( String path, javaxt.io.File jarFile ) returns javaxt.io.File
Returns a File for a given path
| path | Full canonical path to a file or a relative path (relative to the jarFile) |
| jarFile |