static class RemoteAgent.AgentBuilder
extends java.lang.Object
IProvisioningAgent with type-safe service access.| Modifier and Type | Field and Description |
|---|---|
private org.eclipse.equinox.p2.core.IProvisioningAgent |
wrappedAgent |
| Constructor and Description |
|---|
AgentBuilder(org.eclipse.equinox.p2.core.IProvisioningAgent wrappedAgent) |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.equinox.p2.core.IProvisioningAgent |
getAgent() |
<T> T |
getService(java.lang.Class<T> type) |
<T> void |
registerService(java.lang.Class<T> type,
T instance) |