Uses of Class
org.apache.maven.index.context.UnsupportedExistingLuceneIndexException

Packages that use UnsupportedExistingLuceneIndexException
org.apache.maven.index   
org.apache.maven.index.context   
 

Uses of UnsupportedExistingLuceneIndexException in org.apache.maven.index
 

Methods in org.apache.maven.index that throw UnsupportedExistingLuceneIndexException
 IndexingContext NexusIndexer.addIndexingContext(String id, String repositoryId, File repository, org.apache.lucene.store.Directory directory, String repositoryUrl, String indexUpdateUrl, List<? extends IndexCreator> indexers)
          Adds an indexing context to Nexus indexer.
 IndexingContext DefaultNexusIndexer.addIndexingContext(String id, String repositoryId, File repository, org.apache.lucene.store.Directory directory, String repositoryUrl, String indexUpdateUrl, List<? extends IndexCreator> indexers)
           
 IndexingContext NexusIndexer.addIndexingContext(String id, String repositoryId, File repository, File indexDirectory, String repositoryUrl, String indexUpdateUrl, List<? extends IndexCreator> indexers)
          Adds an indexing context to Nexus indexer.
 IndexingContext DefaultNexusIndexer.addIndexingContext(String id, String repositoryId, File repository, File indexDirectory, String repositoryUrl, String indexUpdateUrl, List<? extends IndexCreator> indexers)
           
 

Uses of UnsupportedExistingLuceneIndexException in org.apache.maven.index.context
 

Constructors in org.apache.maven.index.context that throw UnsupportedExistingLuceneIndexException
DefaultIndexingContext(String id, String repositoryId, File repository, org.apache.lucene.store.Directory indexDirectory, String repositoryUrl, String indexUpdateUrl, List<? extends IndexCreator> indexCreators, boolean reclaimIndex)
           
DefaultIndexingContext(String id, String repositoryId, File repository, File indexDirectoryFile, String repositoryUrl, String indexUpdateUrl, List<? extends IndexCreator> indexCreators, boolean reclaimIndex)
           
 



Copyright © 2002-2012 The Apache Software Foundation. All Rights Reserved.