org.codehaus.tycho.osgitest
Class TestEclipseRuntime

java.lang.Object
  extended by org.codehaus.plexus.logging.AbstractLogEnabled
      extended by org.codehaus.tycho.osgitest.TestEclipseRuntime
All Implemented Interfaces:
org.codehaus.plexus.logging.LogEnabled

public class TestEclipseRuntime
extends org.codehaus.plexus.logging.AbstractLogEnabled


Constructor Summary
TestEclipseRuntime()
           
 
Method Summary
 void addBundle(org.codehaus.tycho.ArtifactDescription artifact)
           
 void addBundle(org.codehaus.tycho.ArtifactKey key, java.io.File file)
           
 void addBundle(java.io.File file, boolean override)
           
 void addBundleStartLevel(BundleStartLevel level)
           
 void addFrameworkExtensions(java.util.Collection<java.io.File> frameworkExtensions)
           
 void create()
           
 org.codehaus.tycho.ArtifactDescription getBundle(java.lang.String symbolicName, java.lang.String highestVersion)
           
 java.io.File getLocation()
           
 java.util.Properties getProperties()
           
 java.lang.String getProperty(java.lang.String key)
           
 org.codehaus.tycho.ArtifactDescription getSystemBundle()
           
 void setBundlesToExplode(java.util.List<java.lang.String> bundlesToExplode)
           
 void setLocation(java.io.File location)
           
 void setPlexusContainer(org.codehaus.plexus.PlexusContainer plexus)
           
 
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
 

Constructor Detail

TestEclipseRuntime

public TestEclipseRuntime()
Method Detail

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.