Uses of Interface
org.eclipse.tycho.repository.p2base.artifact.provider.IArtifactFileProvider
-
-
Uses of IArtifactFileProvider in org.eclipse.tycho.p2.target.repository
Classes in org.eclipse.tycho.p2.target.repository that implement IArtifactFileProvider Modifier and Type Class Description class
MavenBundlesArtifactRepository
p2 artifact repository providing the POM dependency Maven artifacts. -
Uses of IArtifactFileProvider in org.eclipse.tycho.repository.local
Classes in org.eclipse.tycho.repository.local that implement IArtifactFileProvider 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 IArtifactFileProvider in org.eclipse.tycho.repository.module
Classes in org.eclipse.tycho.repository.module that implement IArtifactFileProvider Modifier and Type Class Description (package private) class
ModuleArtifactRepository
A p2 artifact repository implementation for the build output directory. -
Uses of IArtifactFileProvider in org.eclipse.tycho.repository.p2base.artifact.provider
Subinterfaces of IArtifactFileProvider 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 IArtifactFileProvider Modifier and Type Class Description class
CompositeArtifactProvider
-
Uses of IArtifactFileProvider in org.eclipse.tycho.repository.p2base.artifact.repository
Classes in org.eclipse.tycho.repository.p2base.artifact.repository that implement IArtifactFileProvider 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.
-