Package org.eclipse.cbi.mojo
Class TestPropertiesMojo.Plugin
- java.lang.Object
-
- org.eclipse.cbi.mojo.TestPropertiesMojo.Plugin
-
- Enclosing class:
- TestPropertiesMojo
private static class TestPropertiesMojo.Plugin extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private org.eclipse.tycho.core.osgitools.OsgiManifest
manifest
private TestPropertiesMojo.TestType
testType
-
Constructor Summary
Constructors Constructor Description Plugin(org.eclipse.tycho.core.osgitools.OsgiManifest manifest, TestPropertiesMojo.TestType testType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.eclipse.tycho.core.osgitools.OsgiManifest
getManifest()
TestPropertiesMojo.TestType
getTestType()
-
-
-
Field Detail
-
manifest
private final org.eclipse.tycho.core.osgitools.OsgiManifest manifest
-
testType
private final TestPropertiesMojo.TestType testType
-
-
Constructor Detail
-
Plugin
public Plugin(org.eclipse.tycho.core.osgitools.OsgiManifest manifest, TestPropertiesMojo.TestType testType)
-
-
Method Detail
-
getManifest
public org.eclipse.tycho.core.osgitools.OsgiManifest getManifest()
-
getTestType
public TestPropertiesMojo.TestType getTestType()
-
-