Uses of Interface
org.eclipse.tycho.repository.p2base.artifact.provider.IRawArtifactFileProvider
-
-
Uses of IRawArtifactFileProvider in org.eclipse.tycho.p2.target
Methods in org.eclipse.tycho.p2.target that return IRawArtifactFileProvider Modifier and Type Method Description IRawArtifactFileProvider
PreliminaryTargetPlatformImpl. getExternalArtifacts()
Constructors in org.eclipse.tycho.p2.target with parameters of type IRawArtifactFileProvider Constructor Description FinalTargetPlatformImpl(LinkedHashSet<org.eclipse.equinox.p2.metadata.IInstallableUnit> installableUnits, ExecutionEnvironmentResolutionHints executionEnvironment, IRawArtifactFileProvider jointArtifacts, LocalArtifactRepository localArtifactRepository, Map<org.eclipse.equinox.p2.metadata.IInstallableUnit,IArtifactFacade> mavenArtifactLookup, Map<org.eclipse.equinox.p2.metadata.IInstallableUnit,ReactorProjectIdentities> reactorProjectLookup)
PreliminaryTargetPlatformImpl(Map<org.eclipse.equinox.p2.metadata.IInstallableUnit,ReactorProjectIdentities> reactorProjectIUs, Collection<org.eclipse.equinox.p2.metadata.IInstallableUnit> externalIUs, Map<org.eclipse.equinox.p2.metadata.IInstallableUnit,IArtifactFacade> mavenArtifactIUs, ExecutionEnvironmentResolutionHints executionEnvironment, TargetPlatformFilterEvaluator filter, LocalMetadataRepository localMetadataRepository, IRawArtifactFileProvider externalArtifacts, LocalArtifactRepository localArtifactRepository, boolean includeLocalRepo, MavenLogger logger)
-
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. -
Uses of IRawArtifactFileProvider in org.eclipse.tycho.repository.module
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
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(List<IRawArtifactFileProvider> providers)
CompositeArtifactProvider(List<IRawArtifactFileProvider> providers1, 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.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, 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()
-