org.eclipse.sisu.equinox.launching.internal
Class DefaultEquinoxInstallationFactory
java.lang.Object
org.eclipse.sisu.equinox.launching.internal.DefaultEquinoxInstallationFactory
- All Implemented Interfaces:
- EquinoxInstallationFactory
@Component(role=EquinoxInstallationFactory.class)
public class DefaultEquinoxInstallationFactory
- extends Object
- implements EquinoxInstallationFactory
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultEquinoxInstallationFactory
public DefaultEquinoxInstallationFactory()
createInstallation
public EquinoxInstallation createInstallation(EquinoxInstallationDescription description,
File location)
- Specified by:
createInstallation in interface EquinoxInstallationFactory
unpack
protected void unpack(File source,
File destination)
toOsgiBundles
protected String toOsgiBundles(Map<org.eclipse.tycho.ArtifactKey,File> bundles,
Map<String,BundleStartLevel> startLevel)
throws IOException
- Throws:
IOException
Copyright © 2008-2013 Eclipse Foundation. All Rights Reserved.