gov.nih.nlm.umls.io
Interface FileStatisticsConfiguration

All Known Implementing Classes:
InputStreamFileStatisticsConfiguration

public interface FileStatisticsConfiguration

Generically represents a handler for creating FileStatistics information based on some kind of configuration.

Author:
Deborah Shapiro

Method Summary
 FileStatistics getFileStatistics(String file_name)
          Returns the FileStatistics object for the specified file name.
 

Method Detail

getFileStatistics

public FileStatistics getFileStatistics(String file_name)
Returns the FileStatistics object for the specified file name.

Parameters:
file_name - the specified file name
Returns:
the FileStatistics object for the specified file name


Copyright ©2005