Uses of Class
org.codehaus.cargo.util.XmlReplacement
-
-
Uses of XmlReplacement in org.codehaus.cargo.ant
Methods in org.codehaus.cargo.ant that return types with arguments of type XmlReplacement Modifier and Type Method Description protected List<XmlReplacement>
ConfigurationElement. getXmlReplacements()
Methods in org.codehaus.cargo.ant with parameters of type XmlReplacement Modifier and Type Method Description void
ConfigurationElement. addConfiguredXmlreplacement(XmlReplacement xmlReplacement)
-
Uses of XmlReplacement in org.codehaus.cargo.container.configuration
Methods in org.codehaus.cargo.container.configuration that return types with arguments of type XmlReplacement Modifier and Type Method Description List<XmlReplacement>
StandaloneLocalConfiguration. getXmlReplacements()
Methods in org.codehaus.cargo.container.configuration with parameters of type XmlReplacement Modifier and Type Method Description void
StandaloneLocalConfiguration. addXmlReplacement(XmlReplacement xmlReplacement)
Adds an XML replacement. -
Uses of XmlReplacement in org.codehaus.cargo.container.spi.configuration
Methods in org.codehaus.cargo.container.spi.configuration that return types with arguments of type XmlReplacement Modifier and Type Method Description List<XmlReplacement>
AbstractStandaloneLocalConfiguration. getXmlReplacements()
Methods in org.codehaus.cargo.container.spi.configuration with parameters of type XmlReplacement Modifier and Type Method Description void
AbstractStandaloneLocalConfiguration. addXmlReplacement(XmlReplacement xmlReplacement)
Adds an XML replacement. -
Uses of XmlReplacement in org.codehaus.cargo.maven3.configuration
Methods in org.codehaus.cargo.maven3.configuration that return XmlReplacement Modifier and Type Method Description XmlReplacement[]
Configuration. getXmlReplacements()
Methods in org.codehaus.cargo.maven3.configuration with parameters of type XmlReplacement Modifier and Type Method Description void
Configuration. setXmlReplacements(XmlReplacement[] xmlReplacements)
-
Uses of XmlReplacement in org.codehaus.cargo.util
Methods in org.codehaus.cargo.util with parameters of type XmlReplacement Modifier and Type Method Description void
DefaultFileHandler. replaceInXmlFile(XmlReplacement... xmlReplacements)
Replaces using a map of XML replacements in a given file.void
FileHandler. replaceInXmlFile(XmlReplacement... xmlReplacements)
Replaces using a map of XML replacements in a given file.
-