com.sleepycat.je.utilint
Class JarMain

java.lang.Object
  extended by com.sleepycat.je.utilint.JarMain

public class JarMain
extends Object

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(String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JarMain

public JarMain()
Method Detail

main

public static void main(String[] args)


Copyright (c) 2004-2012 Oracle. All rights reserved.