Command
public interface CdCommand extends Command
For example, if the base URL is http://www.foo.com/ and you try to install a bundle foo.jar, the actual URL will be expanded to http://www.foo.com/foo.jar. Any bundles wishing to retrieve or set the current directory of the impl can use this service interface.
Modifier and Type | Field | Description |
---|---|---|
static String |
BASE_URL_PROPERTY |
Property used to configure the base URL.
|
Modifier and Type | Method | Description |
---|---|---|
String |
getBaseURL() |
Returns the current directory of the impl service.
|
void |
setBaseURL(String s) |
Sets the current directory of the impl service.
|
execute, getName, getShortDescription, getUsage
static final String BASE_URL_PROPERTY
Copyright © 2006–2019 The Apache Software Foundation. All rights reserved.