Uses of Class
com.martiansoftware.jsap.JSAP
-
Packages that use JSAP Package Description com.martiansoftware.jsap com.martiansoftware.jsap.xml -
-
Uses of JSAP in com.martiansoftware.jsap
Subclasses of JSAP in com.martiansoftware.jsap Modifier and Type Class Description class
SimpleJSAP
A simple interface toJSAP
that handles directly help, explanation and an array of parameters. -
Uses of JSAP in com.martiansoftware.jsap.xml
Methods in com.martiansoftware.jsap.xml with parameters of type JSAP Modifier and Type Method Description static void
JSAPConfig. configure(JSAP jsapToConfigure, java.net.URL jsapXML)
Loads a JSAP configuration from the xml at the specified URL, and configures the specified JSAP object accordingly
-