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
IOException
public Properties getBuildProperties()
EclipsePluginProject
getBuildProperties
in interface EclipsePluginProject
public ReactorProject getMavenProject()
getMavenProject
in interface EclipsePluginProject
public List<BuildOutputJar> getOutputJars()
getOutputJars
in interface EclipsePluginProject
public BuildOutputJar getDotOutputJar()
getDotOutputJar
in interface EclipsePluginProject
public Map<String,BuildOutputJar> getOutputJarMap()
getOutputJarMap
in interface EclipsePluginProject
Copyright © 2008-2012 Eclipse Foundation. All Rights Reserved.