Uses of Interface
org.eclipse.tycho.repository.p2base.artifact.provider.IRawArtifactProvider
-
-
Uses of IRawArtifactProvider in org.eclipse.tycho.p2.target
Classes in org.eclipse.tycho.p2.target that implement IRawArtifactProvider Modifier and Type Class Description private static classTargetPlatformBundlePublisher.PublishedBundlesArtifactRepositoryp2 artifact repository providing the POM dependency Maven artifacts. -
Uses of IRawArtifactProvider in org.eclipse.tycho.repository.local
Classes in org.eclipse.tycho.repository.local that implement IRawArtifactProvider Modifier and Type Class Description classLocalArtifactRepositoryclassMirroringArtifactProviderIRawArtifactFileProviderwhich caches all accessed artifacts in the local Maven repository.(package private) classPackedFormatMirroringArtifactProviderFields in org.eclipse.tycho.repository.local declared as IRawArtifactProvider Modifier and Type Field Description protected IRawArtifactProviderMirroringArtifactProvider. remoteProvidersMethods in org.eclipse.tycho.repository.local with parameters of type IRawArtifactProvider Modifier and Type Method Description static MirroringArtifactProviderMirroringArtifactProvider. createInstance(LocalArtifactRepository localArtifactRepository, IRawArtifactProvider remoteProviders, boolean mirrorPacked, MavenLogger logger)Creates a newMirroringArtifactProviderinstance.Constructors in org.eclipse.tycho.repository.local with parameters of type IRawArtifactProvider Constructor Description MirroringArtifactProvider(LocalArtifactRepository localArtifactRepository, IRawArtifactProvider remoteProviders, MavenLogger logger)PackedFormatMirroringArtifactProvider(LocalArtifactRepository localArtifactRepository, IRawArtifactProvider remoteProviders, MavenLogger logger) -
Uses of IRawArtifactProvider in org.eclipse.tycho.repository.module
Classes in org.eclipse.tycho.repository.module that implement IRawArtifactProvider Modifier and Type Class Description (package private) classModuleArtifactRepositoryA p2 artifact repository implementation for the build output directory. -
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 interfaceIRawArtifactFileProviderProvider for artifact files in different formats.Classes in org.eclipse.tycho.repository.p2base.artifact.provider that implement IRawArtifactProvider Modifier and Type Class Description classCompositeArtifactProviderclassCompositeArtifactProviderBaseImpl -
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 classAbstractArtifactRepository2Base class forIArtifactRepositoryimplementations that fixes some problems in the p2 API and p2's base classAbstractArtifactRepository.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.classRepositoryArtifactProvider
-