Examples of IndexCreator


Examples of org.apache.maven.index.context.IndexCreator

  {
    super.setUp();

    DEFAULT_CREATORS = new ArrayList<IndexCreator>();

    IndexCreator min = lookup(IndexCreator.class, MinimalArtifactInfoIndexCreator.ID);
    IndexCreator mavenPlugin = lookup(IndexCreator.class, MavenPluginArtifactInfoIndexCreator.ID);
    IndexCreator mavenArchetype = lookup(IndexCreator.class, MavenArchetypeArtifactInfoIndexCreator.ID);

    DEFAULT_CREATORS.add(min);
    DEFAULT_CREATORS.add(mavenPlugin);
    DEFAULT_CREATORS.add(mavenArchetype);
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.