Class Metadata
java.lang.Object
org.antublue.test.engine.internal.descriptor.Metadata
Class to implement MetadataInformation\
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Metadata
public Metadata()Constructor
-
-
Method Details
-
put
Method to set a Metadata value- Parameters:
key- keyvalue- value
-
get
Method to get a Metadata value- Type Parameters:
T- T- Parameters:
key- key- Returns:
- a metadata value
-
containsKey
Method to return of a Metadata value exists for a key- Parameters:
key- key- Returns:
- true if a value exists for a key, else false
-
toString
-