public class CrankstartContext extends Object
Modifier and Type | Field and Description |
---|---|
static String |
ATTR_STOP_CRANKSTART_PROCESSING
Name of the attribute that causes crankstart processing to stop
|
static String |
ATTR_STOP_OSGI_FRAMEWORK
Name of the attribute that signals a framework stop
|
static String |
DEFAULT_BUNDLE_START_LEVEL
Name of the default value used to set bundle start levels
|
Constructor and Description |
---|
CrankstartContext() |
Modifier and Type | Method and Description |
---|---|
Object |
getAttribute(String key) |
Map<String,String> |
getDefaults() |
org.osgi.framework.launch.Framework |
getOsgiFramework() |
Map<String,String> |
getOsgiFrameworkProperties() |
void |
setAttribute(String key,
Object value) |
void |
setOsgiFramework(org.osgi.framework.launch.Framework f) |
void |
setOsgiFrameworkProperty(String key,
String value) |
public static final String DEFAULT_BUNDLE_START_LEVEL
public static final String ATTR_STOP_CRANKSTART_PROCESSING
public static final String ATTR_STOP_OSGI_FRAMEWORK
Copyright © 2014 The Apache Software Foundation. All rights reserved.