ImmutableFileIndex
FileIndex
127128129130131132133
* <strong>The <code>index()</code> method MUST have been called before calling this method.</code> * * @return an immutable instance of the file index */ public FileIndex getIndex() { return new ImmutableFileIndex(this.index); }