public class ConstructorInfo extends Object
| Constructor and Description |
|---|
ConstructorInfo()
Create a new ConstructorInfo.
|
ConstructorInfo(Constructor<?> m)
Create a new ConstructorInfo.
|
ConstructorInfo(String[] parametertypes,
String classname)
Create a new FieldInfo.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getClassName()
Get the classname.
|
Constructor<?> |
getConstructor(ClassLoader cl) |
String[] |
getParameterTypes()
Get the parametertypes.
|
void |
setClassName(String classname)
Set the classname.
|
void |
setParameterTypes(String[] parametertypes)
Set the parametertypes.
|
public ConstructorInfo()
public ConstructorInfo(Constructor<?> m)
public Constructor<?> getConstructor(ClassLoader cl)
public String[] getParameterTypes()
public void setParameterTypes(String[] parametertypes)
parametertypes - The parametertypes to set.public String getClassName()
public void setClassName(String classname)
classname - The classname to set.Copyright © 2015. All Rights Reserved.