public interface Module
| Modifier and Type | Field and Description |
|---|---|
static int |
EAGER_ACTIVATION |
static int |
LAZY_ACTIVATION |
| Modifier and Type | Method and Description |
|---|---|
void |
attachFragments(List<Module> fragments) |
org.osgi.framework.Bundle |
getBundle() |
List<Capability> |
getCapabilities() |
Class |
getClassByDelegation(String name) |
Content |
getContent() |
int |
getDeclaredActivationPolicy() |
List<Requirement> |
getDynamicRequirements() |
URL |
getEntry(String name) |
List<Module> |
getFragments() |
Map |
getHeaders() |
String |
getId() |
InputStream |
getInputStream(int index,
String urlPath) |
List<R4Library> |
getNativeLibraries() |
List<Requirement> |
getRequirements() |
URL |
getResourceByDelegation(String name) |
Enumeration |
getResourcesByDelegation(String name) |
ProtectionDomain |
getSecurityContext() |
String |
getSymbolicName() |
org.osgi.framework.Version |
getVersion() |
List<Wire> |
getWires() |
boolean |
hasInputStream(int index,
String urlPath) |
boolean |
impliesDirect(Permission permission) |
boolean |
isExtension() |
boolean |
isRemovalPending() |
boolean |
isResolved() |
boolean |
isStale() |
void |
setResolved() |
void |
setWires(List<Wire> wires) |
static final int EAGER_ACTIVATION
static final int LAZY_ACTIVATION
Map getHeaders()
boolean isExtension()
String getSymbolicName()
org.osgi.framework.Version getVersion()
List<Capability> getCapabilities()
List<Requirement> getRequirements()
List<Requirement> getDynamicRequirements()
int getDeclaredActivationPolicy()
org.osgi.framework.Bundle getBundle()
String getId()
boolean isResolved()
ProtectionDomain getSecurityContext()
void setResolved()
boolean isStale()
boolean isRemovalPending()
boolean impliesDirect(Permission permission)
Content getContent()
Class getClassByDelegation(String name) throws ClassNotFoundException
ClassNotFoundExceptionEnumeration getResourcesByDelegation(String name)
boolean hasInputStream(int index,
String urlPath)
throws IOException
IOExceptionInputStream getInputStream(int index, String urlPath) throws IOException
IOExceptionCopyright © 2013 JBoss by Red Hat. All Rights Reserved.