org.apache.karaf.features.internal
Class BundleInfoImpl
java.lang.Object
org.apache.karaf.features.internal.BundleInfoImpl
- All Implemented Interfaces:
- BundleInfo
public class BundleInfoImpl
- extends java.lang.Object
- implements BundleInfo
A holder of bundle info
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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)
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.