public class TychoProjectUtils extends Object
Constructor and Description |
---|
TychoProjectUtils() |
Modifier and Type | Method and Description |
---|---|
static DependencyArtifacts |
getDependencyArtifacts(org.apache.maven.project.MavenProject project)
Returns the
DependencyArtifacts instance associated with the given project. |
static ExecutionEnvironmentConfiguration |
getExecutionEnvironmentConfiguration(org.apache.maven.project.MavenProject project) |
static TargetPlatform |
getTargetPlatform(org.apache.maven.project.MavenProject project) |
static TargetPlatformConfiguration |
getTargetPlatformConfiguration(org.apache.maven.project.MavenProject project)
Returns the
TargetPlatformConfiguration instance associated with the given project. |
public static DependencyArtifacts getDependencyArtifacts(org.apache.maven.project.MavenProject project) throws IllegalStateException
DependencyArtifacts
instance associated with the given project.project
- a Tycho projectnull
IllegalStateException
- if the given project does not have the resolved project dependencies storedpublic static TargetPlatformConfiguration getTargetPlatformConfiguration(org.apache.maven.project.MavenProject project) throws IllegalStateException
TargetPlatformConfiguration
instance associated with the given project.project
- a Tycho projectnull
IllegalStateException
- if the given project does not have an associated target platform configurationpublic static TargetPlatform getTargetPlatform(org.apache.maven.project.MavenProject project)
public static ExecutionEnvironmentConfiguration getExecutionEnvironmentConfiguration(org.apache.maven.project.MavenProject project)
Copyright © 2008–2014 Eclipse Foundation. All rights reserved.