org.apache.felix.obrplugin
public class Config extends Object
| Constructor Summary | |
|---|---|
| Config()
constructor: set default configuration: use relative path and don't upload file. | |
| Method Summary | |
|---|---|
| URI | getRemoteBundle() |
| boolean | isPathRelative() |
| boolean | isRemoteFile() |
| void | setPathRelative(boolean value) |
| void | setRemoteBundle(URI value) |
| void | setRemoteFile(boolean value) |
Returns: public address of deployed bundle
Returns: true if plugin uses relative path, else false
Returns: true if the file will be uploaded, else false
Parameters: value enable to use relative path
Parameters: value public address of deployed bundle
Parameters: value enable when uploading