Uses of Interface
bpiwowar.argparser.checkers.ValueChecker

Packages that use ValueChecker
bpiwowar.argparser.checkers Checking command line arguments 
bpiwowar.argparser.handlers Handling and storing argument values 
 

Uses of ValueChecker in bpiwowar.argparser.checkers
 

Classes in bpiwowar.argparser.checkers that implement ValueChecker
 class AndCheckers
          Verify that all conditions are OK
 class DoubleLimit
           
static class IOChecker.CreateableFile
           
static class IOChecker.Readable
           
static class IOChecker.ValidDirectory
           
static class IOChecker.ValidFile
           
 class Limit
           
 class LongLimit
           
 class OrChecker
          Check that at least test is verified
 

Uses of ValueChecker in bpiwowar.argparser.handlers
 

Methods in bpiwowar.argparser.handlers with parameters of type ValueChecker
 void Handler.add(ValueChecker newChecker)
          Add a value checker
 



Copyright © 2013. All Rights Reserved.