public class LogicalResourceReference<RD extends org.fabric3.api.model.type.component.ResourceReference> extends LogicalInvocable
callbackOperations, operations, serviceContract| Constructor and Description |
|---|
LogicalResourceReference(java.net.URI uri,
RD definition,
LogicalComponent<?> parent)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
RD |
getDefinition()
Gets the definition for this resource.
|
java.net.URI |
getTarget()
Gets the target for the resource.
|
void |
setTarget(java.net.URI target)
Sets the target for the resource.
|
createOperations, getCallbackOperations, getOperations, getServiceContract, getUri, setServiceContractaddMetadata, getMetadata, getParentpublic LogicalResourceReference(java.net.URI uri,
RD definition,
LogicalComponent<?> parent)
uri - URI of the resource.definition - the resource reference definition.parent - the parent componentpublic final RD getDefinition()
public java.net.URI getTarget()
public void setTarget(java.net.URI target)
target - Resource target.