Uses of Interface
org.eclipse.tycho.repository.p2base.artifact.provider.IArtifactFileProvider
-
Packages that use IArtifactFileProvider Package Description org.eclipse.tycho.repository.local org.eclipse.tycho.repository.p2base.artifact.provider org.eclipse.tycho.repository.p2base.artifact.repository -
-
Uses of IArtifactFileProvider in org.eclipse.tycho.repository.local
Classes in org.eclipse.tycho.repository.local that implement IArtifactFileProvider Modifier and Type Class Description classLocalArtifactRepositoryclassMirroringArtifactProviderIRawArtifactFileProviderwhich caches all accessed artifacts in the local Maven repository. -
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 interfaceIRawArtifactFileProviderProvider for artifact files in different formats.Classes in org.eclipse.tycho.repository.p2base.artifact.provider that implement IArtifactFileProvider Modifier and Type Class Description classCompositeArtifactProvider -
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 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.
-