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
IOException
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
public BuildProperties getBuildProperties()
getBuildProperties
in interface EclipsePluginProject
Copyright © 2008–2022 Eclipse Foundation. All rights reserved.