org.jboss.osgi.spi.util
Class OSGiConstantsHelper

java.lang.Object
  extended by org.jboss.osgi.spi.util.OSGiConstantsHelper

public abstract class OSGiConstantsHelper
extends java.lang.Object

String representation for common OSGi Constants

Since:
04-Mar-2009
Author:
thomas.diesler@jboss.com

Constructor Summary
OSGiConstantsHelper()
           
 
Method Summary
static java.lang.String bundleEvent(int eventType)
          Return the string representation of a BundleEvent type
static java.lang.String bundleState(int bundleState)
          Return the string representation of a Bundle state
static java.lang.String logLevel(int level)
          Return the string representation of a LogService level
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OSGiConstantsHelper

public OSGiConstantsHelper()
Method Detail

bundleState

public static java.lang.String bundleState(int bundleState)
Return the string representation of a Bundle state


bundleEvent

public static java.lang.String bundleEvent(int eventType)
Return the string representation of a BundleEvent type


logLevel

public static java.lang.String logLevel(int level)
Return the string representation of a LogService level



Copyright © 2009. All Rights Reserved.