|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.birt.core.framework.osgi.OSGILauncher
public class OSGILauncher
Nested Class Summary | |
---|---|
protected static class |
OSGILauncher.ChildFirstURLClassLoader
The ChildFirstURLClassLoader alters regular ClassLoader delegation and will check the URLs used in its initialization for matching classes before delegating to it's parent. |
Constructor Summary | |
---|---|
OSGILauncher()
|
Method Summary | |
---|---|
protected int |
findMax(java.lang.String[] candidates)
|
java.lang.ClassLoader |
getFrameworkContextClassLoader()
|
protected java.lang.String |
searchFor(java.lang.String target,
java.lang.String start)
Searches for the given target directory starting in the "plugins" subdirectory of the given location. |
void |
shutdown()
|
void |
startup(PlatformConfig config)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public OSGILauncher()
Method Detail |
---|
public void startup(PlatformConfig config) throws BirtException
BirtException
public java.lang.ClassLoader getFrameworkContextClassLoader()
public void shutdown()
protected java.lang.String searchFor(java.lang.String target, java.lang.String start)
target
- start
- the location to begin searching
protected int findMax(java.lang.String[] candidates)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |