Uses of Class
org.eclipse.tycho.repository.p2base.artifact.repository.AbstractArtifactRepository2
-
-
Uses of AbstractArtifactRepository2 in org.eclipse.tycho.p2.target
Subclasses of AbstractArtifactRepository2 in org.eclipse.tycho.p2.target Modifier and Type Class Description private static class
TargetPlatformBundlePublisher.PublishedBundlesArtifactRepository
p2 artifact repository providing the POM dependency Maven artifacts. -
Uses of AbstractArtifactRepository2 in org.eclipse.tycho.repository.local
Subclasses of AbstractArtifactRepository2 in org.eclipse.tycho.repository.local Modifier and Type Class Description class
LocalArtifactRepository
-
Uses of AbstractArtifactRepository2 in org.eclipse.tycho.repository.module
Subclasses of AbstractArtifactRepository2 in org.eclipse.tycho.repository.module Modifier and Type Class Description (package private) class
ModuleArtifactRepository
A p2 artifact repository implementation for the build output directory. -
Uses of AbstractArtifactRepository2 in org.eclipse.tycho.repository.p2base.artifact.repository
Subclasses of AbstractArtifactRepository2 in org.eclipse.tycho.repository.p2base.artifact.repository 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
ProviderOnlyArtifactRepository
Read-only repository which delegates artifact read operations to a provider instance.
-