Uses of Interface
org.eclipse.tycho.repository.p2base.artifact.provider.IRawArtifactProvider
-
Packages that use IRawArtifactProvider Package Description org.eclipse.tycho.repository.local org.eclipse.tycho.repository.p2base.artifact.provider org.eclipse.tycho.repository.p2base.artifact.repository -
-
Uses of IRawArtifactProvider in org.eclipse.tycho.repository.local
Classes in org.eclipse.tycho.repository.local that implement IRawArtifactProvider Modifier and Type Class Description class
LocalArtifactRepository
class
MirroringArtifactProvider
IRawArtifactFileProvider
which caches all accessed artifacts in the local Maven repository.Fields in org.eclipse.tycho.repository.local declared as IRawArtifactProvider Modifier and Type Field Description protected IRawArtifactProvider
MirroringArtifactProvider. remoteProviders
Methods in org.eclipse.tycho.repository.local with parameters of type IRawArtifactProvider Modifier and Type Method Description static MirroringArtifactProvider
MirroringArtifactProvider. createInstance(LocalArtifactRepository localArtifactRepository, IRawArtifactProvider remoteProviders, boolean mirrorPacked, MavenLogger logger)
Creates a newMirroringArtifactProvider
instance. -
Uses of IRawArtifactProvider in org.eclipse.tycho.repository.p2base.artifact.provider
Subinterfaces of IRawArtifactProvider in org.eclipse.tycho.repository.p2base.artifact.provider Modifier and Type Interface Description interface
IRawArtifactFileProvider
Provider for artifact files in different formats.Classes in org.eclipse.tycho.repository.p2base.artifact.provider that implement IRawArtifactProvider Modifier and Type Class Description class
CompositeArtifactProvider
class
CompositeArtifactProviderBaseImpl
-
Uses of IRawArtifactProvider in org.eclipse.tycho.repository.p2base.artifact.repository
Classes in org.eclipse.tycho.repository.p2base.artifact.repository that implement IRawArtifactProvider Modifier and Type Class Description class
AbstractArtifactRepository2
Base class forIArtifactRepository
implementations that fixes some problems in the p2 API and p2's base classAbstractArtifactRepository
.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.class
RepositoryArtifactProvider
-