Home | History | Annotate | Download | only in signature

Lines Matching defs:Main

20  * The main entry point for the signature tool. If invoked with
22 * {@link signature.converter.Main}. If invoked with <code>--compare</code> the
23 * call is delegated to {@link signature.compare.Main}.
25 * @see signature.converter.Main
26 * @see signature.compare.Main
28 public class Main {
41 private Main() {
48 public static void main(String[] args) {
63 signature.converter.Main.main(without(args, i));
66 signature.compare.Main.main(without(args, i));