|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.baselinetest.ArgumentCollection
public class ArgumentCollection
An argument collection is a map from argument names to objects.
Method Summary | |
---|---|
java.lang.Object |
getArgument(java.lang.String name)
Obtain the value for a given argument, only within the current context. |
java.lang.Object |
getInheritedArgument(java.lang.String name)
Obtain the value for a given argument, within the current context or any inherited context. |
java.util.Map<java.lang.String,java.lang.Object> |
getInheritedArguments()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public java.util.Map<java.lang.String,java.lang.Object> getInheritedArguments()
public java.lang.Object getArgument(java.lang.String name)
getInheritedArgument(String)
instead.
name
- the name of the desired argument.
getInheritedArgument(String)
public java.lang.Object getInheritedArgument(java.lang.String name)
name
- the name of the desired argument.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |