Class ExportZipOutputOption

    • Constructor Detail

      • ExportZipOutputOption

        public ExportZipOutputOption()
    • Method Detail

      • getDescription

        public String getDescription()
        Description copied from interface: ConfigurationOption
        Returns descriptive text that may be more lengthy and descriptive (for example, "Excludes the specified Java packages from Windup's scans").
      • getName

        public String getName()
        Description copied from interface: ConfigurationOption
        Returns the name of the parameter. This should be a short name that is suitable for use in a command line parameter (for example, "packages" or "excludePackages").
      • getLabel

        public String getLabel()
        Description copied from interface: ConfigurationOption
        Return a short amount of descriptive text regarding the option (for example, "Exclude Packages").
      • getType

        public Class<?> getType()
        Description copied from interface: ConfigurationOption
        Returns the datatype for this Option (typically File, String, or List).
      • getUIType

        public InputType getUIType()
        Description copied from interface: ConfigurationOption
        Returns a type that can be used as a hint to indicate what type of user interface should be presented for this option.
      • isRequired

        public boolean isRequired()
        Description copied from interface: ConfigurationOption
        Indicates whether or not this option must be specified.