Uses of Interface
org.eclipse.aether.artifact.ArtifactTypeRegistry
-
Packages that use ArtifactTypeRegistry Package Description org.eclipse.aether The primary API of theRepositorySystemand its functionality.org.eclipse.aether.internal.impl.collect Internal helper classes for dependency collector.org.eclipse.aether.util.artifact Utilities around artifacts and artifact type registries. -
-
Uses of ArtifactTypeRegistry in org.eclipse.aether
Classes in org.eclipse.aether that implement ArtifactTypeRegistry Modifier and Type Class Description (package private) static classDefaultRepositorySystemSession.NullArtifactTypeRegistryFields in org.eclipse.aether declared as ArtifactTypeRegistry Modifier and Type Field Description private ArtifactTypeRegistryDefaultRepositorySystemSession. artifactTypeRegistrystatic ArtifactTypeRegistryDefaultRepositorySystemSession.NullArtifactTypeRegistry. INSTANCEMethods in org.eclipse.aether that return ArtifactTypeRegistry Modifier and Type Method Description ArtifactTypeRegistryAbstractForwardingRepositorySystemSession. getArtifactTypeRegistry()ArtifactTypeRegistryDefaultRepositorySystemSession. getArtifactTypeRegistry()ArtifactTypeRegistryRepositorySystemSession. getArtifactTypeRegistry()Gets the registry of artifact types recognized by this session, for instance when processing artifact descriptors.Methods in org.eclipse.aether with parameters of type ArtifactTypeRegistry Modifier and Type Method Description DefaultRepositorySystemSessionDefaultRepositorySystemSession. setArtifactTypeRegistry(ArtifactTypeRegistry artifactTypeRegistry)Sets the registry of artifact types recognized by this session. -
Uses of ArtifactTypeRegistry in org.eclipse.aether.internal.impl.collect
Classes in org.eclipse.aether.internal.impl.collect that implement ArtifactTypeRegistry Modifier and Type Class Description (package private) classCachingArtifactTypeRegistryA short-lived artifact type registry that caches results from a presumedly slower type registry.Fields in org.eclipse.aether.internal.impl.collect declared as ArtifactTypeRegistry Modifier and Type Field Description private ArtifactTypeRegistryCachingArtifactTypeRegistry. delegateMethods in org.eclipse.aether.internal.impl.collect that return ArtifactTypeRegistry Modifier and Type Method Description static ArtifactTypeRegistryCachingArtifactTypeRegistry. newInstance(ArtifactTypeRegistry delegate)static ArtifactTypeRegistryCachingArtifactTypeRegistry. newInstance(RepositorySystemSession session)Methods in org.eclipse.aether.internal.impl.collect with parameters of type ArtifactTypeRegistry Modifier and Type Method Description static ArtifactTypeRegistryCachingArtifactTypeRegistry. newInstance(ArtifactTypeRegistry delegate)Constructors in org.eclipse.aether.internal.impl.collect with parameters of type ArtifactTypeRegistry Constructor Description CachingArtifactTypeRegistry(ArtifactTypeRegistry delegate) -
Uses of ArtifactTypeRegistry in org.eclipse.aether.util.artifact
Classes in org.eclipse.aether.util.artifact that implement ArtifactTypeRegistry Modifier and Type Class Description classDefaultArtifactTypeRegistryA simple artifact type registry.classOverlayArtifactTypeRegistryAn artifact type registry which first consults its own mappings and in case of an unknown type falls back to another type registry.(package private) classSimpleArtifactTypeRegistryA simple map-based artifact type registry.Fields in org.eclipse.aether.util.artifact declared as ArtifactTypeRegistry Modifier and Type Field Description private ArtifactTypeRegistryOverlayArtifactTypeRegistry. delegateConstructors in org.eclipse.aether.util.artifact with parameters of type ArtifactTypeRegistry Constructor Description OverlayArtifactTypeRegistry(ArtifactTypeRegistry delegate)Creates a new artifact type registry with initially no registered artifact types and the specified fallback registry.
-