org.apache.axis2.util
Class CommandLineOption
java.lang.Object
org.apache.axis2.util.CommandLineOption
- All Implemented Interfaces:
- CommandLineOptionConstants
public class CommandLineOption
- extends Object
- implements CommandLineOptionConstants
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CommandLineOption
public CommandLineOption(String type,
String[] values)
CommandLineOption
public CommandLineOption(String type,
ArrayList values)
- Parameters:
type
-
getOptionType
public String getOptionType()
- Returns:
- Returns the type.
- See Also:
CommandLineOptionConstants
getOptionValue
public String getOptionValue()
- Returns:
- Returns the optionValues.
getOptionValues
public ArrayList getOptionValues()
- Returns:
- Returns the optionValues.
Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.