Package org.eclipse.equinox.p2.core
Interface IAgentLocation
-
public interface IAgentLocation
An instance of this service represents the location of a provisioning agent's metadata.- Since:
- 2.0
- Restriction:
- This interface is not intended to be implemented by clients.
- Restriction:
- This interface is not intended to be extended by clients.
-
-
Field Summary
Fields Modifier and Type Field Description static String
SERVICE_NAME
Service name constant for the agent location service.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description URI
getDataArea(String namespace)
Returns the location where the bundle with the given namespace may write its agent-related data.URI
getRootLocation()
Returns the rootURI
of the agent metadata.
-
-
-
Field Detail
-
SERVICE_NAME
static final String SERVICE_NAME
Service name constant for the agent location service.
-
-