org.eclipse.osgi.framework.internal.core
Class SystemPolicy
java.lang.Object
org.eclipse.osgi.framework.internal.core.SystemPolicy
- All Implemented Interfaces:
- IBuddyPolicy
public class SystemPolicy
- extends java.lang.Object
- implements IBuddyPolicy
Field Summary |
static byte |
APP
|
static byte |
BOOT
|
static byte |
EXT
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BOOT
public static final byte BOOT
- See Also:
- Constant Field Values
EXT
public static final byte EXT
- See Also:
- Constant Field Values
APP
public static final byte APP
- See Also:
- Constant Field Values
SystemPolicy
public SystemPolicy()
SystemPolicy
public SystemPolicy(java.lang.ClassLoader parent)
getInstance
public static SystemPolicy getInstance(byte type)
loadClass
public java.lang.Class loadClass(java.lang.String name)
- Specified by:
loadClass
in interface IBuddyPolicy
loadResource
public java.net.URL loadResource(java.lang.String name)
- Specified by:
loadResource
in interface IBuddyPolicy
loadResources
public java.util.Enumeration loadResources(java.lang.String name)
- Specified by:
loadResources
in interface IBuddyPolicy