Uses of Interface
dev.galasa.zosliberty.IZosLibertyServerXmlElementList
Packages that use IZosLibertyServerXmlElementList
-
Uses of IZosLibertyServerXmlElementList in dev.galasa.zosliberty
Methods in dev.galasa.zosliberty that return IZosLibertyServerXmlElementListModifier and TypeMethodDescriptionIZosLibertyServerXml.newElementList()
Create anIZosLibertyServerXmlElementList
Methods in dev.galasa.zosliberty with parameters of type IZosLibertyServerXmlElementListModifier and TypeMethodDescriptionIZosLibertyServerXml.addCompoundElement
(String elementName, Map<String, String> elementAttributes, IZosLibertyServerXmlElementList subElements) Add a compound XML element to the Liberty server.xml Document objectIZosLibertyServerXml.addCompoundElementToParent
(Element parent, String elementName, Map<String, String> elementAttributes, IZosLibertyServerXmlElementList subElements) Add a compound XML element as a child to supplied XML element in the Liberty server.xml Document object