|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.databene.task.RunnableMain
public class RunnableMain
Provides invocation of an implementation of java.lang.Runnable from the command line.
Created: 22.01.2007 10:11:15
Constructor Summary | |
---|---|
RunnableMain()
|
Method Summary | |
---|---|
static void |
main(java.lang.String[] args)
Instantiates the class specified by args[0] and calls its run() method. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RunnableMain()
Method Detail |
---|
public static void main(java.lang.String[] args) throws java.lang.ClassNotFoundException, java.lang.IllegalAccessException, java.lang.InstantiationException
args
- a String array of length 1 containing the name of the class to instantiate and execute
java.lang.ClassNotFoundException
- if the class could not be found
java.lang.IllegalAccessException
- if the constructor is not public
java.lang.InstantiationException
- if the class is abstract
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |