gboat2.web.util
类 BundleUtil
java.lang.Object
gboat2.web.util.BundleUtil
public abstract class BundleUtil
- extends Object
获取bundle的工具类
- 从以下版本开始:
- jdk1.6
- 作者:
- tanxw
从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BundleUtil
public BundleUtil()
getBundle
public static org.osgi.framework.Bundle getBundle(String bundleName)
- 根据bunlde SymbolicName 取 bundle实例
- 参数:
bundleName
- bunlde SymbolicName
- 返回:
- bunlde SymbolicName 对应的bundle实例
getResourceOfBundle
public static URL getResourceOfBundle(String bundleName,
String path)
- 取得指定bundle下的资源
- 参数:
bundleName
- bunlde SymbolicNamepath
- 资源路径
- 返回:
- 指定bundle下资源
Copyright © 2014 广联达软件股份有限公司(Glodon Software Co., Ltd.). All rights reserved.