| java.lang.Object org.apache.harmony.tools.jarsigner.Main
Main | public class Main (Code) | | The main class that bundles command line parsing, interaction with the user,
exception handling and JAR signing and verification work.
|
Method Summary | |
public static void | main(String[] args) The main method to run from command line. | public static void | run(String[] args, OutputStream out) The main method to run from another program.
Parses the arguments, and performs the actual work
on JAR signing and verification. |
main | public static void main(String[] args)(Code) | | The main method to run from command line.
Parameters: args - -command line with options. |
run | public static void run(String[] args, OutputStream out) throws Exception(Code) | | The main method to run from another program.
Parses the arguments, and performs the actual work
on JAR signing and verification.
If something goes wrong an exception is thrown.
Parameters: args - -command line with options. |
|
|