public interface XBundleRevision extends XResource, org.osgi.framework.wiring.BundleRevision
BundleRevision| Modifier and Type | Method and Description |
|---|---|
Enumeration<URL> |
findEntries(String path,
String filePattern,
boolean recursive) |
XBundle |
getBundle()
Get the associated
XBundle |
URL |
getEntry(String path) |
Enumeration<String> |
getEntryPaths(String path) |
org.jboss.modules.ModuleClassLoader |
getModuleClassLoader()
Get the associated
ModuleIdentifier
or null if the revision is not resolved |
org.jboss.modules.ModuleIdentifier |
getModuleIdentifier()
Get the associated
ModuleIdentifier
or null if the revision is not resolved |
URL |
getResource(String name) |
Enumeration<URL> |
getResources(String name) |
getIdentityCapability, getWiringSupport, isFragment, isMutable, setMutable, validateaddAttachment, getAttachment, removeAttachmentXBundle getBundle()
XBundlegetBundle in interface org.osgi.framework.BundleReferenceorg.jboss.modules.ModuleIdentifier getModuleIdentifier()
ModuleIdentifier
or null if the revision is not resolvedorg.jboss.modules.ModuleClassLoader getModuleClassLoader()
ModuleIdentifier
or null if the revision is not resolvedEnumeration<URL> getResources(String name) throws IOException
IOExceptionBundle#getResources(String)}Enumeration<URL> findEntries(String path, String filePattern, boolean recursive)
Bundle#findEntries(String, String, boolean)}Enumeration<String> getEntryPaths(String path)
Bundle#getEntryPaths(String)}Copyright © 2013 JBoss by Red Hat. All Rights Reserved.