org.codehaus.tycho.osgitest
Class TestEclipseRuntime
java.lang.Object
org.codehaus.plexus.logging.AbstractLogEnabled
org.codehaus.tycho.osgitest.TestEclipseRuntime
- All Implemented Interfaces:
- org.codehaus.plexus.logging.LogEnabled
public class TestEclipseRuntime
- extends org.codehaus.plexus.logging.AbstractLogEnabled
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 |
TestEclipseRuntime
public TestEclipseRuntime()
getProperties
public java.util.Properties getProperties()
getProperty
public java.lang.String getProperty(java.lang.String key)
create
public void create()
getLocation
public java.io.File getLocation()
setLocation
public void setLocation(java.io.File location)
getBundle
public org.codehaus.tycho.ArtifactDescription getBundle(java.lang.String symbolicName,
java.lang.String highestVersion)
getSystemBundle
public org.codehaus.tycho.ArtifactDescription getSystemBundle()
setPlexusContainer
public void setPlexusContainer(org.codehaus.plexus.PlexusContainer plexus)
setBundlesToExplode
public void setBundlesToExplode(java.util.List<java.lang.String> bundlesToExplode)
addBundleStartLevel
public void addBundleStartLevel(BundleStartLevel level)
addFrameworkExtensions
public void addFrameworkExtensions(java.util.Collection<java.io.File> frameworkExtensions)
addBundle
public void addBundle(java.io.File file,
boolean override)
addBundle
public void addBundle(org.codehaus.tycho.ArtifactDescription artifact)
addBundle
public void addBundle(org.codehaus.tycho.ArtifactKey key,
java.io.File file)
Copyright © 2008-2011. All Rights Reserved.