org.apache.karaf.features
Interface BundleInfo

All Known Implementing Classes:
BundleInfoImpl, BundleInfoImpl

public interface BundleInfo

A bundle info holds info about a Bundle.


Method Summary
 java.lang.String getLocation()
           
 int getStartLevel()
           
 boolean isDependency()
           
 boolean isStart()
           
 

Method Detail

getLocation

java.lang.String getLocation()

getStartLevel

int getStartLevel()

isStart

boolean isStart()

isDependency

boolean isDependency()


Copyright © 2007-2011 Apache Software Foundation. All Rights Reserved.