Class ParameterParser.Call
java.lang.Object
com.priint.pubserver.parameterparser.ParameterParser.Call
- Enclosing class:
- ParameterParser
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 Summary
FieldsModifier and TypeFieldDescriptionstatic final intstatic final intstatic final int -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
TYPE_UNKNOWN
public static final int TYPE_UNKNOWN- See Also:
-
TYPE_PLUGIN
public static final int TYPE_PLUGIN- See Also:
-
TYPE_STATIC
public static final int TYPE_STATIC- See Also:
-
-
Constructor Details
-
Call
- Parameters:
type- one of the constants from Callmethod- name of the methodname- class or plug-in name
-
-
Method Details