Package | Description |
---|---|
org.eclipse.tycho.compiler | |
org.eclipse.tycho.core.maven | |
org.eclipse.tycho.surefire |
Modifier and Type | Field and Description |
---|---|
private ToolchainProvider.JDKUsage |
AbstractOsgiCompilerMojo.useJDK
Which JDK to use for compilation.
|
Modifier and Type | Method and Description |
---|---|
static ToolchainProvider.JDKUsage |
ToolchainProvider.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.
|
Modifier and Type | Field and Description |
---|---|
private ToolchainProvider.JDKUsage |
TestMojo.useJDK
Which JDK to use for executing tests.
|