|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sleepycat.je.utilint.JarMain
public class JarMain
Used as the main class for the manifest of the je.jar file, and so it is executed when running: java -jar je.jar. The first argument must be the final part of the class name of a utility in the com.sleepycat.je.util package, e.g., DbDump. All following parameters are passed to the main method of the utility and are processed as usual. Apart from the package, this class is ambivalent about the name of the utility specified; the only requirement is that it must be a public static class and must contain a public static main method.
Constructor Summary | |
---|---|
JarMain()
|
Method Summary | |
---|---|
static void |
main(java.lang.String[] args)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JarMain()
Method Detail |
---|
public static void main(java.lang.String[] args)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |