|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opensha.commons.metadata.MetadataLoader
public class MetadataLoader
| Constructor Summary | |
|---|---|
MetadataLoader()
|
|
| Method Summary | |
|---|---|
static Object |
createClassInstance(String className)
Creates a class instance from a string of the full class name including packages. |
static Object |
createClassInstance(String className,
ArrayList<Object> args)
Creates a class instance from a string of the full class name including packages. |
static Object |
createClassInstance(String className,
ArrayList<Object> args,
ArrayList<String> argNames)
Creates a class instance from a string of the full class name including packages. |
static void |
main(String[] args)
|
void |
parameterChangeWarning(ParameterChangeWarningEvent event)
Function that must be implemented by all Listeners for ParameterChangeWarnEvents. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MetadataLoader()
| Method Detail |
|---|
public static Object createClassInstance(String className)
throws InvocationTargetException
InvocationTargetException
public static Object createClassInstance(String className,
ArrayList<Object> args)
throws InvocationTargetException
InvocationTargetException
public static Object createClassInstance(String className,
ArrayList<Object> args,
ArrayList<String> argNames)
throws InvocationTargetException
InvocationTargetExceptionpublic static void main(String[] args)
public void parameterChangeWarning(ParameterChangeWarningEvent event)
ParameterChangeWarningListener
parameterChangeWarning in interface ParameterChangeWarningListenerevent - The Event which triggered this function call
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||