Uses of Class
org.naturalcli.UnknownParameterType

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

Uses of UnknownParameterType in org.naturalcli
 

Methods in org.naturalcli that throw UnknownParameterType
 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
 java.lang.String ParameterValidator.validate(java.lang.String value, java.lang.String type)
          Validate a parameter value for a type