Class ParameterParser


  • public class ParameterParser
    extends Object
    • Constructor Detail

      • ParameterParser

        public ParameterParser()
    • Method Detail

      • parse

        public Map<String,​String> parse​(String name)
        suited to parse hash notation of boolean input values
        Parameters:
        name - for example "examples/synchro.ctp[uninstall]"
        Returns:
        for example ["examples/synchro.ctp", "uninstall"]