org.osjava.jardiff
Class Main

java.lang.Object
  extended byorg.osjava.jardiff.Main

public class Main
extends Object

A static entry point for use from the command line.


Method Summary
static void main(String[] args)
          Main method to allow this to be run from the command line.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

main

public static void main(String[] args)
                 throws Exception
Main method to allow this to be run from the command line. This needs work, currently only takes two arguments, which are the old jar file and the new jar file.

Parameters:
args - A string array of length two containing the filenames of two jar files, the first of which being the older of the two.
Throws:
Exception - when there is an underlying exception, e.g. writing to a file caused an IOException


Copyright © 2005-2006 OSJava. All Rights Reserved.