net.sf.juoserver.api
Interface IndexedFileReader<T>

Type Parameters:
T - type of output (result) object
All Superinterfaces:
GenericFileReader<IdxFileEntry,T>
All Known Subinterfaces:
SkillsMulFileReader
All Known Implementing Classes:
MulFileReader

public interface IndexedFileReader<T>
extends GenericFileReader<IdxFileEntry,T>

Contract for a file reader that uses IdxFileEntryImpl as the lookup object type.


Method Summary
 List<T> getAllEntries()
          Retrieves all the outputs in the file.
 
Methods inherited from interface net.sf.juoserver.api.GenericFileReader
getEntryAt
 

Method Detail

getAllEntries

List<T> getAllEntries()
Retrieves all the outputs in the file.

Returns:
all the outputs in the index file


Copyright © 2010-2012. All Rights Reserved.