Class EclipsePluginProjectImpl
- java.lang.Object
-
- org.eclipse.tycho.core.osgitools.project.EclipsePluginProjectImpl
-
- All Implemented Interfaces:
EclipsePluginProject
public class EclipsePluginProjectImpl extends Object implements EclipsePluginProject
-
-
Constructor Summary
Constructors Constructor Description EclipsePluginProjectImpl(ReactorProject project, BuildPropertiesParser buildPropertiesParser)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BuildProperties
getBuildProperties()
BuildOutputJar
getDotOutputJar()
ReactorProject
getMavenProject()
Map<String,BuildOutputJar>
getOutputJarMap()
List<BuildOutputJar>
getOutputJars()
-
-
-
Constructor Detail
-
EclipsePluginProjectImpl
public EclipsePluginProjectImpl(ReactorProject project, BuildPropertiesParser buildPropertiesParser) throws IOException
- Throws:
IOException
-
-
Method Detail
-
getMavenProject
public ReactorProject getMavenProject()
- Specified by:
getMavenProject
in interfaceEclipsePluginProject
-
getOutputJars
public List<BuildOutputJar> getOutputJars()
- Specified by:
getOutputJars
in interfaceEclipsePluginProject
-
getDotOutputJar
public BuildOutputJar getDotOutputJar()
- Specified by:
getDotOutputJar
in interfaceEclipsePluginProject
-
getOutputJarMap
public Map<String,BuildOutputJar> getOutputJarMap()
- Specified by:
getOutputJarMap
in interfaceEclipsePluginProject
-
getBuildProperties
public BuildProperties getBuildProperties()
- Specified by:
getBuildProperties
in interfaceEclipsePluginProject
-
-