public static final java.lang.String |
USAGE_MESSAGE |
"Usage: jInstrument [-options] class [args]\n\nOptions:\n -d \t\t\t Specify destination directory for \n \t\t\t instrumented files.\n -f \t\t\t Specify the instrumentation file.\n -n, --none Suppresses instrumentation of the\n specified class(es).\n -p, --pre Instruments the specified\n class(es) for preconditions\n checks.\n -o, --post Instruments the specified class(es) for\n precondition and postcondition checks.\n -a, --all Instruments the specified class(es) for\n all contract checks.\n -v, --verbose \t\t Enable verbose logging. Prints name of each \n \t\t class as it is instrumented.\n -e, --version \t\t Print version number and exit.\n" |