Class DeploymentSpecXmlReader


  • public class DeploymentSpecXmlReader
    extends java.lang.Object
    Author:
    bratseth
    • Constructor Detail

      • DeploymentSpecXmlReader

        public DeploymentSpecXmlReader()
        Creates a validating reader
      • DeploymentSpecXmlReader

        public DeploymentSpecXmlReader​(boolean validate)
        Creates a deployment spec reader
        Parameters:
        validate - true to validate the input, false to accept any input which can be unambiguously parsed
    • Method Detail

      • read

        public DeploymentSpec read​(java.lang.String xmlForm)
        Reads a deployment spec from XML