com.coyotegulch.jisp
public class Jisp extends Object
Field Summary | |
---|---|
static String | LICENSE
"Scott's Very Free License", the license governing the distribution and use of Jisp. |
static String | VERSION
Version number string. |
Method Summary | |
---|---|
static ClassLoader | getClassLoader()
Get the current class loader. |
static void | main(String[] args)
The main function, run from the jisp JAR file to display version number and license.
|
static void | setClassLoader(ClassLoader loader)
Set an external class loader for use by the Jisp object input and output streams.
|
ClassLoader
has not been set via the
setClassLoader
, or the ClassLoader
is set to null
,
this function returns the the ClassLoader for the current thread context.
Returns: The current class loader, or the thread context class loader.
Parameters: args Program arguments (ignored)
Parameters: loader a class loader, or null
to revert to the default.