Uses of Interface
org.eclipse.tycho.p2.target.facade.TargetDefinition
-
Packages that use TargetDefinition Package Description org.eclipse.tycho.p2.resolver org.eclipse.tycho.p2.target org.eclipse.tycho.p2.target.facade -
-
Uses of TargetDefinition in org.eclipse.tycho.p2.resolver
Classes in org.eclipse.tycho.p2.resolver that implement TargetDefinition Modifier and Type Class Description class
TargetDefinitionFile
-
Uses of TargetDefinition in org.eclipse.tycho.p2.target
Fields in org.eclipse.tycho.p2.target declared as TargetDefinition Modifier and Type Field Description (package private) TargetDefinition
TargetDefinitionResolverService.ResolutionArguments. definition
Methods in org.eclipse.tycho.p2.target with parameters of type TargetDefinition Modifier and Type Method Description TargetDefinitionContent
TargetDefinitionResolverService. getTargetDefinitionContent(TargetDefinition definition, java.util.List<TargetEnvironment> environments, ExecutionEnvironmentResolutionHints jreIUs, org.eclipse.equinox.p2.core.IProvisioningAgent agent)
TargetDefinitionContent
TargetDefinitionResolver. resolveContent(TargetDefinition definition)
(package private) TargetDefinitionContent
TargetDefinitionResolver. resolveContentWithExceptions(TargetDefinition definition)
Constructors in org.eclipse.tycho.p2.target with parameters of type TargetDefinition Constructor Description ResolutionArguments(TargetDefinition definition, java.util.List<TargetEnvironment> environments, ExecutionEnvironmentResolutionHints jreIUs, org.eclipse.equinox.p2.core.IProvisioningAgent agent)
-
Uses of TargetDefinition in org.eclipse.tycho.p2.target.facade
Fields in org.eclipse.tycho.p2.target.facade with type parameters of type TargetDefinition Modifier and Type Field Description private java.util.List<TargetDefinition>
TargetPlatformConfigurationStub. targetDefinitions
Methods in org.eclipse.tycho.p2.target.facade that return types with arguments of type TargetDefinition Modifier and Type Method Description java.util.List<TargetDefinition>
TargetPlatformConfigurationStub. getTargetDefinitions()
Methods in org.eclipse.tycho.p2.target.facade with parameters of type TargetDefinition Modifier and Type Method Description void
TargetPlatformConfigurationStub. addTargetDefinition(TargetDefinition definition)
-