bpiwowar.argparser.checkers
Interface ValueChecker

All Known Implementing Classes:
AndCheckers, DoubleLimit, IOChecker.CreateableFile, IOChecker.Readable, IOChecker.ValidDirectory, IOChecker.ValidFile, Limit, LongLimit, OrChecker

public interface ValueChecker

Author:
bpiwowar

Method Summary
 boolean check(Object object)
          Check that the value is within a valid range
 String getDescription()
          Get the description of the value checker
 

Method Detail

check

boolean check(Object object)
Check that the value is within a valid range


getDescription

String getDescription()
Get the description of the value checker



Copyright © 2013. All Rights Reserved.