org.apache.anteater.test
Interface ObjectModel

All Known Implementing Classes:
Matcher, MatcherSet, MatcherTest, SendResponse

public interface ObjectModel

Classes that implement this interface are passed additional information, or the context in which they execute.

Since:
November 2, 2001
Version:
$Revision: 1.5 $ $Date: 2002/10/23 16:35:46 $
Author:
Ovidiu Predescu

Field Summary
static String NAMESPACES_KEY
          Key identifying the entry in the #getObjectModel of the list of namespaces.
static String PROPERTIES_KEY
          Key identifying the entry in the #getObjectModel of the list of properties.
 
Method Summary
 void setObjectModel(Map objectModel)
          Set the context in the receiving object.
 

Field Detail

PROPERTIES_KEY

public static final String PROPERTIES_KEY
Key identifying the entry in the #getObjectModel of the list of properties.

See Also:
Constant Field Values

NAMESPACES_KEY

public static final String NAMESPACES_KEY
Key identifying the entry in the #getObjectModel of the list of namespaces.

See Also:
Constant Field Values
Method Detail

setObjectModel

public void setObjectModel(Map objectModel)
Set the context in the receiving object.

Parameters:
objectModel - a HashMap value


Ant Functional Tester -- see Project home page for details