Package org.eclipse.tycho.core.resolver
Class DefaultTargetPlatformConfigurationReader
- java.lang.Object
-
- org.eclipse.tycho.core.resolver.DefaultTargetPlatformConfigurationReader
-
@Component(role=DefaultTargetPlatformConfigurationReader.class) public class DefaultTargetPlatformConfigurationReader extends Object
-
-
Constructor Summary
Constructors Constructor Description DefaultTargetPlatformConfigurationReader()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
addTargetArtifact(TargetPlatformConfiguration result, org.apache.maven.execution.MavenSession session, org.apache.maven.project.MavenProject project, org.codehaus.plexus.util.xml.Xpp3Dom artifactDom)
protected TargetEnvironment
getDeprecatedTargetEnvironment(org.codehaus.plexus.util.xml.Xpp3Dom configuration)
TargetPlatformConfiguration
getTargetPlatformConfiguration(org.apache.maven.execution.MavenSession session, org.apache.maven.project.MavenProject project)
protected void
readExtraRequirements(TargetPlatformConfiguration result, org.codehaus.plexus.util.xml.Xpp3Dom resolverDom)
-
-
-
Method Detail
-
getTargetPlatformConfiguration
public TargetPlatformConfiguration getTargetPlatformConfiguration(org.apache.maven.execution.MavenSession session, org.apache.maven.project.MavenProject project) throws BuildFailureException
- Throws:
BuildFailureException
-
readExtraRequirements
protected void readExtraRequirements(TargetPlatformConfiguration result, org.codehaus.plexus.util.xml.Xpp3Dom resolverDom) throws BuildFailureException
- Throws:
BuildFailureException
-
getDeprecatedTargetEnvironment
protected TargetEnvironment getDeprecatedTargetEnvironment(org.codehaus.plexus.util.xml.Xpp3Dom configuration) throws TargetPlatformConfigurationException
-
addTargetArtifact
protected void addTargetArtifact(TargetPlatformConfiguration result, org.apache.maven.execution.MavenSession session, org.apache.maven.project.MavenProject project, org.codehaus.plexus.util.xml.Xpp3Dom artifactDom)
-
-