org.apache.felix.framework.resolver
Interface Module

All Known Implementing Classes:
ModuleImpl

public interface Module


Field Summary
static int EAGER_ACTIVATION
           
static int LAZY_ACTIVATION
           
 
Method Summary
 Bundle getBundle()
           
  getCapabilities()
           
 Class getClassByDelegation(String name)
           
 Content getContent()
           
 int getDeclaredActivationPolicy()
           
  getDynamicRequirements()
           
 URL getEntry(String name)
           
 Map getHeaders()
           
 String getId()
           
 InputStream getInputStream(int index, String urlPath)
           
 URL getLocalURL(int index, String urlPath)
           
  getNativeLibraries()
           
  getRequirements()
           
 URL getResourceByDelegation(String name)
           
 Enumeration getResourcesByDelegation(String name)
           
 Object getSecurityContext()
           
 String getSymbolicName()
           
 Version getVersion()
           
  getWires()
           
 boolean hasInputStream(int index, String urlPath)
           
 boolean isExtension()
           
 boolean isResolved()
           
 

Field Detail

EAGER_ACTIVATION

static final int EAGER_ACTIVATION
See Also:
Constant Field Values

LAZY_ACTIVATION

static final int LAZY_ACTIVATION
See Also:
Constant Field Values
Method Detail

getHeaders

Map getHeaders()

isExtension

boolean isExtension()

getSymbolicName

String getSymbolicName()

getVersion

Version getVersion()

getCapabilities

 getCapabilities()

getRequirements

 getRequirements()

getDynamicRequirements

 getDynamicRequirements()

getNativeLibraries

 getNativeLibraries()

getDeclaredActivationPolicy

int getDeclaredActivationPolicy()

getBundle

Bundle getBundle()

getId

String getId()

getWires

 getWires()

isResolved

boolean isResolved()

getSecurityContext

Object getSecurityContext()

getContent

Content getContent()

getClassByDelegation

Class getClassByDelegation(String name)
                           throws ClassNotFoundException
Throws:
ClassNotFoundException

getResourceByDelegation

URL getResourceByDelegation(String name)

getResourcesByDelegation

Enumeration getResourcesByDelegation(String name)

getEntry

URL getEntry(String name)

hasInputStream

boolean hasInputStream(int index,
                       String urlPath)
                       throws IOException
Throws:
IOException

getInputStream

InputStream getInputStream(int index,
                           String urlPath)
                           throws IOException
Throws:
IOException

getLocalURL

URL getLocalURL(int index,
                String urlPath)


Copyright © 2011 Apache Software Foundation. All Rights Reserved.