de.fhg.igd.util
Class ArgsParser.Option
java.lang.Object
de.fhg.igd.util.ArgsParser.Option
- Enclosing class:
- ArgsParser
protected class ArgsParser.Option
- extends Object
Represents a single option and the values for that option.
value_
protected Object value_
name_
protected String name_
defined_
protected boolean defined_
array_
protected boolean array_
type_
protected Class type_
ArgsParser.Option
protected ArgsParser.Option(String name,
String type)
clear
protected void clear()
help
protected void help(PrintStream out)
equals
public boolean equals(Object o)
- Overrides:
equals
in class Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
Copyright © Fraunhofer Gesellschaft. All
Rights Reserved.