|
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.BundleHelper
public class BundleHelper
This helper provides high-level services to deal with class loading.
Constructor Summary | |
---|---|
BundleHelper()
|
Method Summary | |
---|---|
static Object |
instantiate(String fullyQualifiedClassName_p,
Bundle bundle_p)
Instantiate given fully qualified class name using given bundle. |
static Class<?> |
loadClass(String fullyQualifiedClassName_p,
Bundle bundle_p)
Load given fully qualified class name using given bundle. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BundleHelper()
Method Detail |
---|
public static Object instantiate(String fullyQualifiedClassName_p, Bundle bundle_p)
fullyQualifiedClassName_p
- the class name with its package name (dot separated syntax).bundle_p
- which can load given class name.
public static Class<?> loadClass(String fullyQualifiedClassName_p, Bundle bundle_p)
fullyQualifiedClassName_p
- the class name with its package name (dot separated syntax).bundle_p
- bundle 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.