Uses of Interface
be.ugent.twijug.jclops.ArgumentParser

Packages that use ArgumentParser
be.ugent.twijug.jclops Java command line option processor system (J-Clops). 
 

Uses of ArgumentParser in be.ugent.twijug.jclops
 

Methods in be.ugent.twijug.jclops with parameters of type ArgumentParser
<T> void
CLManager.registerArgumentParser(ArgumentParser<T> parser, java.lang.Class<T> type)
          Install an option argument parser for a specific type.