Package org.wso2.carbon.server.util
Class BundleInfoLine
- java.lang.Object
-
- org.wso2.carbon.server.util.BundleInfoLine
-
public class BundleInfoLine extends Object
-
-
Constructor Summary
Constructors Constructor Description BundleInfoLine(String bundleSymbolicName, String bundleVersion, String bundlePath, int startLevel, boolean isFragment)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetBundlePath()StringgetBundleSymbolicName()StringgetBundleVersion()static BundleInfoLinegetInstance(String bundleInfoLineStr)intgetStartLevel()booleanisFragment()booleanisFromDropins()voidsetBundlePath(String bundlePath)voidsetBundleSymbolicName(String bundleSymbolicName)voidsetBundleVersion(String bundleVersion)voidsetFragment(boolean fragment)voidsetStartLevel(int startLevel)StringtoString()
-
-
-
Method Detail
-
getBundleSymbolicName
public String getBundleSymbolicName()
-
setBundleSymbolicName
public void setBundleSymbolicName(String bundleSymbolicName)
-
getBundleVersion
public String getBundleVersion()
-
setBundleVersion
public void setBundleVersion(String bundleVersion)
-
getBundlePath
public String getBundlePath()
-
setBundlePath
public void setBundlePath(String bundlePath)
-
getStartLevel
public int getStartLevel()
-
setStartLevel
public void setStartLevel(int startLevel)
-
isFragment
public boolean isFragment()
-
setFragment
public void setFragment(boolean fragment)
-
isFromDropins
public boolean isFromDropins()
-
getInstance
public static BundleInfoLine getInstance(String bundleInfoLineStr) throws Exception
- Throws:
Exception
-
-