bpiwowar.argparser
Class TypeChecker

java.lang.Object
  extended by bpiwowar.argparser.TypeChecker
All Implemented Interfaces:
ArgParser.TypeCheckerInterface

public class TypeChecker
extends Object
implements ArgParser.TypeCheckerInterface

Default type checker, that accepts a pre-defined set of classes

Author:
Benjamin Piwowarski

Method Summary
 boolean isCompatible(Type type)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

isCompatible

public boolean isCompatible(Type type)
Specified by:
isCompatible in interface ArgParser.TypeCheckerInterface

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2013. All Rights Reserved.