Class AbstractIndexingContext

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

public abstract class AbstractIndexingContext extends Object implements IndexingContext
  • Constructor Details

    • AbstractIndexingContext

      public AbstractIndexingContext()
  • Method Details

    • 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: