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 voidConfigurationElement. 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 voidStandaloneLocalConfiguration. 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 voidAbstractStandaloneLocalConfiguration. 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 voidConfiguration. 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 voidDefaultFileHandler. replaceInXmlFile(XmlReplacement... xmlReplacements)Replaces using a map of XML replacements in a given file.voidFileHandler. replaceInXmlFile(XmlReplacement... xmlReplacements)Replaces using a map of XML replacements in a given file.
-