public class EclipsePluginProjectImpl extends Object implements EclipsePluginProject
| Constructor and Description |
|---|
EclipsePluginProjectImpl(ReactorProject project) |
| Modifier and Type | Method and Description |
|---|---|
Properties |
getBuildProperties()
http://help.eclipse.org/ganymede/index.jsp?topic=/org.eclipse.pde.doc.user/reference/
pde_feature_generating_build.htm
|
BuildOutputJar |
getDotOutputJar() |
ReactorProject |
getMavenProject() |
Map<String,BuildOutputJar> |
getOutputJarMap() |
List<BuildOutputJar> |
getOutputJars() |
public EclipsePluginProjectImpl(ReactorProject project) throws IOException
IOExceptionpublic Properties getBuildProperties()
EclipsePluginProjectgetBuildProperties in interface EclipsePluginProjectpublic ReactorProject getMavenProject()
getMavenProject in interface EclipsePluginProjectpublic List<BuildOutputJar> getOutputJars()
getOutputJars in interface EclipsePluginProjectpublic BuildOutputJar getDotOutputJar()
getDotOutputJar in interface EclipsePluginProjectpublic Map<String,BuildOutputJar> getOutputJarMap()
getOutputJarMap in interface EclipsePluginProjectCopyright © 2008-2012 Eclipse Foundation. All Rights Reserved.