Class ParameterParser.Call
- java.lang.Object
-
- com.priint.pubserver.parameterparser.ParameterParser.Call
-
- Enclosing class:
- ParameterParser
public class ParameterParser.Call extends java.lang.ObjectA 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
Fields Modifier and Type Field Description static intTYPE_PLUGINstatic intTYPE_STATICstatic intTYPE_UNKNOWN
-
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.StringtoString()
-
-
-
Field Detail
-
TYPE_UNKNOWN
public static final int TYPE_UNKNOWN
- See Also:
- Constant Field Values
-
TYPE_PLUGIN
public static final int TYPE_PLUGIN
- See Also:
- Constant Field Values
-
TYPE_STATIC
public static final int TYPE_STATIC
- See Also:
- Constant Field Values
-
-