public static interface EnhanceTool.Arguments
Modifier and Type | Method and Description |
---|---|
boolean |
debug() |
java.io.File |
dir() |
boolean |
dryrun() |
EnhanceTool.ProcessingMode |
mode() |
boolean |
newout() |
java.io.File |
rf() |
java.lang.String |
timingPointClass() |
java.lang.String |
timingPointDir() |
int |
verbose() |
@DefaultValue(value="tfannotations.properties") @Help(value="Name of resource file containing information about tf annotations") java.io.File rf()
@DefaultValue(value="false") @Help(value="Debug flag") boolean debug()
@DefaultValue(value="0") @Help(value="Verbose flag") int verbose()
@DefaultValue(value="false") @Help(value="Indicates a run that only prints out actions, but does not perform them") boolean dryrun()
@DefaultValue(value=".") @Help(value="Directory to scan for class file") java.io.File dir()
@DefaultValue(value="false") @Help(value="If true, write output to a .class.new file") boolean newout()
@DefaultValue(value="TimingPoints") @Help(value="Control the mode of operation: TimingPoints, UpdateSchema, or TraceEnhance") EnhanceTool.ProcessingMode mode()
@DefaultValue(value="") @Help(value="The timing point class name") java.lang.String timingPointClass()
@DefaultValue(value="") @Help(value="The directory in which to write the TimingPoint file") java.lang.String timingPointDir()