- getAllowed() - Method in class nz.ac.waikato.cms.jenericcmdline.traversal.SpecificClasses
-
Returns the allowed classes.
- getEightBit() - Method in class nz.ac.waikato.cms.jenericcmdline.example.Simple
-
- getEightBit() - Method in class nz.ac.waikato.cms.jenericcmdline.example.SimpleDeprecated
-
Deprecated.
- getFloatie() - Method in class nz.ac.waikato.cms.jenericcmdline.example.Simple
-
- getFloating() - Method in class nz.ac.waikato.cms.jenericcmdline.example.Nested
-
- getHandler(Object) - Method in class nz.ac.waikato.cms.jenericcmdline.AbstractProcessor
-
Returns the handler for the object.
- getHandler(Class) - Method in class nz.ac.waikato.cms.jenericcmdline.AbstractProcessor
-
Returns the handler for the class.
- getHandlers() - Static method in class nz.ac.waikato.cms.jenericcmdline.handlers.AbstractHandler
-
Returns all the available handlers.
- getIntegral() - Method in class nz.ac.waikato.cms.jenericcmdline.example.Nested
-
- getLogger() - Method in class nz.ac.waikato.cms.jenericcmdline.AbstractProcessor
-
Returns the logger in use.
- getLogger() - Method in class nz.ac.waikato.cms.jenericcmdline.handlers.AbstractHandler
-
Returns the logger in use.
- getLogger() - Method in class nz.ac.waikato.cms.jenericcmdline.traversal.AbstractTraverser
-
Returns the logger in use.
- getMany() - Method in class nz.ac.waikato.cms.jenericcmdline.example.Simple
-
- getManyInts() - Method in class nz.ac.waikato.cms.jenericcmdline.example.Simple
-
- getMoreThanOneTruth() - Method in class nz.ac.waikato.cms.jenericcmdline.example.Simple
-
- getOneTwoThree() - Method in class nz.ac.waikato.cms.jenericcmdline.example.Simple
-
- getOptions(Object) - Method in class nz.ac.waikato.cms.jenericcmdline.DefaultProcessor
-
Returns the options from the object.
- getOptions(Object) - Method in interface nz.ac.waikato.cms.jenericcmdline.Processor
-
Returns the options from the object.
- getProcessors() - Static method in class nz.ac.waikato.cms.jenericcmdline.AbstractProcessor
-
Returns all the available processors.
- getQuadrupleHalf() - Method in class nz.ac.waikato.cms.jenericcmdline.example.Simple
-
- getSimple() - Method in class nz.ac.waikato.cms.jenericcmdline.example.Nested
-
- getSimpleArray() - Method in class nz.ac.waikato.cms.jenericcmdline.example.Nested
-
- getSingleton() - Static method in class nz.ac.waikato.cms.jenericcmdline.core.JCClassLister
-
Returns the singleton instance of the class lister.
- getSixteenBit() - Method in class nz.ac.waikato.cms.jenericcmdline.example.Simple
-
- getSixtyFourBit() - Method in class nz.ac.waikato.cms.jenericcmdline.example.Simple
-
- getSkipDeprecated() - Method in class nz.ac.waikato.cms.jenericcmdline.DefaultProcessor
-
Returns whether deprecated methods are skipped.
- getSomeDoubles() - Method in class nz.ac.waikato.cms.jenericcmdline.example.Simple
-
- getThirtyTwoBit() - Method in class nz.ac.waikato.cms.jenericcmdline.example.Simple
-
- getTraverser() - Method in class nz.ac.waikato.cms.jenericcmdline.AbstractProcessor
-
Returtns the traverser in use.
- getTraversers() - Static method in class nz.ac.waikato.cms.jenericcmdline.traversal.AbstractTraverser
-
Returns all the available traversers.
- getTruth() - Method in class nz.ac.waikato.cms.jenericcmdline.example.Simple
-
- toCommandline(Object) - Method in class nz.ac.waikato.cms.jenericcmdline.DefaultProcessor
-
Turns the object into a commandline.
- toCommandline(Object) - Method in interface nz.ac.waikato.cms.jenericcmdline.Processor
-
Turns the object into a commandline.
- toString(Object) - Method in class nz.ac.waikato.cms.jenericcmdline.handlers.BooleanHandler
-
Turns the object into its string representation.
- toString(Object) - Method in class nz.ac.waikato.cms.jenericcmdline.handlers.ByteHandler
-
Turns the object into its string representation.
- toString(Object) - Method in class nz.ac.waikato.cms.jenericcmdline.handlers.DoubleHandler
-
Turns the object into its string representation.
- toString(Object) - Method in class nz.ac.waikato.cms.jenericcmdline.handlers.EnumHandler
-
Turns the object into its string representation.
- toString(Object) - Method in class nz.ac.waikato.cms.jenericcmdline.handlers.FloatHandler
-
Turns the object into its string representation.
- toString(Object) - Method in interface nz.ac.waikato.cms.jenericcmdline.handlers.Handler
-
Turns the object into its string representation.
- toString(Object) - Method in class nz.ac.waikato.cms.jenericcmdline.handlers.IntegerHandler
-
Turns the object into its string representation.
- toString(Object) - Method in class nz.ac.waikato.cms.jenericcmdline.handlers.LongHandler
-
Turns the object into its string representation.
- toString(Object) - Method in class nz.ac.waikato.cms.jenericcmdline.handlers.ShortHandler
-
Turns the object into its string representation.
- toString(Object) - Method in class nz.ac.waikato.cms.jenericcmdline.handlers.StringHandler
-
Turns the object into its string representation.
- Traverser - Interface in nz.ac.waikato.cms.jenericcmdline.traversal
-
Interface for traversal of nested objects.