bpiwowar.argparser.handlers
Class FileCollectionHandler.TypeChecker

java.lang.Object
  extended by bpiwowar.argparser.handlers.FileCollectionHandler.TypeChecker
All Implemented Interfaces:
ArgParser.TypeCheckerInterface
Enclosing class:
FileCollectionHandler

public static class FileCollectionHandler.TypeChecker
extends Object
implements ArgParser.TypeCheckerInterface


Constructor Summary
FileCollectionHandler.TypeChecker()
           
 
Method Summary
 boolean isCompatible(Type gtype)
          Returns true if the type if ? extends Collection
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FileCollectionHandler.TypeChecker

public FileCollectionHandler.TypeChecker()
Method Detail

isCompatible

public boolean isCompatible(Type gtype)
Returns true if the type if ? extends Collection

Specified by:
isCompatible in interface ArgParser.TypeCheckerInterface
See Also:
bpiwowar.argparser.ArgParser.TypeCheckerInterface#isCompatible(java.lang.Class, Field)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2013. All Rights Reserved.