Uses of Interface
info.rolandkrueger.roklib.cli.ICommandLineOptionCallback

Packages that use ICommandLineOptionCallback
info.rolandkrueger.roklib.cli Classes for defining and interpreting command line arguments. 
 

Uses of ICommandLineOptionCallback in info.rolandkrueger.roklib.cli
 

Classes in info.rolandkrueger.roklib.cli that implement ICommandLineOptionCallback
private static class CommandLineOption.EmptyCallback
           
 

Fields in info.rolandkrueger.roklib.cli declared as ICommandLineOptionCallback
private  ICommandLineOptionCallback CommandLineOption.mCallback
           
 

Methods in info.rolandkrueger.roklib.cli with parameters of type ICommandLineOptionCallback
 void CommandLineOption.setCallback(ICommandLineOptionCallback callback)
           
 

Constructors in info.rolandkrueger.roklib.cli with parameters of type ICommandLineOptionCallback
CommandLineOption(Character shortOption, String longOption, String description, CommandLineOptionType type, boolean mandatory, ICommandLineOptionCallback callback)
          Constructor.
 



Copyright © 2007-2011. All Rights Reserved.