Class CommandContainer

    • Constructor Detail

      • CommandContainer

        public CommandContainer​(String name)
    • Method Detail

      • getEntryForArgument

        public ArgumentEntry getEntryForArgument​(Argument arg)
        looks up in the argumentEntry list the first one that is linked to the passed on argument
        Parameters:
        arg -
        Returns:
        the ArgumentEntry whose argument is arg. Returns null if no ArgumentEntry satisfies the condition;