|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--ccl.Main
This class does nothing else except offering a static main routine and therefore one fix starting point for the whole ccl library. Not that a library needs an executable, but this one right now just triggers some self tests. In the future this command can be also used to request the version number of the library and similar stuff.
Constructor Summary | |
Main(java.lang.String[] asArg_,
java.lang.String sRcsHeader_)
The static main routine creates this object which then triggers on demand the self tests. |
Method Summary | |
static void |
main(java.lang.String[] asArg_)
Ccl is a library. |
void |
setExit()
Implements ccl.util.Exitable interface. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Main(java.lang.String[] asArg_, java.lang.String sRcsHeader_)
Method Detail |
public static void main(java.lang.String[] asArg_)
public void setExit()
setExit
in interface Exitable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |