Interface EnhanceTool.Arguments

  • Enclosing class:
    EnhanceTool

    public static interface EnhanceTool.Arguments
    • Method Detail

      • rf

        @DefaultValue("tfannotations.properties")
        @Help("Name of resource file containing information about tf annotations")
        java.io.File rf()
      • dryrun

        @DefaultValue("false")
        @Help("Indicates a run that only prints out actions, but does not perform them")
        boolean dryrun()
      • newout

        @DefaultValue("false")
        @Help("If true, write output to a .class.new file")
        boolean newout()
      • timingPointClass

        @DefaultValue("")
        @Help("The timing point class name")
        java.lang.String timingPointClass()
      • timingPointDir

        @DefaultValue("")
        @Help("The directory in which to write the TimingPoint file")
        java.lang.String timingPointDir()