Class SetBugDatabaseInfo.SetInfoCommandLine

    • Field Detail

      • revisionName

        java.lang.String revisionName
      • projectName

        java.lang.String projectName
      • exclusionFilterFile

        java.lang.String exclusionFilterFile
      • lastVersion

        java.lang.String lastVersion
      • withMessages

        boolean withMessages
      • purgeStats

        boolean purgeStats
      • purgeClassStats

        boolean purgeClassStats
      • purgeMissingClasses

        boolean purgeMissingClasses
      • resetSource

        boolean resetSource
      • resetProject

        boolean resetProject
      • revisionTimestamp

        long revisionTimestamp
      • sourcePaths

        public java.util.List<java.lang.String> sourcePaths
      • searchSourcePaths

        public java.util.List<java.lang.String> searchSourcePaths
    • Constructor Detail

      • SetInfoCommandLine

        SetInfoCommandLine()
    • Method Detail

      • handleOption

        protected void handleOption​(java.lang.String option,
                                    java.lang.String optionExtraPart)
                             throws java.io.IOException
        Description copied from class: CommandLine
        Callback method for handling an option.
        Specified by:
        handleOption in class CommandLine
        Parameters:
        option - the option
        optionExtraPart - the "extra" part of the option (everything after the colon: e.g., "withMessages" in "-xml:withMessages"); the empty string if there was no extra part
        Throws:
        java.io.IOException
      • handleOptionWithArgument

        protected void handleOptionWithArgument​(java.lang.String option,
                                                java.lang.String argument)
                                         throws java.io.IOException
        Description copied from class: CommandLine
        Callback method for handling an option with an argument.
        Specified by:
        handleOptionWithArgument in class CommandLine
        Parameters:
        option - the option
        argument - the argument
        Throws:
        java.io.IOException