org.apache.maven.index.updater
Class IndexUpdateResult

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

public class IndexUpdateResult
extends Object


Constructor Summary
IndexUpdateResult()
           
 
Method Summary
 Date getTimestamp()
           
 boolean isFullUpdate()
           
 void setFullUpdate(boolean fullUpdate)
           
 void setTimestamp(Date timestamp)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IndexUpdateResult

public IndexUpdateResult()
Method Detail

getTimestamp

public Date getTimestamp()

setTimestamp

public void setTimestamp(Date timestamp)

setFullUpdate

public void setFullUpdate(boolean fullUpdate)

isFullUpdate

public boolean isFullUpdate()


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