ReadableResourcepublic interface Resource
| Modifier and Type | Method | Description | 
|---|---|---|
| java.lang.String | getBaseName() | Short name that concisely describes this resource | 
| java.lang.String | getDisplayName() | Human readable name of this resource | 
| java.net.URI | getURI() | Uniform resource identifier that uniquely describes this resource | 
java.lang.String getDisplayName()
java.net.URI getURI()
java.lang.String getBaseName()