Uses of Interface
org.apache.maven.index.artifact.ArtifactPackagingMapper
-
Packages that use ArtifactPackagingMapper Package Description org.apache.maven.index org.apache.maven.index.artifact org.apache.maven.index.locator -
-
Uses of ArtifactPackagingMapper in org.apache.maven.index
Fields in org.apache.maven.index declared as ArtifactPackagingMapper Modifier and Type Field Description private ArtifactPackagingMapper
DefaultArtifactContextProducer. mapper
Constructors in org.apache.maven.index with parameters of type ArtifactPackagingMapper Constructor Description DefaultArtifactContextProducer(ArtifactPackagingMapper mapper)
-
Uses of ArtifactPackagingMapper in org.apache.maven.index.artifact
Classes in org.apache.maven.index.artifact that implement ArtifactPackagingMapper Modifier and Type Class Description class
DefaultArtifactPackagingMapper
A very simple artifact packaging mapper, that has everything for quick-start wired in this class. -
Uses of ArtifactPackagingMapper in org.apache.maven.index.locator
Fields in org.apache.maven.index.locator declared as ArtifactPackagingMapper Modifier and Type Field Description private ArtifactPackagingMapper
ArtifactLocator. mapper
Constructors in org.apache.maven.index.locator with parameters of type ArtifactPackagingMapper Constructor Description ArtifactLocator(ArtifactPackagingMapper mapper)
-