public static interface EnhanceTool.Arguments
| Modifier and Type | Method and Description |
|---|---|
boolean |
debug() |
File |
dir() |
boolean |
dryrun() |
EnhanceTool.ProcessingMode |
mode() |
boolean |
newout() |
File |
rf() |
String |
timingPointClass() |
String |
timingPointDir() |
int |
verbose() |
@DefaultValue(value="tfannotations.properties") @Help(value="Name of resource file containing information about tf annotations") 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") 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") String timingPointClass()
@DefaultValue(value="") @Help(value="The directory in which to write the TimingPoint file") String timingPointDir()
Copyright © 2011–2024 Eclipse Foundation. All rights reserved.