org.jboss.osgi.spi.service
Interface BundleInfo


public interface BundleInfo

An abstraction of a bundle in the scan folder

Since:
27-May-2009
Author:
thomas.diesler@jboss.com

Nested Class Summary
static class BundleInfo.State
          The state of the bundle
 
Method Summary
 java.net.URL getLocation()
          Get the bundle location
 BundleInfo.State getState()
          Get the bundle state
 java.lang.String getSymbolicName()
          Get the bundle symbolic name
 java.lang.String getVersion()
          Get the bundle version
 

Method Detail

getLocation

java.net.URL getLocation()
Get the bundle location


getState

BundleInfo.State getState()
Get the bundle state


getSymbolicName

java.lang.String getSymbolicName()
Get the bundle symbolic name


getVersion

java.lang.String getVersion()
Get the bundle version



Copyright © 2009. All Rights Reserved.