Package ca.phon.app.opgraph.report
Class UserReportHandler
- All Implemented Interfaces:
ResourceHandler<URL>
,Iterable<URL>
Read xml/opgraph files found in ~/Documents/Phon/reports/
-
Field Summary
-
Constructor Summary
-
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, setRecursive
Methods inherited from class ca.phon.util.resources.FileHandler
addFile, getFiles, removeFile
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods 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:FileHandler
Abstract method for loading the given file as an instance of the parameterized type.- Specified by:
loadFromFile
in classFileHandler<URL>
- Throws:
IOException
-