Uses of Class
org.eclipse.tycho.core.maven.ToolchainProvider.JDKUsage
-
Packages that use ToolchainProvider.JDKUsage Package Description org.eclipse.tycho.compiler org.eclipse.tycho.core.maven org.eclipse.tycho.surefire -
-
Uses of ToolchainProvider.JDKUsage in org.eclipse.tycho.compiler
Fields in org.eclipse.tycho.compiler declared as ToolchainProvider.JDKUsage Modifier and Type Field Description private ToolchainProvider.JDKUsageAbstractOsgiCompilerMojo. useJDKWhich JDK to use for compilation. -
Uses of ToolchainProvider.JDKUsage in org.eclipse.tycho.core.maven
Methods in org.eclipse.tycho.core.maven that return ToolchainProvider.JDKUsage Modifier and Type Method Description static ToolchainProvider.JDKUsageToolchainProvider.JDKUsage. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ToolchainProvider.JDKUsage[]ToolchainProvider.JDKUsage. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ToolchainProvider.JDKUsage in org.eclipse.tycho.surefire
Fields in org.eclipse.tycho.surefire declared as ToolchainProvider.JDKUsage Modifier and Type Field Description private ToolchainProvider.JDKUsageTestMojo. useJDKWhich JDK to use for executing tests.
-