Package ca.phon.app.opgraph.macro
Class UserMacroHandler
- All Implemented Interfaces:
ResourceHandler<URL>
,Iterable<URL>
-
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_MACRO_FOLDER
-
-
Constructor Details
-
UserMacroHandler
public UserMacroHandler() -
UserMacroHandler
-
-
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
-