public class EquinoxInstallationLaunchConfiguration extends Object implements org.eclipse.tycho.launching.LaunchConfiguration
| Constructor and Description |
|---|
EquinoxInstallationLaunchConfiguration(File equinoxDirectory,
List<String> programArguments) |
| Modifier and Type | Method and Description |
|---|---|
static File |
findConfigurationArea(File location) |
static File |
findLauncherJar(File equinoxDirectory) |
Map<String,String> |
getEnvironment() |
String |
getJvmExecutable() |
File |
getLauncherJar() |
String[] |
getProgramArguments() |
String[] |
getVMArguments() |
File |
getWorkingDirectory() |
public File getWorkingDirectory()
getWorkingDirectory in interface org.eclipse.tycho.launching.LaunchConfigurationpublic String getJvmExecutable()
getJvmExecutable in interface org.eclipse.tycho.launching.LaunchConfigurationpublic File getLauncherJar()
getLauncherJar in interface org.eclipse.tycho.launching.LaunchConfigurationpublic String[] getVMArguments()
getVMArguments in interface org.eclipse.tycho.launching.LaunchConfigurationpublic String[] getProgramArguments()
getProgramArguments in interface org.eclipse.tycho.launching.LaunchConfigurationCopyright © 2008-2015 Eclipse Foundation. All Rights Reserved.