org.jboss.metadata.spi.signature
Class MethodSignature

java.lang.Object
  extended by org.jboss.metadata.spi.signature.Signature
      extended by org.jboss.metadata.spi.signature.MethodSignature

public class MethodSignature
extends Signature

Method Signature.

Version:
$Revision: 1.1 $
Author:
Adrian Brock

Field Summary
 
Fields inherited from class org.jboss.metadata.spi.signature.Signature
NO_NAME, NO_PARAMETER_TYPES, NO_PARAMETERS
 
Constructor Summary
MethodSignature(Method method)
          Create a new Signature.
MethodSignature(org.jboss.reflect.spi.MethodInfo method)
          Create a new Signature.
MethodSignature(String name, Class<?>... parameters)
          Create a new Signature.
MethodSignature(String name, String[] parameters)
          Create a new Signature.
 
Method Summary
 
Methods inherited from class org.jboss.metadata.spi.signature.Signature
convertParameters, convertParameterTypes, equals, getName, getParameters, getParametersTypes, getPrimativeArrayType, getSignature, getSignature, hashCode, internalToString, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MethodSignature

public MethodSignature(String name,
                       String[] parameters)
Create a new Signature.

Parameters:
name - the name
parameters - the parameters

MethodSignature

public MethodSignature(String name,
                       Class<?>... parameters)
Create a new Signature.

Parameters:
name - the name
parameters - the parameters

MethodSignature

public MethodSignature(Method method)
Create a new Signature.

Parameters:
method - the method

MethodSignature

public MethodSignature(org.jboss.reflect.spi.MethodInfo method)
Create a new Signature.

Parameters:
method - the method


Copyright © 2008 JBoss Inc.. All Rights Reserved.