Package org.eclipse.tycho.core.osgitools
Class OsgiTestBundleProject
- java.lang.Object
-
- org.codehaus.plexus.logging.AbstractLogEnabled
-
- org.eclipse.tycho.core.osgitools.AbstractTychoProject
-
- org.eclipse.tycho.core.osgitools.OsgiBundleProject
-
- org.eclipse.tycho.core.osgitools.OsgiTestBundleProject
-
- All Implemented Interfaces:
org.codehaus.plexus.logging.LogEnabled
,BundleProject
,TychoProject
@Component(role=TychoProject.class, hint="eclipse-test-plugin") public class OsgiTestBundleProject extends OsgiBundleProject
-
-
Constructor Summary
Constructors Constructor Description OsgiTestBundleProject()
-
Method Summary
-
Methods inherited from class org.eclipse.tycho.core.osgitools.OsgiBundleProject
getArtifact, getArtifactKey, getBootClasspathExtraAccessRules, getClasspath, getDependencyWalker, getDependencyWalker, getEclipsePluginProject, getImplicitTargetEnvironment, getManifestValue, readArtifactKey, readExecutionEnvironmentConfiguration, resolveClassPath, setupProject
-
Methods inherited from class org.eclipse.tycho.core.osgitools.AbstractTychoProject
checkForMissingDependencies, getDependencyArtifacts, getDependencyArtifacts, getEnvironments, overrideToAtLeastJavaSE16, setDependencyArtifacts
-
Methods inherited from class org.codehaus.plexus.logging.AbstractLogEnabled
enableLogging, getLogger, setupLogger, setupLogger, setupLogger
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.eclipse.tycho.core.TychoProject
getDependencyArtifacts, getDependencyArtifacts
-
-