@groovy.transform.CompileStatic class ClasspathUtils extends java.lang.Object
Builds the classpaths used by the Grails command and reporting tasks.
| Constructor and description |
|---|
ClasspathUtils() |
| Type Params | Return Type | Name and description |
|---|---|---|
|
static FileCollection |
buildClasspath(Project project, Configuration[] configurations) |
|
static FileCollection |
buildClasspath(Project project, java.lang.String[] configurationNames) |
|
static FileCollection |
resolveClassesDirs(SourceSetOutput output, Project project) |
| Methods inherited from class | Name |
|---|---|
class java.lang.Object |
java.lang.Object#equals(java.lang.Object), java.lang.Object#getClass(), java.lang.Object#hashCode(), java.lang.Object#notify(), java.lang.Object#notifyAll(), java.lang.Object#toString(), java.lang.Object#wait(), java.lang.Object#wait(long), java.lang.Object#wait(long, int) |