Groovy Documentation

org.gradle.api.tasks.ide.eclipse
Class EclipseUtil

java.lang.Object
  org.gradle.api.tasks.ide.eclipse.EclipseUtil

class EclipseUtil

author:
Hans Dockter


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

EclipseUtil()


 
Method Detail

addFacet

public static void addFacet(Document document, java.lang.String facetType, Attribute attributes)


getDependsOnProjects

public static java.util.Set getDependsOnProjects(java.util.List projectDependencies)


getSortedStringList

public static java.util.List getSortedStringList(java.util.List pathList)


relativePath

public static java.lang.String relativePath(Project project, java.lang.Object path)


 

Groovy Documentation