public interface ResourceTypeResolver
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getResourceType(java.net.URI uri)
Returns the type of the resource that the provided URI identifies.
|
java.lang.String |
getServerGuid(java.net.URI uri)
Returns the serverGuid of the resource that the provided URI identifies.
|
java.lang.String getServerGuid(java.net.URI uri)
uri - The URI of the resource.java.lang.String getResourceType(java.net.URI uri)
uri - The URI of the resource which type should return.Copyright @ 2013-2018 VMware, Inc. All rights reserved.