Uses of Class
org.eclipse.tycho.core.TargetPlatformConfiguration
-
Packages that use TargetPlatformConfiguration Package Description org.eclipse.tycho.core.resolver org.eclipse.tycho.core.utils -
-
Uses of TargetPlatformConfiguration in org.eclipse.tycho.core.resolver
Methods in org.eclipse.tycho.core.resolver that return TargetPlatformConfiguration Modifier and Type Method Description TargetPlatformConfiguration
DefaultTargetPlatformConfigurationReader. getTargetPlatformConfiguration(org.apache.maven.execution.MavenSession session, org.apache.maven.project.MavenProject project)
Methods in org.eclipse.tycho.core.resolver with parameters of type TargetPlatformConfiguration Modifier and Type Method Description protected void
DefaultTargetPlatformConfigurationReader. addTargetArtifact(TargetPlatformConfiguration result, org.apache.maven.execution.MavenSession session, org.apache.maven.project.MavenProject project, org.codehaus.plexus.util.xml.Xpp3Dom artifactDom)
protected void
DefaultTargetPlatformConfigurationReader. readExtraRequirements(TargetPlatformConfiguration result, org.codehaus.plexus.util.xml.Xpp3Dom resolverDom)
-
Uses of TargetPlatformConfiguration in org.eclipse.tycho.core.utils
Methods in org.eclipse.tycho.core.utils that return TargetPlatformConfiguration Modifier and Type Method Description static TargetPlatformConfiguration
TychoProjectUtils. getTargetPlatformConfiguration(org.apache.maven.project.MavenProject project)
Returns theTargetPlatformConfiguration
instance associated with the given project.
-