org.apache.geronimo.kernel.util
Class BundleUtil

java.lang.Object
  extended by org.apache.geronimo.kernel.util.BundleUtil

public class BundleUtil
extends Object

Version:
$Rev$ $Date$

Field Summary
static String EBA_GROUP_ID
           
static String WEB_CONTEXT_PATH_HEADER
           
 
Constructor Summary
BundleUtil()
           
 
Method Summary
static Artifact createArtifact(String group, String symbolicName, org.osgi.framework.Version version)
           
static String getVersion(org.osgi.framework.Version version)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

WEB_CONTEXT_PATH_HEADER

public static final String WEB_CONTEXT_PATH_HEADER
See Also:
Constant Field Values

EBA_GROUP_ID

public static final String EBA_GROUP_ID
See Also:
Constant Field Values
Constructor Detail

BundleUtil

public BundleUtil()
Method Detail

getVersion

public static String getVersion(org.osgi.framework.Version version)

createArtifact

public static Artifact createArtifact(String group,
                                      String symbolicName,
                                      org.osgi.framework.Version version)


Copyright © 2003-2013 The Apache Geronimo development community. All Rights Reserved.