public class EquinoxLaunchConfiguration extends Object implements org.eclipse.tycho.launching.LaunchConfiguration
| Constructor and Description |
|---|
EquinoxLaunchConfiguration(EquinoxInstallation installation) |
| Modifier and Type | Method and Description |
|---|---|
void |
addEnvironmentVariables(Map<String,String> variables) |
void |
addProgramArguments(String... args) |
void |
addVMArguments(String... vmargs) |
Map<String,String> |
getEnvironment() |
String |
getJvmExecutable() |
File |
getLauncherJar() |
String[] |
getProgramArguments() |
String[] |
getVMArguments() |
File |
getWorkingDirectory() |
void |
setJvmExecutable(String jvmExecutable) |
void |
setWorkingDirectory(File workingDirectory) |
public EquinoxLaunchConfiguration(EquinoxInstallation installation)
public Map<String,String> getEnvironment()
getEnvironment in interface org.eclipse.tycho.launching.LaunchConfigurationpublic void setJvmExecutable(String jvmExecutable)
public String getJvmExecutable()
getJvmExecutable in interface org.eclipse.tycho.launching.LaunchConfigurationpublic void setWorkingDirectory(File workingDirectory)
public File getWorkingDirectory()
getWorkingDirectory in interface org.eclipse.tycho.launching.LaunchConfigurationpublic void addProgramArguments(String... args)
public String[] getProgramArguments()
getProgramArguments in interface org.eclipse.tycho.launching.LaunchConfigurationpublic void addVMArguments(String... vmargs)
public String[] getVMArguments()
getVMArguments in interface org.eclipse.tycho.launching.LaunchConfigurationpublic File getLauncherJar()
getLauncherJar in interface org.eclipse.tycho.launching.LaunchConfigurationCopyright © 2008-2018 Eclipse Foundation. All Rights Reserved.