Class ParameterParser.Call

  • Enclosing class:
    ParameterParser

    public class ParameterParser.Call
    extends java.lang.Object
    A call for the parameter interpreter.
    • static: call using java class name, i.e. simple call by reflection on a static method of a Java class
    • plugin: call using mapped plug-in name
    • Constructor Summary

      Constructors 
      Constructor Description
      Call​(int type, java.lang.String method, java.lang.String name)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

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

      • Call

        public Call​(int type,
                    java.lang.String method,
                    java.lang.String name)
        Parameters:
        type - one of the constants from Call
        method - name of the method
        name - class or plug-in name
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object