Class CommandLineFactory


  • public class CommandLineFactory
    extends Object
    Command line factory
    • Method Detail

      • getCommandLines

        public Collection getCommandLines()
        Returns:
        all registered Command s
      • getCommandLine

        public CommandLine getCommandLine​(String name)
                                   throws JcrParserException
        Get the Command for the given name
        Parameters:
        name - the Command name
        Returns:
        a new Command Line Instance for the given command name
        Throws:
        JcrParserException - if there's no Command for the given name