Groovy Documentation

org.akhikhl.gretty
[Groovy] Class ProjectUtils

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

final class ProjectUtils

Nested Class Summary
static class ProjectUtils.RealmInfo

 
Method Summary
static FileCollection getClassPath(Project project, boolean inplace)

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

static java.lang.String getContextPath(Project project)

static java.io.File getFinalWarPath(Project project)

static java.util.Map getInitParameters(Project project)

static ProjectUtils.RealmInfo getRealmInfo(Project project)

static void prepareExplodedWebAppFolder(Project project)

static void prepareInplaceWebAppFolder(Project project)

 
Methods inherited from class java.lang.Object
java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#wait(), 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

getClassPath

static FileCollection getClassPath(Project project, boolean inplace)


getClassPath_

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


getContextPath

static java.lang.String getContextPath(Project project)


getFinalWarPath

static java.io.File getFinalWarPath(Project project)


getInitParameters

static java.util.Map getInitParameters(Project project)


getRealmInfo

static ProjectUtils.RealmInfo getRealmInfo(Project project)


prepareExplodedWebAppFolder

static void prepareExplodedWebAppFolder(Project project)


prepareInplaceWebAppFolder

static void prepareInplaceWebAppFolder(Project project)


 

Groovy Documentation