ccl
Class Main

java.lang.Object
  |
  +--ccl.Main
All Implemented Interfaces:
Exitable

public class Main
extends java.lang.Object
implements Exitable

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

Main

public 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 Detail

main

public static void main(java.lang.String[] asArg_)
Ccl is a library. You execute this application only to trigger some self tests or to get the library version number.


setExit

public void setExit()
Implements ccl.util.Exitable interface.

Specified by:
setExit in interface Exitable