|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | PROPERTY | CONSTR | METHOD | DETAIL: FIELD | PROPERTY | CONSTR | METHOD |
java.lang.Object org.gradle.plugins.ide.idea.model.Path
class Path
Represents a path in a format as used often in ipr and iml files.
Property Summary | |
---|---|
String |
canonicalUrl
Canonical url. |
String |
relPath
The relative path of the path. |
String |
url
The url of the path. |
Constructor Summary | |
Path(String url)
|
|
Path(String url, String canonicalUrl, String relPath)
|
Method Summary | |
---|---|
boolean
|
equals(def o)
|
int
|
hashCode()
|
String
|
toString()
|
Methods inherited from class Object | |
---|---|
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
Property Detail |
---|
final String canonicalUrl
final String relPath
final String url
Constructor Detail |
---|
Path(String url)
Path(String url, String canonicalUrl, String relPath)
Method Detail |
---|
boolean equals(def o)
int hashCode()
String toString()
Gradle API 1.12