public class OSGILauncher extends PlatformLauncher
| 限定符和类型 | 类和说明 |
|---|---|
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.
|
| 构造器和说明 |
|---|
OSGILauncher() |
| 限定符和类型 | 方法和说明 |
|---|---|
protected int |
findMax(java.lang.String[] candidates) |
java.lang.ClassLoader |
getFrameworkContextClassLoader() |
static boolean |
isValidPlatform(PlatformFileContext context) |
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.
|
protected void |
setupSecurityPolicy() |
void |
shutdown() |
void |
startup(PlatformConfig config) |
public void startup(PlatformConfig config) throws FrameworkException
startup 在类中 PlatformLauncherFrameworkExceptionpublic java.lang.ClassLoader getFrameworkContextClassLoader()
public void shutdown()
shutdown 在类中 PlatformLauncherprotected java.lang.String searchFor(java.lang.String target,
java.lang.String start)
target - start - the location to begin searchingprotected int findMax(java.lang.String[] candidates)
protected void setupSecurityPolicy()
throws FrameworkException
public static boolean isValidPlatform(PlatformFileContext context)
Copyright © 2008 Actuate Corp. All rights reserved.