|
EGF Engine Release 0.1.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.egf.common.helper.ClassLoadingHelper
public class ClassLoadingHelper
This helper provides high-level services to deal with class loading.
Constructor Summary | |
---|---|
ClassLoadingHelper()
|
Method Summary | |
---|---|
static Object |
instantiate(String fullyQualifiedClassName_p,
ClassLoader classLoader_p)
Instantiate given fully qualified class name using given class loader. |
static Class<?> |
loadClass(String fullyQualifiedClassName_p,
ClassLoader classLoader_p)
Load given fully qualified class name using given class loader. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ClassLoadingHelper()
Method Detail |
---|
public static Object instantiate(String fullyQualifiedClassName_p, ClassLoader classLoader_p)
fullyQualifiedClassName_p
- the class name with its package name (dot separated syntax).classLoader_p
- class loader which can load given class name.
public static Class<?> loadClass(String fullyQualifiedClassName_p, ClassLoader classLoader_p)
fullyQualifiedClassName_p
- the class name with its package name (dot separated syntax).classLoader_p
- class loader which can load given class name.
|
EGF Engine Release 0.1.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright (c) Thales Corporate Services S.A.S, 2009.
This page is made available under license. For full details see the LEGAL in the documentation book that contains this page.