Package ca.phon.query.script
Class SystemQueryScriptHandler
java.lang.Object
ca.phon.util.resources.URLHandler<T>
ca.phon.util.resources.ClassLoaderHandler<QueryScript>
ca.phon.query.script.SystemQueryScriptHandler
- All Implemented Interfaces:
ResourceHandler<QueryScript>
,Iterable<QueryScript>
-
Field Summary
Fields inherited from class ca.phon.util.resources.ClassLoaderHandler
resourcePaths
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionloadFromURL
(URL url) Instantiate the object from the given url.Methods inherited from class ca.phon.util.resources.ClassLoaderHandler
addResource, getClassLoader, getResourcePaths, iterator, loadResourceFile, removeResource, setClassLoader
Methods inherited from class ca.phon.util.resources.URLHandler
add, getURLS, remove
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
-
SystemQueryScriptHandler
public SystemQueryScriptHandler()
-
-
Method Details
-
loadFromURL
Description copied from class:URLHandler
Instantiate the object from the given url.- Specified by:
loadFromURL
in classURLHandler<QueryScript>
- Throws:
IOException
-