Class UserReportHandler
- All Implemented Interfaces:
ResourceHandler<URL>,Iterable<URL>
Read xml/opgraph files found in ~/Documents/Phon/reports/
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionloadFromFile(File f) Abstract method for loading the given file as an instance of the parameterized type.Methods inherited from class ca.phon.util.resources.FolderHandler
getFileFilter, getRecursive, iterator, setFileFilter, setRecursiveMethods inherited from class ca.phon.util.resources.FileHandler
addFile, getFiles, removeFileMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliterator
-
Field Details
-
DEFAULT_USER_REPORT_FOLDER
-
-
Constructor Details
-
UserReportHandler
public UserReportHandler() -
UserReportHandler
-
-
Method Details
-
loadFromFile
Description copied from class:FileHandlerAbstract method for loading the given file as an instance of the parameterized type.- Specified by:
loadFromFilein classFileHandler<URL>- Parameters:
f-- Throws:
IOException
-