Uses of Class
org.apache.maven.index.creator.AbstractIndexCreator
-
Packages that use AbstractIndexCreator Package Description org.apache.maven.index.creator -
-
Uses of AbstractIndexCreator in org.apache.maven.index.creator
Subclasses of AbstractIndexCreator in org.apache.maven.index.creator Modifier and Type Class Description class
JarFileContentsIndexCreator
An index creator used to index Java class names from a Maven artifact (JAR or WAR for now).class
MavenArchetypeArtifactInfoIndexCreator
A Maven Archetype index creator used to detect and correct the artifact packaging to "maven-archetype" if the inspected JAR is an Archetype.class
MavenPluginArtifactInfoIndexCreator
A Maven Plugin index creator used to provide information about Maven Plugins.class
MinimalArtifactInfoIndexCreator
A minimal index creator used to provide basic information about Maven artifact.class
OsgiArtifactIndexCreator
This indexCreator will index some OSGI metadatas.
-