Uses of Interface
org.eclipse.tycho.repository.p2base.artifact.provider.IRawArtifactFileProvider
-
-
Uses of IRawArtifactFileProvider in org.eclipse.tycho.p2.target
Classes in org.eclipse.tycho.p2.target that implement IRawArtifactFileProvider Modifier and Type Class Description private static classTargetPlatformBundlePublisher.PublishedBundlesArtifactRepositoryp2 artifact repository providing the POM dependency Maven artifacts.Fields in org.eclipse.tycho.p2.target declared as IRawArtifactFileProvider Modifier and Type Field Description (package private) IRawArtifactFileProviderTargetPlatformBaseImpl. artifactsMethods in org.eclipse.tycho.p2.target that return IRawArtifactFileProvider Modifier and Type Method Description private IRawArtifactFileProviderTargetPlatformFactoryImpl. createExternalArtifactProvider(java.util.Set<MavenRepositoryLocation> completeRepositories, java.util.List<TargetDefinitionContent> targetDefinitionsContent, IRawArtifactFileProvider pomDependencyArtifactRepository, boolean includePackedArtifacts)Provider for all target platform artifacts from outside the reactor.(package private) IRawArtifactFileProviderPomDependencyCollectorImpl. getArtifactRepoOfPublishedBundles()(package private) IRawArtifactFileProviderTargetPlatformBundlePublisher. getArtifactRepoOfPublishedBundles()IRawArtifactFileProviderPreliminaryTargetPlatformImpl. getExternalArtifacts()Methods in org.eclipse.tycho.p2.target that return types with arguments of type IRawArtifactFileProvider Modifier and Type Method Description private static java.util.List<IRawArtifactFileProvider>TargetPlatformFactoryImpl. getProjectArtifactProviders(java.util.List<PublishingRepository> upstreamProjectResults)Methods in org.eclipse.tycho.p2.target with parameters of type IRawArtifactFileProvider Modifier and Type Method Description private IRawArtifactFileProviderTargetPlatformFactoryImpl. createExternalArtifactProvider(java.util.Set<MavenRepositoryLocation> completeRepositories, java.util.List<TargetDefinitionContent> targetDefinitionsContent, IRawArtifactFileProvider pomDependencyArtifactRepository, boolean includePackedArtifacts)Provider for all target platform artifacts from outside the reactor.private CompositeArtifactProviderTargetPlatformFactoryImpl. createJointArtifactProvider(java.util.List<IRawArtifactFileProvider> reactorArtifacts, IRawArtifactFileProvider externalArtifacts)Method parameters in org.eclipse.tycho.p2.target with type arguments of type IRawArtifactFileProvider Modifier and Type Method Description private CompositeArtifactProviderTargetPlatformFactoryImpl. createJointArtifactProvider(java.util.List<IRawArtifactFileProvider> reactorArtifacts, IRawArtifactFileProvider externalArtifacts)(package private) P2TargetPlatformTargetPlatformFactoryImpl. createTargetPlatformWithUpdatedReactorUnits(TargetPlatform baseTargetPlatform, java.util.Map<org.eclipse.equinox.p2.metadata.IInstallableUnit,ReactorProjectIdentities> reactorUnits, java.util.List<IRawArtifactFileProvider> reactorArtifacts)(package private) P2TargetPlatformTargetPlatformFactoryImpl. createTargetPlatformWithUpdatedReactorUnits(PreliminaryTargetPlatformImpl preliminaryTP, java.util.Map<org.eclipse.equinox.p2.metadata.IInstallableUnit,ReactorProjectIdentities> reactorUnitsMap, java.util.List<IRawArtifactFileProvider> reactorArtifacts)Constructors in org.eclipse.tycho.p2.target with parameters of type IRawArtifactFileProvider Constructor Description FinalTargetPlatformImpl(java.util.LinkedHashSet<org.eclipse.equinox.p2.metadata.IInstallableUnit> installableUnits, ExecutionEnvironmentResolutionHints executionEnvironment, IRawArtifactFileProvider jointArtifacts, LocalArtifactRepository localArtifactRepository, java.util.Map<org.eclipse.equinox.p2.metadata.IInstallableUnit,IArtifactFacade> mavenArtifactLookup, java.util.Map<org.eclipse.equinox.p2.metadata.IInstallableUnit,ReactorProjectIdentities> reactorProjectLookup)PreliminaryTargetPlatformImpl(java.util.Map<org.eclipse.equinox.p2.metadata.IInstallableUnit,ReactorProjectIdentities> reactorProjectIUs, java.util.Collection<org.eclipse.equinox.p2.metadata.IInstallableUnit> externalIUs, java.util.Map<org.eclipse.equinox.p2.metadata.IInstallableUnit,IArtifactFacade> mavenArtifactIUs, ExecutionEnvironmentResolutionHints executionEnvironment, TargetPlatformFilterEvaluator filter, LocalMetadataRepository localMetadataRepository, IRawArtifactFileProvider externalArtifacts, LocalArtifactRepository localArtifactRepository, boolean includeLocalRepo, MavenLogger logger)TargetPlatformBaseImpl(java.util.LinkedHashSet<org.eclipse.equinox.p2.metadata.IInstallableUnit> installableUnits, ExecutionEnvironmentResolutionHints executionEnvironment, IRawArtifactFileProvider artifacts, LocalArtifactRepository localArtifactRepository, java.util.Map<org.eclipse.equinox.p2.metadata.IInstallableUnit,ReactorProjectIdentities> reactorProjectLookup, java.util.Map<org.eclipse.equinox.p2.metadata.IInstallableUnit,IArtifactFacade> mavenArtifactLookup) -
Uses of IRawArtifactFileProvider in org.eclipse.tycho.repository.local
Classes in org.eclipse.tycho.repository.local that implement IRawArtifactFileProvider Modifier and Type Class Description classLocalArtifactRepositoryclassMirroringArtifactProviderIRawArtifactFileProviderwhich caches all accessed artifacts in the local Maven repository.(package private) classPackedFormatMirroringArtifactProvider -
Uses of IRawArtifactFileProvider in org.eclipse.tycho.repository.module
Classes in org.eclipse.tycho.repository.module that implement IRawArtifactFileProvider Modifier and Type Class Description (package private) classModuleArtifactRepositoryA p2 artifact repository implementation for the build output directory.Methods in org.eclipse.tycho.repository.module that return IRawArtifactFileProvider Modifier and Type Method Description IRawArtifactFileProviderPublishingRepositoryImpl. getArtifacts() -
Uses of IRawArtifactFileProvider in org.eclipse.tycho.repository.p2base.artifact.provider
Classes in org.eclipse.tycho.repository.p2base.artifact.provider that implement IRawArtifactFileProvider Modifier and Type Class Description classCompositeArtifactProviderFields in org.eclipse.tycho.repository.p2base.artifact.provider with type parameters of type IRawArtifactFileProvider Modifier and Type Field Description private java.util.List<IRawArtifactFileProvider>CompositeArtifactProvider. componentsConstructors in org.eclipse.tycho.repository.p2base.artifact.provider with parameters of type IRawArtifactFileProvider Constructor Description CompositeArtifactProvider(IRawArtifactFileProvider... components)Constructor parameters in org.eclipse.tycho.repository.p2base.artifact.provider with type arguments of type IRawArtifactFileProvider Constructor Description CompositeArtifactProvider(java.util.List<IRawArtifactFileProvider> providers)CompositeArtifactProvider(java.util.List<IRawArtifactFileProvider> providers1, java.util.List<IRawArtifactFileProvider> providers2) -
Uses of IRawArtifactFileProvider in org.eclipse.tycho.repository.p2base.artifact.repository
Classes in org.eclipse.tycho.repository.p2base.artifact.repository that implement IRawArtifactFileProvider Modifier and Type Class Description classArtifactRepositoryBaseImpl<ArtifactDescriptorT extends org.eclipse.equinox.p2.repository.artifact.IArtifactDescriptor>Base implementation of a mutable, file system based p2 artifact repository.classFileRepositoryArtifactProviderRepositoryArtifactProviderimplementation which adds file access capabilities.classProviderOnlyArtifactRepositoryRead-only repository which delegates artifact read operations to a provider instance.Fields in org.eclipse.tycho.repository.p2base.artifact.repository declared as IRawArtifactFileProvider Modifier and Type Field Description private IRawArtifactFileProviderProviderOnlyArtifactRepository. delegateConstructors in org.eclipse.tycho.repository.p2base.artifact.repository with parameters of type IRawArtifactFileProvider Constructor Description ProviderOnlyArtifactRepository(IRawArtifactFileProvider delegate, org.eclipse.equinox.p2.core.IProvisioningAgent agent, java.net.URI location) -
Uses of IRawArtifactFileProvider in org.eclipse.tycho.repository.publishing
Methods in org.eclipse.tycho.repository.publishing that return IRawArtifactFileProvider Modifier and Type Method Description IRawArtifactFileProviderPublishingRepository. getArtifacts()
-