Interface | Description |
---|---|
CmdLineOptionValidator |
Validator for specified values of
CmdLineOption s. |
Class | Description |
---|---|
AllowedArgsCmdLineOptionValidator |
A
CmdLineOptionValidator which check args against a supplied list of
valid allowed arguments. |
ArgRegExpCmdLineOptionValidator |
Performs validation on option instances via allowed args which are regular
expressions for allowed argument values.
|
ClassExistsCmdLineOptionValidator |
Validates arguments which are checked to see if they are valid classpaths.
|
CmdLineOptionValidator.Result | |
FileExistCmdLineOptionValidator |
A
CmdLineOptionValidator which checks args if they are existing
files. |
NoRestrictionsCmdLineOptionValidator |
A
CmdLineOptionValidator which always returns true. |
Enum | Description |
---|---|
CmdLineOptionValidator.Result.Grade |
Copyright © 1999–2017 Apache OODT. All rights reserved.