com.sun.tools.javap
Class Main

java.lang.Object
  extended by com.sun.tools.javap.Main

public class Main
extends java.lang.Object

Main entry point.

This is NOT part of any API supported by Sun Microsystems. If you write code that depends on this, you do so at your own risk. This code and its internal interfaces are subject to change or deletion without notice.


Constructor Summary
Main()
           
 
Method Summary
static void main(java.lang.String[] args)
          Main entry point for the launcher.
static int run(java.lang.String[] args, java.io.PrintWriter out)
          Entry point that does not call System.exit.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Main

public Main()
Method Detail

main

public static void main(java.lang.String[] args)
Main entry point for the launcher. Note: This method calls System.exit.

Parameters:
args - command line arguments

run

public static int run(java.lang.String[] args,
                      java.io.PrintWriter out)
Entry point that does not call System.exit.

Parameters:
args - command line arguments
out - output stream
Returns:
an exit code. 0 means success, non-zero means an error occurred.