org.apache.maven.index.context
Class AbstractIndexingContext

java.lang.Object
  extended by org.apache.maven.index.context.AbstractIndexingContext
All Implemented Interfaces:
IndexingContext
Direct Known Subclasses:
DefaultIndexingContext, MergedIndexingContext

public abstract class AbstractIndexingContext
extends Object
implements IndexingContext


Field Summary
 
Fields inherited from interface org.apache.maven.index.context.IndexingContext
INDEX_CHAIN_ID, INDEX_CHUNK_COUNTER, INDEX_CHUNK_PREFIX, INDEX_FILE_PREFIX, INDEX_ID, INDEX_LEGACY_TIMESTAMP, INDEX_PACKER_PROPERTIES_FILE, INDEX_PROPERTY_PREFIX, INDEX_REMOTE_PROPERTIES_FILE, INDEX_TIME_DAY_FORMAT, INDEX_TIME_FORMAT, INDEX_TIMESTAMP, INDEX_UPDATER_PROPERTIES_FILE
 
Constructor Summary
AbstractIndexingContext()
           
 
Method Summary
 boolean isReceivingUpdates()
          Returns true if this context is receiving updates from remote via IndexUpdater.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.maven.index.context.IndexingContext
close, commit, getAllGroups, getAnalyzer, getGavCalculator, getId, getIndexCreators, getIndexDirectory, getIndexDirectoryFile, getIndexReader, getIndexSearcher, getIndexUpdateUrl, getIndexWriter, getRepository, getRepositoryId, getRepositoryUrl, getRootGroups, getSize, getTimestamp, isSearchable, lock, merge, merge, optimize, purge, rebuildGroups, replace, rollback, setAllGroups, setRootGroups, setSearchable, unlock, updateTimestamp, updateTimestamp, updateTimestamp
 

Constructor Detail

AbstractIndexingContext

public AbstractIndexingContext()
Method Detail

isReceivingUpdates

public boolean isReceivingUpdates()
Description copied from interface: IndexingContext
Returns true if this context is receiving updates from remote via IndexUpdater.

Specified by:
isReceivingUpdates in interface IndexingContext
Returns:


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