Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.apache.oodt.cas.cli Classes and Interfaces - 61 results found.
NameDescriptionTypePackageFramework
ActionCmdLineOptionCmdLineOption for specifying CmdLineAction.Classorg.apache.oodt.cas.cli.optionApache OODT
ActionDependencyRuleA RequirementRule which links the CmdLineOption to the CmdLineAction via the CmdLineAction's name and also specifiesClassorg.apache.oodt.cas.cli.option.requireApache OODT
AdvancedCmdLineOptionAdvanced version of a CmdLineOption which supports validation andAuthor:bfoster (Brian Foster)Classorg.apache.oodt.cas.cli.optionApache OODT
AllowedArgsCmdLineOptionValidatorA CmdLineOptionValidator which check args against a supplied list of valid allowed arguments.Classorg.apache.oodt.cas.cli.option.validatorApache OODT
ApplyToActionMapping of CmdLineAction name to its method which should be called by ApplyToActionHandler when injecting argument value.Classorg.apache.oodt.cas.cli.option.handlerApache OODT
ApplyToActionHandlerCmdLineOptionHandler which applies CmdLineOption values to given CmdLineAction.Classorg.apache.oodt.cas.cli.option.handlerApache OODT
ArgRegExpCmdLineOptionValidatorPerforms validation on option instances via allowed args which are regular expressions for allowed argument values.Classorg.apache.oodt.cas.cli.option.validatorApache OODT
ClassExistsCmdLineOptionValidatorValidates arguments which are checked to see if they are valid classpaths.Classorg.apache.oodt.cas.cli.option.validatorApache OODT
CmdLineActionAction which is specified and configured via CmdLineOptions andAuthor:bfoster (Brian Foster)Classorg.apache.oodt.cas.cli.actionApache OODT
CmdLineAction .ActionMessagePrinterClassorg.apache.oodt.cas.cli.actionApache OODT
CmdLineActionExceptionAn Exception thrown when failure to execute a CmdLineAction.Classorg.apache.oodt.cas.cli.exceptionApache OODT
CmdLineActionExecutionExceptionAn Exception thrown when failure to execute a CmdLineAction.Classorg.apache.oodt.cas.cli.exceptionApache OODT
CmdLineActionStoreStorage for loading supported CmdLineActions.Interfaceorg.apache.oodt.cas.cli.action.storeApache OODT
CmdLineActionStoreExceptionAn Exception thrown by CmdLineActionStore.Classorg.apache.oodt.cas.cli.exceptionApache OODT
CmdLineActionStoreFactoryFactory for creating CmdLineActionStores.Interfaceorg.apache.oodt.cas.cli.action.storeApache OODT
CmdLineArgsA convenience class for CmdLineUtility for helping use already parsed Command-Line arguments.Classorg.apache.oodt.cas.cliApache OODT
CmdLineConstructionExceptionException thrown if there is an error during command lineAuthor:bfoster (Brian Foster)See Also:Serialized FormClassorg.apache.oodt.cas.cli.exceptionApache OODT
CmdLineConstructorResponsible for constructing CmdLineOptionInstances from parsed command line arguments.Interfaceorg.apache.oodt.cas.cli.constructApache OODT
CmdLineIterableAn Iterable which allows multiple concurrent iterators which affect each other, also allows you to increment iterators index manually.Classorg.apache.oodt.cas.cli.utilApache OODT
CmdLineOptionCommand Line option interface spec.Interfaceorg.apache.oodt.cas.cli.optionApache OODT
CmdLineOptionHandlerHandles a CmdLineOption's values in relation to givenAuthor:bfoster (Brian Foster)Interfaceorg.apache.oodt.cas.cli.option.handlerApache OODT
CmdLineOptionInstanceA specified CmdLineOption with its specified argument values.Classorg.apache.oodt.cas.cli.optionApache OODT
CmdLineOptionStoreStorage for loading supported CmdLineOptions.Interfaceorg.apache.oodt.cas.cli.option.storeApache OODT
CmdLineOptionStoreExceptionAn Exception thrown by CmdLineOptionStore.Classorg.apache.oodt.cas.cli.exceptionApache OODT
CmdLineOptionStoreFactoryFactory for creating CmdLineOptionStores.Interfaceorg.apache.oodt.cas.cli.option.storeApache OODT
CmdLineOptionValidatorValidator for specified values of CmdLineOptions.Interfaceorg.apache.oodt.cas.cli.option.validatorApache OODT
CmdLineOptionValidator .ResultClassorg.apache.oodt.cas.cli.option.validatorApache OODT
CmdLineOptionValidator .Result .GradeClassorg.apache.oodt.cas.cli.option.validatorApache OODT
CmdLineParserCommand Line parser which parse command line arguments into a Set of CmdLineOptionInstances.Interfaceorg.apache.oodt.cas.cli.parserApache OODT
CmdLineParserExceptionA Exception throw when there is an error parsing command line args.Classorg.apache.oodt.cas.cli.exceptionApache OODT
CmdLinePresenterPresenter to displaying help messages generated by help printers.Interfaceorg.apache.oodt.cas.cli.presenterApache OODT
CmdLinePrinterPrinter which is responsible for generating a String representation of help, validation errors, and missing required options errors.Interfaceorg.apache.oodt.cas.cli.printerApache OODT
CmdLineUtilityA highly configurable utility class which supports parsing and handling of command line arguments via its action driven design.Classorg.apache.oodt.cas.cliApache OODT
CmdLineUtilityExceptionAn Exception thrown by CmdLineUtility.Classorg.apache.oodt.cas.cli.exceptionApache OODT
CmdLineUtilsCollection of common helper methods.Classorg.apache.oodt.cas.cli.utilApache OODT
FileExistCmdLineOptionValidatorA CmdLineOptionValidator which checks args if they are existingAuthor:bfoster (Brian Foster)Classorg.apache.oodt.cas.cli.option.validatorApache OODT
GroupCmdLineOptionCmdLineOption which is a group option (i.Classorg.apache.oodt.cas.cli.optionApache OODT
GroupSubOptionA Group allowable sub-CmdLineOption.Classorg.apache.oodt.cas.cli.optionApache OODT
HandleableCmdLineOptionA CmdLineOption which has a CmdLineOptionHandler should implement this interface.Interfaceorg.apache.oodt.cas.cli.optionApache OODT
HelpCmdLineOptionThe Help CmdLineOption.Classorg.apache.oodt.cas.cli.optionApache OODT
NoRestrictionsCmdLineOptionValidatorA CmdLineOptionValidator which always returns true.Classorg.apache.oodt.cas.cli.option.validatorApache OODT
OptionHelpExceptionException thrown to express that HelpCmdLineOption should be given to see help message.Classorg.apache.oodt.cas.cli.exceptionApache OODT
OptionPropertyRegisterRegister for determining if a Java Property is required or optional and thus determining which options become required or optional becauseClassorg.apache.oodt.cas.cli.utilApache OODT
ParsedArgClassorg.apache.oodt.cas.cli.utilApache OODT
ParsedArg .TypeClassorg.apache.oodt.cas.cli.utilApache OODT
PrintMessageActionA CmdLineAction which prints out a given message.Classorg.apache.oodt.cas.cli.actionApache OODT
PrintSupportedActionsCmdLineOptionThe Print Supported Actions CmdLineOption.Classorg.apache.oodt.cas.cli.optionApache OODT
RequirementRuleA CmdLineOption requirement rule which specifies if it is required, optional, or not required at all.Interfaceorg.apache.oodt.cas.cli.option.requireApache OODT
RequirementRule .RelationClassorg.apache.oodt.cas.cli.option.requireApache OODT
SetJavaPropertiesHandlerCmdLineOptionHandler which sets Java Properties equals to the values specified by the CmdLineOption this handler is attachedClassorg.apache.oodt.cas.cli.option.handlerApache OODT
SimpleCmdLineOptionCmdLineOption which implements the basic methods for any CmdLineOption.Classorg.apache.oodt.cas.cli.optionApache OODT
SpringCmdLineActionStoreA Spring Framework based CmdLineActionStore.Classorg.apache.oodt.cas.cli.action.store.springApache OODT
SpringCmdLineActionStoreFactoryFactory for creating SpringCmdLineActionStores.Classorg.apache.oodt.cas.cli.action.store.springApache OODT
SpringCmdLineOptionStoreSpring Framework based CmdLineOptionStore.Classorg.apache.oodt.cas.cli.option.store.springApache OODT
SpringCmdLineOptionStoreFactoryFactory for creating SpringCmdLineOptionStore.Classorg.apache.oodt.cas.cli.option.store.springApache OODT
SpringSetContextInjectionTypeInterface which if implemented will have the Spring Framework ApplicationContext injected via the setter method after loading fromInterfaceorg.apache.oodt.cas.cli.action.store.springApache OODT
StdCmdLineConstructorStandard CmdLineConstructor which support options and optionAuthor:bfoster (Brian Foster)Classorg.apache.oodt.cas.cli.constructApache OODT
StdCmdLineParserStandard Command-line parser which parser command line options of the form --longOption or -shortOption followed by 0 or more values.Classorg.apache.oodt.cas.cli.parserApache OODT
StdCmdLinePresenterStandard help presenter which sends help messages to System.Classorg.apache.oodt.cas.cli.presenterApache OODT
StdCmdLinePrinterStandard CmdLinePrinter.Classorg.apache.oodt.cas.cli.printerApache OODT
ValidatableCmdLineOptionA CmdLineOption which has CmdLineOptionValidators should implement this interface.Interfaceorg.apache.oodt.cas.cli.optionApache OODT