Package ca.phon.syllabifier.basic
Class BasicSyllabifierFolderHandler
java.lang.Object
ca.phon.util.resources.FileHandler<T>
ca.phon.util.resources.FolderHandler<Syllabifier>
ca.phon.syllabifier.basic.BasicSyllabifierFolderHandler
- All Implemented Interfaces:
ResourceHandler<Syllabifier>
,Iterable<Syllabifier>
-
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
-
Constructor Details
-
BasicSyllabifierFolderHandler
-
-
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<Syllabifier>
- Throws:
IOException
-