org.apache.felix.obrplugin
public class Config extends java.lang.Object
Constructor and Description |
---|
Config()
constructor: set default configuration: use relative path and don't upload file.
|
Modifier and Type | Method and Description |
---|---|
java.net.URI |
getRemoteBundle() |
boolean |
isPathRelative() |
boolean |
isRemoteFile() |
void |
setPathRelative(boolean value) |
void |
setRemoteBundle(java.net.URI value) |
void |
setRemoteFile(boolean value) |
public Config()
public void setPathRelative(boolean value)
value
- enable to use relative pathpublic void setRemoteFile(boolean value)
value
- enable when uploadingpublic void setRemoteBundle(java.net.URI value)
value
- public address of deployed bundlepublic boolean isPathRelative()
public boolean isRemoteFile()
public java.net.URI getRemoteBundle()
Copyright © 2014. All Rights Reserved.