|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | METHOD | DETAIL: FIELD | METHOD | |||||||
public interface Resource
A generic resource of some kind. Only describes the resource. There are more specific interface that extend this one and specify ways of accessing the resource's content.
| Method Summary | |
|---|---|
String
|
getBaseName()
Short name that concisely describes this resource |
String
|
getDisplayName()
Human readable name of this resource |
URI
|
getURI()
Uniform resource identifier that uniquely describes this resource |
| Method Detail |
|---|
public String getBaseName()
public String getDisplayName()
public URI getURI()
Gradle API 1.5