|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.gradle.plugins.ide.idea.model.PathFactory
class PathFactory
Method Summary | |
---|---|
PathFactory
|
addPathVariable(String name, File dir)
|
FilePath
|
path(File file)
Creates a path for the given file. |
Path
|
path(String url)
Creates a path for the given URL. |
Path
|
path(String url, String relPath)
Creates a path for the given URL. |
FilePath
|
relativePath(String pathVar, File file)
Creates a path relative to the given path variable. |
Methods inherited from class Object | |
---|---|
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
Method Detail |
---|
PathFactory addPathVariable(String name, File dir)
FilePath path(File file)
Path path(String url)
Path path(String url, String relPath)
FilePath relativePath(String pathVar, File file)
Gradle API 1.12