Class CommandLineOption

java.lang.Object
org.apache.axis2.util.CommandLineOption
All Implemented Interfaces:
CommandLineOptionConstants

public class CommandLineOption extends Object implements CommandLineOptionConstants
  • Constructor Details

    • CommandLineOption

      public CommandLineOption(String type, String[] values)
    • CommandLineOption

      public CommandLineOption(String type, ArrayList values)
      Parameters:
      type -
  • Method Details

    • getOptionType

      public String getOptionType()
      Returns:
      Returns the type.
      See Also:
    • getOptionValue

      public String getOptionValue()
      Returns:
      Returns the optionValues.
    • getOptionValues

      public ArrayList getOptionValues()
      Returns:
      Returns the optionValues.