public final class

Main

extends Object
java.lang.Object
   ↳ com.sun.tools.extcheck.Main

Class Overview

Main program of extcheck

Summary

Constants
String DOES_NOT_EXIST
String EXTRA
String INSUFFICIENT
String MISSING
Public Constructors
Main()
Public Methods
static void main(String[] args)
Terminates with one of the following codes 1 A newer (or same version) jar file is already installed 0 No newer jar file was found -1 An internal error occurred
static void realMain(String[] args)
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final String DOES_NOT_EXIST

Constant Value: "Jarfile does not exist: "

public static final String EXTRA

Constant Value: "Extra command line argument: "

public static final String INSUFFICIENT

Constant Value: "Insufficient number of arguments"

public static final String MISSING

Constant Value: "Missing argument"

Public Constructors

public Main ()

Public Methods

public static void main (String[] args)

Terminates with one of the following codes 1 A newer (or same version) jar file is already installed 0 No newer jar file was found -1 An internal error occurred

public static void realMain (String[] args)

Throws
Exception