|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ParameterException | |
org.jcontainer.dna | The DNA API package contains interfaces and contracts for DNA components. |
org.jcontainer.dna.impl | The DNA implementation package contains basic utility classes to implement containers for DNA components. |
Uses of ParameterException in org.jcontainer.dna |
Methods in org.jcontainer.dna that throw ParameterException | |
void |
Parameterizable.parameterize(Parameters parameters)
Supply the component with configuration data in form of a Parameters object. |
java.lang.String |
Parameters.getParameter(java.lang.String name)
Return value of parameter with specified name. |
int |
Parameters.getParameterAsInteger(java.lang.String name)
Return value of parameter with specified name as an integer. |
long |
Parameters.getParameterAsLong(java.lang.String name)
Return value of parameter with specified name as a long. |
boolean |
Parameters.getParameterAsBoolean(java.lang.String name)
Return value of parameter with specified name as a boolean. |
float |
Parameters.getParameterAsFloat(java.lang.String name)
Return value of parameter with specified name as a float. |
Uses of ParameterException in org.jcontainer.dna.impl |
Methods in org.jcontainer.dna.impl that throw ParameterException | |
java.lang.String |
DefaultParameters.getParameter(java.lang.String name)
Return value of parameter with specified name. |
boolean |
DefaultParameters.getParameterAsBoolean(java.lang.String name)
Return value of parameter with specified name as a boolean. |
int |
DefaultParameters.getParameterAsInteger(java.lang.String name)
Return value of parameter with specified name as an integer. |
long |
DefaultParameters.getParameterAsLong(java.lang.String name)
Return value of parameter with specified name as a long. |
float |
DefaultParameters.getParameterAsFloat(java.lang.String name)
Return value of parameter with specified name as a float. |
static void |
ContainerUtil.parameterize(java.lang.Object object,
Parameters parameters)
Supply specified object with Parameters if it implements the Parameterizable interface. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |