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 OSGiHostAdapter()
public static void setInstance(OSGiHostAdapter instance)
public static OSGiHostAdapter getInstance()
public abstract Object getProperty(String key)
public abstract Object getProperty(String key, Object defValue)
public abstract void setProperty(String key, Object value)
Copyright © 2016 Nuxeo SA. All rights reserved.