Package org.opengis.cite.wcs20
Class TestRunArguments
java.lang.Object
org.opengis.cite.wcs20.TestRunArguments
TestRunArguments class.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Document
propertiesAsDocument
(Properties props) Creates a document that contains a simple XML representation of the given set of properties.static Properties
validateArguments
(Document testRunArgs) validateArguments.
-
Constructor Details
-
TestRunArguments
public TestRunArguments()
-
-
Method Details
-
validateArguments
validateArguments.
- Parameters:
testRunArgs
- aDocument
object- Returns:
- a
Properties
object
-
propertiesAsDocument
Creates a document that contains a simple XML representation of the given set of properties.- Parameters:
props
- A set of properties (key-value pairs).- Returns:
- A Document node, wherein each property is represented by an entry[@key] element.
-