|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--net.drijf.javaone.TestMain
Demonstrate the class loading and delegation mechanism by loading a test class from a (signed) jar and executing the test methods.
Constructor Summary | |
TestMain()
|
Method Summary | |
static void |
main(java.lang.String[] argv)
Do some tests. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public TestMain()
Method Detail |
public static void main(java.lang.String[] argv) throws java.lang.Exception
argv
- the command line arguments. Usage:
net.drijf.javaone.TestMain keystore passphrase jarfile
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |