public abstract class OSGiHostAdapter extends Object
Constructor and Description |
---|
OSGiHostAdapter() |
Modifier and Type | Method and Description |
---|---|
static OSGiHostAdapter |
getInstance() |
abstract Object |
getProperty(String key) |
abstract Object |
getProperty(String key,
Object defValue) |
abstract Object |
invoke(Object... args) |
static void |
setInstance(OSGiHostAdapter instance) |
abstract void |
setProperty(String key,
Object value) |
public static void setInstance(OSGiHostAdapter instance)
public static OSGiHostAdapter getInstance()
Copyright © 2013 Nuxeo SA. All Rights Reserved.