org.jboss.metadata.spi.signature
Class ConstructorSignature

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

public class ConstructorSignature
extends Signature

Constructor 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
ConstructorSignature(Class<?>... parameters)
          Create a new Signature.
ConstructorSignature(Constructor<?> constructor)
          Create a new Signature.
ConstructorSignature(org.jboss.reflect.spi.ConstructorInfo constructor)
          Create a new Signature.
ConstructorSignature(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

ConstructorSignature

public ConstructorSignature(String[] parameters)
Create a new Signature.

Parameters:
parameters - the parameters

ConstructorSignature

public ConstructorSignature(Class<?>... parameters)
Create a new Signature.

Parameters:
parameters - the parameters

ConstructorSignature

public ConstructorSignature(Constructor<?> constructor)
Create a new Signature.

Parameters:
constructor - the constructor

ConstructorSignature

public ConstructorSignature(org.jboss.reflect.spi.ConstructorInfo constructor)
Create a new Signature.

Parameters:
constructor - the constructor


Copyright © 2008 JBoss Inc.. All Rights Reserved.