public class ImmutableURIResult extends Object implements ResourceDescriptorResult
| Constructor and Description |
|---|
ImmutableURIResult(URI uri,
String name,
String description) |
ImmutableURIResult(URI uri,
String description,
String name,
ResourceScope resourceScope) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
String |
getName() |
InternalURI |
getResource() |
ResourceScope |
getResourceScope() |
String |
toString() |
public ImmutableURIResult(URI uri, String description, String name, ResourceScope resourceScope)
public InternalURI getResource()
getResource in interface ResourceDescriptorResultpublic String getDescription()
getDescription in interface ResourceDescriptorResultpublic ResourceScope getResourceScope()
getResourceScope in interface ResourceDescriptorResultpublic String getName()
getName in interface ResourceDescriptorResultCopyright © 2014. All Rights Reserved.