Class ClassParser


  • public class ClassParser
    extends java.lang.Object
    Parser for analyzing Args4J annotations in the class hierarchy. This can be used to feed option bindings that span across multiple instances.
    Author:
    Jan Materne
    • Constructor Summary

      Constructors 
      Constructor Description
      ClassParser()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void parse​(java.lang.Object bean, CmdLineParser parser)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ClassParser

        public ClassParser()
    • Method Detail

      • parse

        public void parse​(java.lang.Object bean,
                          CmdLineParser parser)