Holds configuration-dependent settings for the plug-ins.
| Type | Name and description |
|---|---|
static java.lang.Object |
exposePublicConstantsFor(org.gradle.api.Project project)Sets some constants in the target project's build script. |
static java.lang.String |
getArch()Returns the Eclipse runtime abbreviation of the architecture. |
static java.lang.String |
getGradleTaskGroupName()Returns the group name of all tasks that contribute to the Eclipse Plugin build. |
java.io.File |
getMavenizedTargetPlatformDir() |
java.io.File |
getNonMavenizedTargetPlatformDir() |
static java.lang.String |
getOs()Returns the Eclipse runtime abbreviation of the operating system. |
java.io.File |
getP2TargetPlatformDir() |
java.io.File |
getRootNonMavenizedTargetPlatformDir() |
java.io.File |
getTargetPlatformDir() |
java.io.File |
getTargetPlatformsDir() |
java.io.File |
getWorkspace() |
static java.lang.String |
getWs()Return the Eclipse runtime abbreviation of the windowing system. |
static Config |
on(org.gradle.api.Project project) |
| Methods inherited from class | Name |
|---|---|
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() |
Sets some constants in the target project's build script.
Returns the Eclipse runtime abbreviation of the architecture. http://help.eclipse.org/indigo/topic/org.eclipse.platform.doc.isv/reference/misc/runtime-options.html
Returns the group name of all tasks that contribute to the Eclipse Plugin build.
gradle tasksReturns the Eclipse runtime abbreviation of the operating system. http://help.eclipse.org/indigo/topic/org.eclipse.platform.doc.isv/reference/misc/runtime-options.html
Return the Eclipse runtime abbreviation of the windowing system. http://help.eclipse.org/indigo/topic/org.eclipse.platform.doc.isv/reference/misc/runtime-options.html