Uses of Class
org.eclipse.tycho.core.shared.TargetEnvironment
-
-
Uses of TargetEnvironment in org.eclipse.tycho.core
Fields in org.eclipse.tycho.core with type parameters of type TargetEnvironment Modifier and Type Field Description private java.util.List<TargetEnvironment>TargetPlatformConfiguration. environmentsMethods in org.eclipse.tycho.core that return TargetEnvironment Modifier and Type Method Description TargetEnvironmentTychoProject. getImplicitTargetEnvironment(org.apache.maven.project.MavenProject project)Implicit target environment configuration present in project metadata, like, for example, Eclipse-PlatformFilter OSGi bundle manifest attribute.Methods in org.eclipse.tycho.core that return types with arguments of type TargetEnvironment Modifier and Type Method Description java.util.List<TargetEnvironment>TargetPlatformConfiguration. getEnvironments()Returns the list of configured target environments, or the running environment if no environments have been specified explicitly.Methods in org.eclipse.tycho.core with parameters of type TargetEnvironment Modifier and Type Method Description voidTargetPlatformConfiguration. addEnvironment(TargetEnvironment environment)DependencyArtifactsTychoProject. getDependencyArtifacts(org.apache.maven.project.MavenProject project, TargetEnvironment environment)Returns resolved project dependencies resolved for specified runtime environment.ArtifactDependencyWalkerTychoProject. getDependencyWalker(org.apache.maven.project.MavenProject project, TargetEnvironment environment)Walks project dependencies resolved for the specified runtime environment. -
Uses of TargetEnvironment in org.eclipse.tycho.core.maven
Methods in org.eclipse.tycho.core.maven that return types with arguments of type TargetEnvironment Modifier and Type Method Description protected java.util.List<TargetEnvironment>AbstractP2Mojo. getEnvironments() -
Uses of TargetEnvironment in org.eclipse.tycho.core.osgitools
Fields in org.eclipse.tycho.core.osgitools declared as TargetEnvironment Modifier and Type Field Description private TargetEnvironment[]AbstractArtifactDependencyWalker. environmentsMethods in org.eclipse.tycho.core.osgitools that return TargetEnvironment Modifier and Type Method Description protected TargetEnvironment[]AbstractTychoProject. getEnvironments(org.apache.maven.project.MavenProject project, TargetEnvironment environment)TargetEnvironmentAbstractTychoProject. getImplicitTargetEnvironment(org.apache.maven.project.MavenProject project)TargetEnvironmentOsgiBundleProject. getImplicitTargetEnvironment(org.apache.maven.project.MavenProject project)Methods in org.eclipse.tycho.core.osgitools with parameters of type TargetEnvironment Modifier and Type Method Description DependencyArtifactsAbstractTychoProject. getDependencyArtifacts(org.apache.maven.project.MavenProject project, TargetEnvironment environment)ArtifactDependencyWalkerAbstractArtifactBasedProject. getDependencyWalker(org.apache.maven.project.MavenProject project, TargetEnvironment environment)ArtifactDependencyWalkerOsgiBundleProject. getDependencyWalker(org.apache.maven.project.MavenProject project, TargetEnvironment environment)protected TargetEnvironment[]AbstractTychoProject. getEnvironments(org.apache.maven.project.MavenProject project, TargetEnvironment environment)protected java.util.PropertiesEquinoxResolver. getPlatformProperties(java.util.Properties properties, TargetEnvironment environment, ExecutionEnvironment ee)protected abstract ArtifactDependencyWalkerAbstractArtifactBasedProject. newDependencyWalker(org.apache.maven.project.MavenProject project, TargetEnvironment environment)protected ArtifactDependencyWalkerEclipseApplicationProject. newDependencyWalker(org.apache.maven.project.MavenProject project, TargetEnvironment environment)protected ArtifactDependencyWalkerEclipseFeatureProject. newDependencyWalker(org.apache.maven.project.MavenProject project, TargetEnvironment environment)protected ArtifactDependencyWalkerEclipseRepositoryProject. newDependencyWalker(org.apache.maven.project.MavenProject project, TargetEnvironment environment)protected ArtifactDependencyWalkerP2IUProject. newDependencyWalker(org.apache.maven.project.MavenProject project, TargetEnvironment environment)protected ArtifactDependencyWalkerUpdateSiteProject. newDependencyWalker(org.apache.maven.project.MavenProject project, TargetEnvironment environment)Constructors in org.eclipse.tycho.core.osgitools with parameters of type TargetEnvironment Constructor Description AbstractArtifactDependencyWalker(DependencyArtifacts artifacts, TargetEnvironment[] environments) -
Uses of TargetEnvironment in org.eclipse.tycho.core.osgitools.targetplatform
Fields in org.eclipse.tycho.core.osgitools.targetplatform with type parameters of type TargetEnvironment Modifier and Type Field Description java.util.Map<TargetEnvironment,DependencyArtifacts>MultiEnvironmentDependencyArtifacts. platformsMethods in org.eclipse.tycho.core.osgitools.targetplatform with parameters of type TargetEnvironment Modifier and Type Method Description voidMultiEnvironmentDependencyArtifacts. addPlatform(TargetEnvironment environment, DefaultDependencyArtifacts platform)DependencyArtifactsMultiEnvironmentDependencyArtifacts. getPlatform(TargetEnvironment environment) -
Uses of TargetEnvironment in org.eclipse.tycho.core.resolver
Methods in org.eclipse.tycho.core.resolver that return TargetEnvironment Modifier and Type Method Description protected TargetEnvironmentDefaultTargetPlatformConfigurationReader. getDeprecatedTargetEnvironment(org.codehaus.plexus.util.xml.Xpp3Dom configuration)private static TargetEnvironmentDefaultTargetPlatformConfigurationReader. newTargetEnvironment(org.codehaus.plexus.util.xml.Xpp3Dom environmentDom) -
Uses of TargetEnvironment in org.eclipse.tycho.core.shared
Methods in org.eclipse.tycho.core.shared that return TargetEnvironment Modifier and Type Method Description static TargetEnvironmentTargetEnvironment. getRunningEnvironment() -
Uses of TargetEnvironment in org.eclipse.tycho.extras.custombundle
Method parameters in org.eclipse.tycho.extras.custombundle with type arguments of type TargetEnvironment Modifier and Type Method Description java.util.Map<java.lang.String,IDependencyMetadata>CustomBundleP2MetadataProvider. getDependencyMetadata(org.apache.maven.execution.MavenSession session, org.apache.maven.project.MavenProject project, java.util.List<TargetEnvironment> environments, OptionalResolutionAction optionalAction) -
Uses of TargetEnvironment in org.eclipse.tycho.extras.sourcefeature
Method parameters in org.eclipse.tycho.extras.sourcefeature with type arguments of type TargetEnvironment Modifier and Type Method Description java.util.Map<java.lang.String,IDependencyMetadata>SourceFeatureP2MetadataProvider. getDependencyMetadata(org.apache.maven.execution.MavenSession session, org.apache.maven.project.MavenProject project, java.util.List<TargetEnvironment> environments, OptionalResolutionAction optionalAction) -
Uses of TargetEnvironment in org.eclipse.tycho.p2.impl.publisher
Method parameters in org.eclipse.tycho.p2.impl.publisher with type arguments of type TargetEnvironment Modifier and Type Method Description protected DependencyMetadataAbstractMetadataGenerator. generateMetadata(IArtifactFacade artifact, java.util.List<TargetEnvironment> environments, org.eclipse.equinox.p2.publisher.PublisherInfo publisherInfo, OptionalResolutionAction optionalAction, PublisherOptions options)DependencyMetadataDefaultDependencyMetadataGenerator. generateMetadata(IArtifactFacade artifact, java.util.List<TargetEnvironment> environments, OptionalResolutionAction optionalAction, PublisherOptions options)DependencyMetadataP2GeneratorImpl. generateMetadata(IArtifactFacade artifact, java.util.List<TargetEnvironment> environments, PublisherOptions options)DependencyMetadataSourcesBundleDependencyMetadataGenerator. generateMetadata(IArtifactFacade artifact, java.util.List<TargetEnvironment> environments, OptionalResolutionAction optionalAction, PublisherOptions options)protected abstract java.util.List<org.eclipse.equinox.p2.publisher.IPublisherAction>AbstractMetadataGenerator. getPublisherActions(IArtifactFacade artifact, java.util.List<TargetEnvironment> environments, OptionalResolutionAction optionalAction)protected java.util.List<org.eclipse.equinox.p2.publisher.IPublisherAction>P2GeneratorImpl. getPublisherActions(IArtifactFacade artifact, java.util.List<TargetEnvironment> environments, OptionalResolutionAction optionalAction)protected java.util.List<org.eclipse.equinox.p2.publisher.IPublisherAction>SourcesBundleDependencyMetadataGenerator. getPublisherActions(IArtifactFacade artifact, java.util.List<TargetEnvironment> environments, OptionalResolutionAction optionalAction) -
Uses of TargetEnvironment in org.eclipse.tycho.p2.metadata
Method parameters in org.eclipse.tycho.p2.metadata with type arguments of type TargetEnvironment Modifier and Type Method Description IDependencyMetadataDependencyMetadataGenerator. generateMetadata(IArtifactFacade artifact, java.util.List<TargetEnvironment> environments, OptionalResolutionAction optionalAction, PublisherOptions options)Generates dependency-only artifact metadata -
Uses of TargetEnvironment in org.eclipse.tycho.p2.resolver
Fields in org.eclipse.tycho.p2.resolver with type parameters of type TargetEnvironment Modifier and Type Field Description private java.util.List<TargetEnvironment>P2ResolverImpl. environmentsMethods in org.eclipse.tycho.p2.resolver that return types with arguments of type TargetEnvironment Modifier and Type Method Description java.util.Map<TargetEnvironment,P2ResolutionResult>P2ResolverImpl. resolveTargetDependencies(TargetPlatform targetPlatform, ReactorProject project)Methods in org.eclipse.tycho.p2.resolver with parameters of type TargetEnvironment Modifier and Type Method Description private booleanP2ResolverImpl. isMatchingEnv(java.util.Set<?> metadata, TargetEnvironment environment)Check if the Metadata contains any constraints that forbid the givenTargetEnvironmentprotected P2ResolutionResultP2ResolverImpl. resolveDependencies(ReactorProject project, AbstractResolutionStrategy strategy, TargetEnvironment environment)Method parameters in org.eclipse.tycho.p2.resolver with type arguments of type TargetEnvironment Modifier and Type Method Description protected java.util.Map<java.lang.String,IDependencyMetadata>P2DependencyResolver. getDependencyMetadata(org.apache.maven.execution.MavenSession session, org.apache.maven.project.MavenProject project, java.util.List<TargetEnvironment> environments, OptionalResolutionAction optionalAction)java.util.Map<java.lang.String,IDependencyMetadata>P2MetadataProvider. getDependencyMetadata(org.apache.maven.execution.MavenSession session, org.apache.maven.project.MavenProject project, java.util.List<TargetEnvironment> environments, OptionalResolutionAction optionalAction)voidP2ResolverImpl. setEnvironments(java.util.List<TargetEnvironment> environments) -
Uses of TargetEnvironment in org.eclipse.tycho.p2.resolver.facade
Methods in org.eclipse.tycho.p2.resolver.facade that return types with arguments of type TargetEnvironment Modifier and Type Method Description java.util.Map<TargetEnvironment,P2ResolutionResult>P2Resolver. resolveTargetDependencies(TargetPlatform context, ReactorProject project)Returns list ordered of resolution result, one per requested TargetEnvironment.Method parameters in org.eclipse.tycho.p2.resolver.facade with type arguments of type TargetEnvironment Modifier and Type Method Description voidP2Resolver. setEnvironments(java.util.List<TargetEnvironment> environments) -
Uses of TargetEnvironment in org.eclipse.tycho.p2.target
Fields in org.eclipse.tycho.p2.target with type parameters of type TargetEnvironment Modifier and Type Field Description private java.util.List<TargetEnvironment>TargetDefinitionResolver. environments(package private) java.util.List<TargetEnvironment>TargetDefinitionResolverService.ResolutionArguments. environmentsMethod parameters in org.eclipse.tycho.p2.target with type arguments of type TargetEnvironment Modifier and Type Method Description TargetDefinitionContentTargetDefinitionResolverService. getTargetDefinitionContent(TargetDefinition definition, java.util.List<TargetEnvironment> environments, ExecutionEnvironmentResolutionHints jreIUs, org.eclipse.equinox.p2.core.IProvisioningAgent agent)Constructor parameters in org.eclipse.tycho.p2.target with type arguments of type TargetEnvironment Constructor Description ResolutionArguments(TargetDefinition definition, java.util.List<TargetEnvironment> environments, ExecutionEnvironmentResolutionHints jreIUs, org.eclipse.equinox.p2.core.IProvisioningAgent agent)TargetDefinitionResolver(java.util.List<TargetEnvironment> environments, ExecutionEnvironmentResolutionHints executionEnvironment, org.eclipse.equinox.p2.core.IProvisioningAgent agent, MavenLogger logger) -
Uses of TargetEnvironment in org.eclipse.tycho.p2.target.facade
Fields in org.eclipse.tycho.p2.target.facade with type parameters of type TargetEnvironment Modifier and Type Field Description private java.util.List<TargetEnvironment>TargetPlatformConfigurationStub. environmentsMethods in org.eclipse.tycho.p2.target.facade that return types with arguments of type TargetEnvironment Modifier and Type Method Description java.util.List<TargetEnvironment>TargetPlatformConfigurationStub. getEnvironments()Method parameters in org.eclipse.tycho.p2.target.facade with type arguments of type TargetEnvironment Modifier and Type Method Description voidTargetPlatformConfigurationStub. setEnvironments(java.util.List<TargetEnvironment> environments) -
Uses of TargetEnvironment in org.eclipse.tycho.p2.tools
Fields in org.eclipse.tycho.p2.tools with type parameters of type TargetEnvironment Modifier and Type Field Description private java.util.List<TargetEnvironment>BuildContext. environmentsMethods in org.eclipse.tycho.p2.tools that return types with arguments of type TargetEnvironment Modifier and Type Method Description java.util.List<TargetEnvironment>BuildContext. getEnvironments()Returns the list of configured target environments, or the running environment if no environments have been specified explicitly.Constructor parameters in org.eclipse.tycho.p2.tools with type arguments of type TargetEnvironment Constructor Description BuildContext(ReactorProjectIdentities project, java.lang.String qualifier, java.util.List<TargetEnvironment> environments)Creates a newBuildContextinstance. -
Uses of TargetEnvironment in org.eclipse.tycho.p2.tools.director.shared
Fields in org.eclipse.tycho.p2.tools.director.shared declared as TargetEnvironment Modifier and Type Field Description private TargetEnvironmentAbstractDirectorApplicationCommand. environmentMethods in org.eclipse.tycho.p2.tools.director.shared with parameters of type TargetEnvironment Modifier and Type Method Description voidAbstractDirectorApplicationCommand. setEnvironment(TargetEnvironment env)voidDirectorRuntime.Command. setEnvironment(TargetEnvironment env) -
Uses of TargetEnvironment in org.eclipse.tycho.p2.tools.publisher
Fields in org.eclipse.tycho.p2.tools.publisher with type parameters of type TargetEnvironment Modifier and Type Field Description private java.util.List<TargetEnvironment>PublisherActionRunner. environmentsMethod parameters in org.eclipse.tycho.p2.tools.publisher with type arguments of type TargetEnvironment Modifier and Type Method Description PublishProductToolPublisherServiceFactoryImpl. createProductPublisher(ReactorProject project, java.util.List<TargetEnvironment> environments, java.lang.String buildQualifier, Interpolator interpolator)PublisherServicePublisherServiceFactoryImpl. createPublisher(ReactorProject project, java.util.List<TargetEnvironment> environments)private PublisherActionRunnerPublisherServiceFactoryImpl. getPublisherRunnerForProject(P2TargetPlatform targetPlatform, java.util.List<TargetEnvironment> environments)Constructor parameters in org.eclipse.tycho.p2.tools.publisher with type arguments of type TargetEnvironment Constructor Description PublisherActionRunner(org.eclipse.equinox.p2.repository.metadata.IMetadataRepository contextInstallableUnits, java.util.List<TargetEnvironment> environments, MavenLogger logger) -
Uses of TargetEnvironment in org.eclipse.tycho.p2.tools.publisher.facade
Method parameters in org.eclipse.tycho.p2.tools.publisher.facade with type arguments of type TargetEnvironment Modifier and Type Method Description PublishProductToolPublisherServiceFactory. createProductPublisher(ReactorProject project, java.util.List<TargetEnvironment> environments, java.lang.String buildQualifier, Interpolator interpolator)PublisherServicePublisherServiceFactory. createPublisher(ReactorProject project, java.util.List<TargetEnvironment> environments)Creates aPublisherServiceinstance that can be used to publish artifacts. -
Uses of TargetEnvironment in org.eclipse.tycho.p2.util.resolution
Methods in org.eclipse.tycho.p2.util.resolution with parameters of type TargetEnvironment Modifier and Type Method Description private java.util.Map<java.lang.String,java.lang.String>AbstractResolutionStrategy. getEffectiveFilterProperties(TargetEnvironment environment)java.util.Collection<org.eclipse.equinox.p2.metadata.IInstallableUnit>AbstractResolutionStrategy. resolve(TargetEnvironment environment, org.eclipse.core.runtime.IProgressMonitor monitor)Method parameters in org.eclipse.tycho.p2.util.resolution with type arguments of type TargetEnvironment Modifier and Type Method Description java.util.Collection<org.eclipse.equinox.p2.metadata.IInstallableUnit>AbstractResolutionStrategy. multiPlatformResolve(java.util.List<TargetEnvironment> environments, org.eclipse.core.runtime.IProgressMonitor monitor)java.util.Collection<org.eclipse.equinox.p2.metadata.IInstallableUnit>SlicerResolutionStrategy. multiPlatformResolve(java.util.List<TargetEnvironment> environments, org.eclipse.core.runtime.IProgressMonitor monitor) -
Uses of TargetEnvironment in org.eclipse.tycho.packaging
Fields in org.eclipse.tycho.packaging declared as TargetEnvironment Modifier and Type Field Description private TargetEnvironmentProductAssembler. environmentprivate TargetEnvironment[]ProductExportMojo. environmentsDeprecated.use target-platform-configurationelement Methods in org.eclipse.tycho.packaging that return types with arguments of type TargetEnvironment Modifier and Type Method Description private java.util.List<TargetEnvironment>ProductExportMojo. getEnvironments()Methods in org.eclipse.tycho.packaging with parameters of type TargetEnvironment Modifier and Type Method Description private voidProductExportMojo. copyExecutable(TargetEnvironment environment, java.io.File target)private voidProductExportMojo. generateConfigIni(TargetEnvironment environment, java.io.File target)private voidProductExportMojo. generateOSGiBundles(java.util.Properties props, TargetEnvironment environment)private java.util.Map<java.lang.String,PluginDescription>ProductExportMojo. getBundles(TargetEnvironment environment)private java.lang.StringProductExportMojo. getConfig(TargetEnvironment environment)private ArtifactDependencyWalkerProductExportMojo. getDependencyWalker(TargetEnvironment environment)private java.io.FileProductExportMojo. getLauncher(TargetEnvironment environment, java.io.File target)private java.io.FileProductExportMojo. getTarget(TargetEnvironment environment)private voidProductExportMojo. includeRootFiles(TargetEnvironment environment, java.io.File target)Root files are files that must be packaged with an Eclipse install but are not features or plug-ins.private java.lang.StringProductExportMojo. toString(TargetEnvironment environment)Constructors in org.eclipse.tycho.packaging with parameters of type TargetEnvironment Constructor Description ProductAssembler(org.codehaus.plexus.PlexusContainer plexus, BundleReader manifestReader, java.io.File target, TargetEnvironment environment) -
Uses of TargetEnvironment in org.eclipse.tycho.plugins.p2.director
Methods in org.eclipse.tycho.plugins.p2.director that return types with arguments of type TargetEnvironment Modifier and Type Method Description (package private) java.util.List<TargetEnvironment>AbstractProductMojo. getEnvironments()Methods in org.eclipse.tycho.plugins.p2.director with parameters of type TargetEnvironment Modifier and Type Method Description private java.lang.StringProductArchiverMojo. getArchiveFormat(TargetEnvironment env)(package private) static java.lang.StringProductArchiverMojo. getArtifactClassifier(Product product, TargetEnvironment environment)static java.lang.StringProfileName. getNameForEnvironment(TargetEnvironment env, java.util.List<ProfileName> nameMap, java.lang.String defaultName)(package private) static java.lang.StringAbstractProductMojo. getOsWsArch(TargetEnvironment env, char separator)(package private) java.io.FileAbstractProductMojo. getProductMaterializeDirectory(Product product, TargetEnvironment env) -
Uses of TargetEnvironment in org.eclipse.tycho.source
Method parameters in org.eclipse.tycho.source with type arguments of type TargetEnvironment Modifier and Type Method Description java.util.Map<java.lang.String,IDependencyMetadata>SourcesP2MetadataProvider. getDependencyMetadata(org.apache.maven.execution.MavenSession session, org.apache.maven.project.MavenProject project, java.util.List<TargetEnvironment> environments, OptionalResolutionAction optionalAction)
-