Package dev.galasa.zosliberty
Interface IZosLibertyServerXmlElementList
public interface IZosLibertyServerXmlElementList
An IZosLibertyServerXmlElementList contains a list of XML elements
-
Method Summary
-
Method Details
-
add
Put an XML element in the element list- Parameters:
elementName
- - The name of the element to addattributes
- - A HashMap of attributes
-
entries
Get a collection of XML elements in the element list- Returns:
- collection of XML elements
-
clear
void clear()Clear the XML element list
-