Class DeploymentSpecXmlReader


  • public class DeploymentSpecXmlReader
    extends Object
    Author:
    bratseth
    • Constructor Detail

      • DeploymentSpecXmlReader

        public DeploymentSpecXmlReader​(boolean validate,
                                       Clock clock)
        Create a deployment spec reader
        Parameters:
        validate - true to validate the input, false to accept any input which can be unambiguously parsed
        clock - clock to use when validating time constraints
      • DeploymentSpecXmlReader

        public DeploymentSpecXmlReader()
      • DeploymentSpecXmlReader

        public DeploymentSpecXmlReader​(boolean validate)