public class EclipsePluginProjectImpl extends Object implements EclipsePluginProject
| Constructor and Description |
|---|
EclipsePluginProjectImpl(ReactorProject project,
BuildPropertiesParser buildPropertiesParser) |
| Modifier and Type | Method and Description |
|---|---|
BuildProperties |
getBuildProperties() |
BuildOutputJar |
getDotOutputJar() |
ReactorProject |
getMavenProject() |
Map<String,BuildOutputJar> |
getOutputJarMap() |
List<BuildOutputJar> |
getOutputJars() |
public EclipsePluginProjectImpl(ReactorProject project, BuildPropertiesParser buildPropertiesParser) throws IOException
IOExceptionpublic 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 EclipsePluginProjectpublic BuildProperties getBuildProperties()
getBuildProperties in interface EclipsePluginProjectCopyright © 2008-2013 Eclipse Foundation. All Rights Reserved.