Class GlobalConfigParser


  • public class GlobalConfigParser
    extends Object
    • Constructor Detail

      • GlobalConfigParser

        public GlobalConfigParser()
    • Method Detail

      • parse

        public static GlobalConfig parse​(String input,
                                         String origin)
        Parse a raw configuration into a GlobalConfig.
        Parameters:
        input - the raw string input.
        origin - the origin of the configuration. If null / none provided then localhost is assumed.
        Returns:
        the parsed bucket configuration.