Class SingleCommandParser<T>

    • Constructor Detail

      • SingleCommandParser

        public SingleCommandParser()
    • Method Detail

      • validate

        protected void validate​(ParseState<T> state,
                                java.util.List<GlobalRestriction> restrictions)
        Validates the parser state

        This includes things like verifying we ended in an appropriate state, that all required options and arguments were present etc

        Parameters:
        state - Parser state