org.apache.maven.index.updater
Class IndexUpdateRequest

java.lang.Object
  extended by org.apache.maven.index.updater.IndexUpdateRequest

public class IndexUpdateRequest
extends Object

Request to update indexes.

Author:
Eugene Kuleshov, cstamas

Constructor Summary
IndexUpdateRequest(IndexingContext context, ResourceFetcher resourceFetcher)
           
 
Method Summary
 DocumentFilter getDocumentFilter()
           
 IndexingContext getIndexingContext()
           
 File getLocalIndexCacheDir()
           
 Locker getLocker()
           
 ResourceFetcher getResourceFetcher()
           
 boolean isCacheOnly()
           
 boolean isForceFullUpdate()
           
 boolean isOffline()
           
 void setCacheOnly(boolean cacheOnly)
           
 void setDocumentFilter(DocumentFilter documentFilter)
           
 void setForceFullUpdate(boolean forceFullUpdate)
           
 void setLocalIndexCacheDir(File dir)
           
 void setLocker(Locker locker)
           
 void setOffline(boolean offline)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IndexUpdateRequest

public IndexUpdateRequest(IndexingContext context,
                          ResourceFetcher resourceFetcher)
Method Detail

getIndexingContext

public IndexingContext getIndexingContext()

getResourceFetcher

public ResourceFetcher getResourceFetcher()

getDocumentFilter

public DocumentFilter getDocumentFilter()

setDocumentFilter

public void setDocumentFilter(DocumentFilter documentFilter)

setForceFullUpdate

public void setForceFullUpdate(boolean forceFullUpdate)

isForceFullUpdate

public boolean isForceFullUpdate()

getLocalIndexCacheDir

public File getLocalIndexCacheDir()

setLocalIndexCacheDir

public void setLocalIndexCacheDir(File dir)

getLocker

public Locker getLocker()

setLocker

public void setLocker(Locker locker)

setOffline

public void setOffline(boolean offline)

isOffline

public boolean isOffline()

setCacheOnly

public void setCacheOnly(boolean cacheOnly)

isCacheOnly

public boolean isCacheOnly()


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