@Deprecated public class ShellUtil extends Object
| Constructor and Description |
|---|
ShellUtil()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
getBoolean(org.apache.felix.service.command.CommandSession session,
String name)
Deprecated.
|
static String |
getBundleName(org.osgi.framework.Bundle bundle)
Deprecated.
|
static String |
getCurrentUserName()
Deprecated.
|
static String |
getUnderlineString(String s)
Deprecated.
|
static String |
getValueString(Object obj)
Deprecated.
|
static boolean |
isASystemBundle(org.osgi.framework.BundleContext bundleContext,
org.osgi.framework.Bundle bundle)
Deprecated.
Check if a bundle is a system bundle (start level < 50)
|
static void |
logException(org.apache.felix.service.command.CommandSession session,
Throwable t)
Deprecated.
|
public static String getBundleName(org.osgi.framework.Bundle bundle)
public static boolean isASystemBundle(org.osgi.framework.BundleContext bundleContext,
org.osgi.framework.Bundle bundle)
bundleContext - bundle - public static boolean getBoolean(org.apache.felix.service.command.CommandSession session,
String name)
public static void logException(org.apache.felix.service.command.CommandSession session,
Throwable t)
public static String getCurrentUserName()
Copyright © 2007–2017 The Apache Software Foundation. All rights reserved.