Class URLListHandler<T>
java.lang.Object
ca.phon.util.resources.URLHandler<T>
ca.phon.util.resources.URLListHandler<T>
- Type Parameters:
T-
- All Implemented Interfaces:
ResourceHandler<T>,Iterable<T>
- Direct Known Subclasses:
RemoteAnalysisHandler,RemoteMacroHandler,RemoteReportHandler
Load items from a remote URL list. Lines that start with a # are ignored.
Items may be full urls or relative urls. Relative urls are resolved against the
given list URLs parent directory.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class ca.phon.util.resources.URLHandler
add, getURLS, iterator, loadFromURL, removeMethods 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
-
URLListHandler
-