|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.coyotegulch.jisp.Jisp
public class Jisp
Defines common, global objects for the entire Jisp package.
Field Summary | |
---|---|
static java.lang.String |
LICENSE
"Scott's Very Free License", the license governing the distribution and use of Jisp. |
static java.lang.String |
VERSION
Version number string. |
Constructor Summary | |
---|---|
Jisp()
|
Method Summary | |
---|---|
static java.lang.ClassLoader |
getClassLoader()
Get the current class loader. |
static void |
main(java.lang.String[] args)
The main function, run from the jisp JAR file to display version number and license. |
static void |
setClassLoader(java.lang.ClassLoader loader)
Set an external class loader for use by the Jisp object input and output streams. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String VERSION
public static final java.lang.String LICENSE
Constructor Detail |
---|
public Jisp()
Method Detail |
---|
public static void setClassLoader(java.lang.ClassLoader loader)
loader
- a class loader, or null
to revert to the default.public static java.lang.ClassLoader getClassLoader()
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.
public static void main(java.lang.String[] args)
args
- Program arguments (ignored)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |