Class EquinoxInstallationLaunchConfiguration
- java.lang.Object
-
- org.eclipse.sisu.equinox.launching.internal.EquinoxInstallationLaunchConfiguration
-
- All Implemented Interfaces:
LaunchConfiguration
public class EquinoxInstallationLaunchConfiguration extends Object implements LaunchConfiguration
Launch configuration for an Equinox installation in the standard Eclipse installation layout.
-
-
Constructor Summary
Constructors Constructor Description EquinoxInstallationLaunchConfiguration(File equinoxDirectory, List<String> programArguments)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static FilefindConfigurationArea(File location)static FilefindLauncherJar(File equinoxDirectory)Map<String,String>getEnvironment()StringgetJvmExecutable()FilegetLauncherJar()String[]getProgramArguments()String[]getVMArguments()FilegetWorkingDirectory()
-
-
-
Method Detail
-
getWorkingDirectory
public File getWorkingDirectory()
- Specified by:
getWorkingDirectoryin interfaceLaunchConfiguration
-
getJvmExecutable
public String getJvmExecutable()
- Specified by:
getJvmExecutablein interfaceLaunchConfiguration
-
getLauncherJar
public File getLauncherJar()
- Specified by:
getLauncherJarin interfaceLaunchConfiguration
-
getVMArguments
public String[] getVMArguments()
- Specified by:
getVMArgumentsin interfaceLaunchConfiguration
-
getProgramArguments
public String[] getProgramArguments()
- Specified by:
getProgramArgumentsin interfaceLaunchConfiguration
-
getEnvironment
public Map<String,String> getEnvironment()
- Specified by:
getEnvironmentin interfaceLaunchConfiguration
-
-