bpiwowar.argparser.checkers
Class IOChecker.CreateableFile

java.lang.Object
  extended by bpiwowar.argparser.checkers.IOChecker.CreateableFile
All Implemented Interfaces:
ValueChecker
Enclosing class:
IOChecker

public static class IOChecker.CreateableFile
extends Object
implements ValueChecker


Constructor Summary
IOChecker.CreateableFile()
           
 
Method Summary
 boolean check(Object object)
          Check that the value is within a valid range
 String getDescription()
          Get the description of the value checker
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IOChecker.CreateableFile

public IOChecker.CreateableFile()
Method Detail

check

public boolean check(Object object)
Description copied from interface: ValueChecker
Check that the value is within a valid range

Specified by:
check in interface ValueChecker

getDescription

public String getDescription()
Description copied from interface: ValueChecker
Get the description of the value checker

Specified by:
getDescription in interface ValueChecker


Copyright © 2013. All Rights Reserved.