Class IndexDataReader.IndexDataReadResult

java.lang.Object
org.apache.maven.index.updater.IndexDataReader.IndexDataReadResult
Enclosing class:
IndexDataReader

public static class IndexDataReader.IndexDataReadResult extends Object
An index data read result holder
  • Constructor Details

    • IndexDataReadResult

      public IndexDataReadResult()
  • Method Details

    • setDocumentCount

      public void setDocumentCount(int documentCount)
    • getDocumentCount

      public int getDocumentCount()
    • setTimestamp

      public void setTimestamp(Date timestamp)
    • getTimestamp

      public Date getTimestamp()
    • setRootGroups

      public void setRootGroups(Set<String> rootGroups)
    • getRootGroups

      public Set<String> getRootGroups()
    • setAllGroups

      public void setAllGroups(Set<String> allGroups)
    • getAllGroups

      public Set<String> getAllGroups()