Interface EnhanceTool.Arguments
- Enclosing class:
EnhanceTool
public static interface EnhanceTool.Arguments
-
Method Details
-
rf
@DefaultValue("tfannotations.properties") @Help("Name of resource file containing information about tf annotations") File rf() -
debug
-
verbose
-
dryrun
@DefaultValue("false") @Help("Indicates a run that only prints out actions, but does not perform them") boolean dryrun() -
dir
-
newout
-
mode
@DefaultValue("TimingPoints") @Help("Control the mode of operation: TimingPoints, UpdateSchema, or TraceEnhance") EnhanceTool.ProcessingMode mode() -
timingPointClass
-
timingPointDir
@DefaultValue("") @Help("The directory in which to write the TimingPoint file") String timingPointDir()
-