public class Signature
extends java.lang.Object
Constructor and Description |
---|
Signature() |
Signature(java.lang.String sig) |
Modifier and Type | Method and Description |
---|---|
void |
addText(java.lang.String value)
Adds the text value to the signature.
|
java.lang.String |
getClassName()
Returns the class name
|
java.lang.reflect.Method |
getMethod()
Returns the method.
|
java.lang.String |
getName()
Returns the method name.
|
java.lang.String[] |
getParameterTypes()
Returns the method parameters.
|
java.lang.String |
getReturnType()
Returns the return type.
|
java.lang.String |
getSignature()
Returns the signature.
|
void |
init()
Initialize the signature.
|
boolean |
matches(java.lang.reflect.Method method)
Returns true if the method matches the signature.
|
java.lang.String |
toString() |
public java.lang.String getSignature()
public java.lang.String getName()
public java.lang.String getClassName()
public java.lang.reflect.Method getMethod()
public java.lang.String getReturnType()
public java.lang.String[] getParameterTypes()
public void addText(java.lang.String value)
@PostConstruct public void init() throws ConfigException
ConfigException
public boolean matches(java.lang.reflect.Method method)
public java.lang.String toString()
toString
in class java.lang.Object