public class EclipseWuff extends Object
Represents an Eclipse which was downloaded by WUFF. Assumes that the VER_ECLIPSE property is set.
| Constructor and Description |
|---|
EclipseWuff(Project project)
Wraps up the Wuff-downloaded eclipses.
|
| Modifier and Type | Method and Description |
|---|---|
File |
getDeltaPackDir()
Returns a directory containing a delta pack.
|
File |
getEclipseConsoleExecutable()
Returns the eclipse console executable.
|
File |
getEclipseExecutable()
Returns the eclipse GUI executable.
|
File |
getSdkDir()
Returns the SDK directory for this version for this OS.
|
File |
getSdkFile(String subPath)
Returns the given path within the SDK.
|
String |
getVersion()
Returns the version for this Eclipse instance.
|
org.osgi.framework.Version |
getVersionOsgi()
Returns the version for this Eclipse instance.
|
public EclipseWuff(Project project)
Wraps up the Wuff-downloaded eclipses.
public String getVersion()
Returns the version for this Eclipse instance.
public org.osgi.framework.Version getVersionOsgi()
Returns the version for this Eclipse instance.
public File getSdkDir()
Returns the SDK directory for this version for this OS.
public File getDeltaPackDir()
Returns a directory containing a delta pack.
public File getEclipseExecutable()
Returns the eclipse GUI executable.
public File getEclipseConsoleExecutable()
Returns the eclipse console executable.