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 classTargetDefinitionFile -
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) TargetDefinitionTargetDefinitionResolverService.ResolutionArguments. definitionMethods in org.eclipse.tycho.p2.target with parameters of type TargetDefinition Modifier and Type Method Description TargetDefinitionContentTargetDefinitionResolverService. getTargetDefinitionContent(TargetDefinition definition, java.util.List<TargetEnvironment> environments, ExecutionEnvironmentResolutionHints jreIUs, org.eclipse.equinox.p2.core.IProvisioningAgent agent)TargetDefinitionContentTargetDefinitionResolver. resolveContent(TargetDefinition definition)(package private) TargetDefinitionContentTargetDefinitionResolver. 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. targetDefinitionsMethods 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 voidTargetPlatformConfigurationStub. addTargetDefinition(TargetDefinition definition)
-