public class Config extends Object
Constructor and Description |
---|
Config()
constructor: set default configuration: use relative path and don't upload file.
|
Modifier and Type | Method and Description |
---|---|
URI |
getRemoteBundle() |
boolean |
isPathRelative() |
boolean |
isRemoteFile() |
void |
setPathRelative(boolean value) |
void |
setRemoteBundle(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(URI value)
value
- public address of deployed bundlepublic boolean isPathRelative()
public boolean isRemoteFile()
public URI getRemoteBundle()
Copyright © 2006-2015 The Apache Software Foundation. All Rights Reserved.