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 class
TargetPlatformBundlePublisher.PublishedBundlesArtifactRepository
p2 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) IRawArtifactFileProvider
TargetPlatformBaseImpl. artifacts
Methods in org.eclipse.tycho.p2.target that return IRawArtifactFileProvider Modifier and Type Method Description private IRawArtifactFileProvider
TargetPlatformFactoryImpl. 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) IRawArtifactFileProvider
PomDependencyCollectorImpl. getArtifactRepoOfPublishedBundles()
(package private) IRawArtifactFileProvider
TargetPlatformBundlePublisher. getArtifactRepoOfPublishedBundles()
IRawArtifactFileProvider
PreliminaryTargetPlatformImpl. 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 IRawArtifactFileProvider
TargetPlatformFactoryImpl. 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 CompositeArtifactProvider
TargetPlatformFactoryImpl. 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 CompositeArtifactProvider
TargetPlatformFactoryImpl. createJointArtifactProvider(java.util.List<IRawArtifactFileProvider> reactorArtifacts, IRawArtifactFileProvider externalArtifacts)
(package private) P2TargetPlatform
TargetPlatformFactoryImpl. createTargetPlatformWithUpdatedReactorUnits(TargetPlatform baseTargetPlatform, java.util.Map<org.eclipse.equinox.p2.metadata.IInstallableUnit,ReactorProjectIdentities> reactorUnits, java.util.List<IRawArtifactFileProvider> reactorArtifacts)
(package private) P2TargetPlatform
TargetPlatformFactoryImpl. 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 class
LocalArtifactRepository
class
MirroringArtifactProvider
IRawArtifactFileProvider
which caches all accessed artifacts in the local Maven repository.(package private) class
PackedFormatMirroringArtifactProvider
-
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) class
ModuleArtifactRepository
A p2 artifact repository implementation for the build output directory.Methods in org.eclipse.tycho.repository.module that return IRawArtifactFileProvider Modifier and Type Method Description IRawArtifactFileProvider
PublishingRepositoryImpl. 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 class
CompositeArtifactProvider
Fields 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. components
Constructors 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 class
ArtifactRepositoryBaseImpl<ArtifactDescriptorT extends org.eclipse.equinox.p2.repository.artifact.IArtifactDescriptor>
Base implementation of a mutable, file system based p2 artifact repository.class
FileRepositoryArtifactProvider
RepositoryArtifactProvider
implementation which adds file access capabilities.class
ProviderOnlyArtifactRepository
Read-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 IRawArtifactFileProvider
ProviderOnlyArtifactRepository. delegate
Constructors 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 IRawArtifactFileProvider
PublishingRepository. getArtifacts()
-