|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.gradle.api.tasks.ide.eclipse.EclipseUtil
class EclipseUtil
| Constructor Summary | |
EclipseUtil()
|
|
| Method Summary | |
|---|---|
static void
|
addFacet(Document document, java.lang.String facetType, Attribute attributes)
|
static java.util.Set
|
getDependsOnProjects(java.util.List projectDependencies)
|
static java.util.List
|
getSortedStringList(java.util.List pathList)
|
static java.lang.String
|
relativePath(Project project, java.lang.Object path)
|
| Methods inherited from class java.lang.Object | |
|---|---|
| wait, wait, wait, hashCode, getClass, equals, toString, notify, notifyAll |
| Constructor Detail |
|---|
EclipseUtil()
| Method Detail |
|---|
public static void addFacet(Document document, java.lang.String facetType, Attribute attributes)
public static java.util.Set getDependsOnProjects(java.util.List projectDependencies)
public static java.util.List getSortedStringList(java.util.List pathList)
public static java.lang.String relativePath(Project project, java.lang.Object path)
Groovy Documentation