public class SamgarCompetencyInfo
extends java.lang.Object
| Constructor | Description |
|---|---|
SamgarCompetencyInfo(java.lang.String className,
java.lang.String port,
java.util.ArrayList<java.lang.Object> constructorParameters,
java.util.ArrayList<java.lang.Class<?>> constructorParameterClasses) |
| Modifier and Type | Method | Description |
|---|---|---|
Competency |
construct() |
constructs the competency that this info represents and returns it, throws
an exception if class does not exist, parameters do not match, constructor does not
exist or class is not subclass of Competency
|
java.lang.String |
getClassName() |
returns the class name of the competency this info represents
|
java.lang.String |
getPortName() |
returns the port name of the competency this info represents
|
public SamgarCompetencyInfo(java.lang.String className,
java.lang.String port,
java.util.ArrayList<java.lang.Object> constructorParameters,
java.util.ArrayList<java.lang.Class<?>> constructorParameterClasses)
public Competency construct() throws java.lang.Exception
java.lang.Exceptionpublic java.lang.String getClassName()
public java.lang.String getPortName()