Uses of Class
org.eclipse.tycho.core.TargetPlatformConfiguration.PomDependencies
-
Packages that use TargetPlatformConfiguration.PomDependencies Package Description org.eclipse.tycho.core org.eclipse.tycho.p2.resolver org.eclipse.tycho.target -
-
Uses of TargetPlatformConfiguration.PomDependencies in org.eclipse.tycho.core
Fields in org.eclipse.tycho.core declared as TargetPlatformConfiguration.PomDependencies Modifier and Type Field Description private TargetPlatformConfiguration.PomDependencies
TargetPlatformConfiguration. pomDependencies
Methods in org.eclipse.tycho.core that return TargetPlatformConfiguration.PomDependencies Modifier and Type Method Description TargetPlatformConfiguration.PomDependencies
TargetPlatformConfiguration. getPomDependencies()
static TargetPlatformConfiguration.PomDependencies
TargetPlatformConfiguration.PomDependencies. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static TargetPlatformConfiguration.PomDependencies[]
TargetPlatformConfiguration.PomDependencies. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.eclipse.tycho.core with parameters of type TargetPlatformConfiguration.PomDependencies Modifier and Type Method Description void
TargetPlatformConfiguration. setPomDependencies(TargetPlatformConfiguration.PomDependencies pomDependencies)
-
Uses of TargetPlatformConfiguration.PomDependencies in org.eclipse.tycho.p2.resolver
Methods in org.eclipse.tycho.p2.resolver with parameters of type TargetPlatformConfiguration.PomDependencies Modifier and Type Method Description private PomDependencyCollector
P2DependencyResolver. collectPomDependencies(org.apache.maven.project.MavenProject project, java.util.List<ReactorProject> reactorProjects, org.apache.maven.execution.MavenSession session, TargetPlatformConfiguration.PomDependencies pomDependencies)
-
Uses of TargetPlatformConfiguration.PomDependencies in org.eclipse.tycho.target
Fields in org.eclipse.tycho.target declared as TargetPlatformConfiguration.PomDependencies Modifier and Type Field Description private TargetPlatformConfiguration.PomDependencies
TargetPlatformConfigurationMojo. pomDependencies
Defines which strategy to apply to Maven dependencies.
-