Class EclipseInstallationLayout
- java.lang.Object
-
- org.codehaus.plexus.logging.AbstractLogEnabled
-
- org.eclipse.tycho.core.osgitools.targetplatform.EclipseInstallationLayout
-
- All Implemented Interfaces:
org.codehaus.plexus.logging.LogEnabled
@Component(role=EclipseInstallationLayout.class, instantiationStrategy="per-lookup") public class EclipseInstallationLayout extends org.codehaus.plexus.logging.AbstractLogEnabled
Finds bundles in Eclipse installation. See http://wiki.eclipse.org/Equinox_p2_Getting_Started See http://mea-bloga.blogspot.com/2008/04/new-target-platform-preference.html- Author:
- igor
-
-
Constructor Summary
Constructors Constructor Description EclipseInstallationLayout()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Set<File>getFeatures(File site)Set<File>getInstalledPlugins()FilegetLocation()Set<File>getPlugins(File site)Set<File>getSites()voidsetLocation(File location)
-
-
-
Field Detail
-
PLUGINS
public static final String PLUGINS
- See Also:
- Constant Field Values
-
FEATURES
public static final String FEATURES
- See Also:
- Constant Field Values
-
-