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 TargetPlatformConfigurationDefaultTargetPlatformConfigurationReader. 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 voidDefaultTargetPlatformConfigurationReader. addTargetArtifact(TargetPlatformConfiguration result, org.apache.maven.execution.MavenSession session, org.apache.maven.project.MavenProject project, org.codehaus.plexus.util.xml.Xpp3Dom artifactDom)protected voidDefaultTargetPlatformConfigurationReader. 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 TargetPlatformConfigurationTychoProjectUtils. getTargetPlatformConfiguration(org.apache.maven.project.MavenProject project)Returns theTargetPlatformConfigurationinstance associated with the given project.
-