Uses of Interface
org.eclipse.aether.artifact.ArtifactTypeRegistry
-
Packages that use ArtifactTypeRegistry Package Description org.eclipse.aether The primary API of theRepositorySystemand its functionality. -
-
Uses of ArtifactTypeRegistry in org.eclipse.aether
Methods 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.
-