org.apache.karaf.features.obr.internal
Class BundleInfoImpl

java.lang.Object
  extended by org.apache.karaf.features.obr.internal.BundleInfoImpl
All Implemented Interfaces:
BundleInfo

public class BundleInfoImpl
extends java.lang.Object
implements BundleInfo

A holder of bundle info


Constructor Summary
BundleInfoImpl()
           
BundleInfoImpl(java.lang.String location)
           
BundleInfoImpl(java.lang.String location, boolean start)
           
BundleInfoImpl(java.lang.String location, int startLevel)
           
BundleInfoImpl(java.lang.String location, int startLevel, boolean start)
           
BundleInfoImpl(java.lang.String location, int startLevel, boolean start, boolean dependency)
           
 
Method Summary
 java.lang.String getLocation()
           
 int getStartLevel()
           
 boolean isDependency()
           
 boolean isStart()
           
 void setDependency(boolean dependency)
           
 void setName(java.lang.String location)
           
 void setStart(boolean start)
           
 void setStartLevel(java.lang.Integer startLevel)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BundleInfoImpl

public BundleInfoImpl()

BundleInfoImpl

public BundleInfoImpl(java.lang.String location)

BundleInfoImpl

public BundleInfoImpl(java.lang.String location,
                      boolean start)

BundleInfoImpl

public BundleInfoImpl(java.lang.String location,
                      int startLevel)

BundleInfoImpl

public BundleInfoImpl(java.lang.String location,
                      int startLevel,
                      boolean start)

BundleInfoImpl

public BundleInfoImpl(java.lang.String location,
                      int startLevel,
                      boolean start,
                      boolean dependency)
Method Detail

setStartLevel

public void setStartLevel(java.lang.Integer startLevel)

getStartLevel

public int getStartLevel()
Specified by:
getStartLevel in interface BundleInfo

setName

public void setName(java.lang.String location)

getLocation

public java.lang.String getLocation()
Specified by:
getLocation in interface BundleInfo

setStart

public void setStart(boolean start)

isStart

public boolean isStart()
Specified by:
isStart in interface BundleInfo

setDependency

public void setDependency(boolean dependency)

isDependency

public boolean isDependency()
Specified by:
isDependency in interface BundleInfo


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