|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ResourceMetadata<T extends Enum<T>>
Identifies containers, files, etc.
| Method Summary | |
|---|---|
Location |
getLocation()
Physical location of the resource, or null if n/a ex. |
String |
getName()
Name of this resource. |
String |
getProviderId()
Unique identifier of this resource within its enclosing namespace. |
T |
getType()
Whether this resource is a container, file, node, queue, etc. |
URI |
getUri()
URI used to access this resource |
Map<String,String> |
getUserMetadata()
Any key-value pairs associated with the resource. |
| Methods inherited from interface java.lang.Comparable |
|---|
compareTo |
| Method Detail |
|---|
T getType()
String getProviderId()
String getName()
Location getLocation()
URI getUri()
Map<String,String> getUserMetadata()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||