Package com.diffplug.gradle.oomph
Class InstalledJreAdderInternal
- java.lang.Object
-
- com.diffplug.gradle.osgi.OsgiExecable.ReflectionClient<Host>
-
- com.diffplug.gradle.oomph.SetupAction.Internal<InstalledJreAdder>
-
- com.diffplug.gradle.oomph.InstalledJreAdderInternal
-
- All Implemented Interfaces:
Runnable
public class InstalledJreAdderInternal extends SetupAction.Internal<InstalledJreAdder>
-
-
Field Summary
-
Fields inherited from class com.diffplug.gradle.osgi.OsgiExecable.ReflectionClient
host
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected org.eclipse.jdt.launching.IVMInstall
addInstalledJre(org.eclipse.jdt.launching.IVMInstallType type, InstalledJre jreToAdd)
protected void
linkWithExecutionEnvironments(org.eclipse.jdt.launching.IVMInstall installedVm, InstalledJre jreToAdd)
protected void
runWithinEclipse()
-
Methods inherited from class com.diffplug.gradle.oomph.SetupAction.Internal
run
-
-
-
-
Method Detail
-
runWithinEclipse
protected void runWithinEclipse() throws Throwable
- Specified by:
runWithinEclipse
in classSetupAction.Internal<InstalledJreAdder>
- Throws:
Throwable
-
addInstalledJre
protected org.eclipse.jdt.launching.IVMInstall addInstalledJre(org.eclipse.jdt.launching.IVMInstallType type, InstalledJre jreToAdd) throws Exception
- Throws:
Exception
-
linkWithExecutionEnvironments
protected void linkWithExecutionEnvironments(org.eclipse.jdt.launching.IVMInstall installedVm, InstalledJre jreToAdd)
-
-