Home | History | Annotate | Download | only in classfile

Lines Matching defs:options

14 import plume.Options;
34 = "usage: insert-annotations [options] class1 indexfile1 class2 indexfile2 ..."
49 + "be read and expanded into the command line. Options:";
56 * Usage: java annotations.io.ClassFileWriter <em>options</em> [classfile indexfile] ...
58 * <em>options</em> include:<pre>
62 * @param args options and classes and index files to analyze;
66 Options options = new Options(usage, ClassFileWriter.class);
71 file_args = options.parse_or_usage(cl_args);
86 options.print_usage();
93 options.print_usage("No arguments given.");
97 options.print_usage("Must supply an even number of arguments.");