Class ParameterParser.Call

java.lang.Object
com.priint.pubserver.parameterparser.ParameterParser.Call
Enclosing class:
ParameterParser

public class ParameterParser.Call extends 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
  • Field Details

  • Constructor Details

    • Call

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