public class EclipseWuff
extends java.lang.Object
| Constructor and Description |
|---|
EclipseWuff(org.gradle.api.Project project)
Wraps up the Wuff-downloaded eclipses.
|
| Modifier and Type | Method and Description |
|---|---|
java.io.File |
getDeltaPackDir()
Returns a directory containing a delta pack.
|
java.io.File |
getEclipseConsoleExecutable()
Returns the eclipse console executable.
|
java.io.File |
getEclipseExecutable()
Returns the eclipse GUI executable.
|
java.io.File |
getSdkDir()
Returns the SDK directory for this version for this OS.
|
java.io.File |
getSdkFile(java.lang.String subPath)
Returns the given path within the SDK.
|
java.lang.String |
getVersion()
Returns the version for this Eclipse instance.
|
public EclipseWuff(org.gradle.api.Project project)
public java.lang.String getVersion()
public java.io.File getSdkDir()
public java.io.File getSdkFile(java.lang.String subPath)
public java.io.File getDeltaPackDir()
public java.io.File getEclipseExecutable()
public java.io.File getEclipseConsoleExecutable()