Method Summary |
|
public void | addArgument(String name, String value) Adds an argument to the list of arguments for this JavaConfig object. |
public Arguments | getArguments() Gets the arguments for this JavaConfig object. |
public String | getClassname() Gets the class name attribute of the JavaConfig object. |
public void | removeArguments() Removes all of the arguments associated with this JavaConfig object. |
public void | setArguments(Arguments args) Set all of the arguments for this JavaConfig object. |
public void | setClassname(String classname) Sets the class name attribute of the JavaConfig object. |