| Package | Description |
|---|---|
| org.eclipse.cbi.mojo |
| Modifier and Type | Field and Description |
|---|---|
private TestPropertiesMojo.TestType |
TestPropertiesMojo.Plugin.testType |
| Modifier and Type | Method and Description |
|---|---|
TestPropertiesMojo.TestType |
TestPropertiesMojo.Plugin.getTestType() |
private static TestPropertiesMojo.TestType |
TestPropertiesMojo.getTestType(java.io.File plugin) |
static TestPropertiesMojo.TestType |
TestPropertiesMojo.TestType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TestPropertiesMojo.TestType[] |
TestPropertiesMojo.TestType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
Plugin(org.eclipse.tycho.core.osgitools.OsgiManifest manifest,
TestPropertiesMojo.TestType testType) |