Class UserFolderScriptHandler
- All Implemented Interfaces:
ResourceHandler<QueryScript>,Iterable<QueryScript>
-
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
-
Constructor Details
-
UserFolderScriptHandler
-
-
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<QueryScript>- Parameters:
f-- Throws:
IOException
-