Uses of Class
org.naturalcli.ParameterValidator

Packages that use ParameterValidator
org.naturalcli Provides classes and interfaces for handling command lines human readable. 
 

Uses of ParameterValidator in org.naturalcli
 

Methods in org.naturalcli with parameters of type ParameterValidator
 boolean Token.matches(java.lang.String t, ParameterValidator pv)
          Checks the text given to see if it's like the token
 ParseResult Syntax.parse(java.lang.String[] candidates, int first, ParameterValidator pv)
          Parse the tokens to see if match with the syntax
 

Constructors in org.naturalcli with parameters of type ParameterValidator
NaturalCLI(java.util.Set<Command> commands, ParameterValidator pv)
          Creates a new instance.