Groovy Documentation

org.akhikhl.gretty
[Groovy] Class ProjectUtils

java.lang.Object
  org.akhikhl.gretty.ProjectUtils

final class ProjectUtils

Method Summary
static java.util.List collectFilesInOutput(Project project, java.lang.Object filePattern, boolean searchOverlays = true)

static java.io.File findFileInOutput(Project project, java.lang.Object filePattern, boolean searchOverlays = true)

static java.util.Set getClassPath(Project project, boolean inplace)

static java.lang.String getContextPath(Project project)

static java.util.List getFastReload(Project project, java.util.List fastReloads = null)

static java.io.File getFinalWarPath(Project project)

static void prepareExplodedWebAppFolder(Project project)

static void prepareInplaceWebAppFolder(Project project)

static java.util.List resolveFile(Project project, java.lang.Object file)

static java.io.File resolveSingleFile(Project project, java.lang.Object file)

 
Methods inherited from class java.lang.Object
java.lang.Object#wait(), java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll()
 

Method Detail

collectFilesInOutput

static java.util.List collectFilesInOutput(Project project, java.lang.Object filePattern, boolean searchOverlays = true)


findFileInOutput

static java.io.File findFileInOutput(Project project, java.lang.Object filePattern, boolean searchOverlays = true)


getClassPath

static java.util.Set getClassPath(Project project, boolean inplace)


getContextPath

static java.lang.String getContextPath(Project project)


getFastReload

static java.util.List getFastReload(Project project, java.util.List fastReloads = null)


getFinalWarPath

static java.io.File getFinalWarPath(Project project)


prepareExplodedWebAppFolder

static void prepareExplodedWebAppFolder(Project project)


prepareInplaceWebAppFolder

static void prepareInplaceWebAppFolder(Project project)


resolveFile

static java.util.List resolveFile(Project project, java.lang.Object file)


resolveSingleFile

static java.io.File resolveSingleFile(Project project, java.lang.Object file)


 

Groovy Documentation