org.apache.archiva.common.plexusbridge
Class MavenIndexerUtils

java.lang.Object
  extended by org.apache.archiva.common.plexusbridge.MavenIndexerUtils

@Service(value="mavenIndexerUtils")
public class MavenIndexerUtils
extends Object

Since:
1.4-M1
Author:
Olivier Lamy

Field Summary
private  List<? extends org.apache.maven.index.context.IndexCreator> allIndexCreators
           
private  org.slf4j.Logger log
           
 
Constructor Summary
MavenIndexerUtils(PlexusSisuBridge plexusSisuBridge)
           
 
Method Summary
 List<? extends org.apache.maven.index.context.IndexCreator> getAllIndexCreators()
           
 void setAllIndexCreators(List<org.apache.maven.index.context.IndexCreator> allIndexCreators)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

private org.slf4j.Logger log

allIndexCreators

private List<? extends org.apache.maven.index.context.IndexCreator> allIndexCreators
Constructor Detail

MavenIndexerUtils

@Inject
public MavenIndexerUtils(PlexusSisuBridge plexusSisuBridge)
                  throws PlexusSisuBridgeException
Throws:
PlexusSisuBridgeException
Method Detail

getAllIndexCreators

public List<? extends org.apache.maven.index.context.IndexCreator> getAllIndexCreators()

setAllIndexCreators

public void setAllIndexCreators(List<org.apache.maven.index.context.IndexCreator> allIndexCreators)


Copyright © 2006-2013 The Apache Software Foundation. All Rights Reserved.