Class RemoteReportHandler
- All Implemented Interfaces:
ResourceHandler<URL>,Iterable<URL>
Load reports from a remote URL list.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionloadFromURL(URL url) Instantiate the object from the given url.Methods inherited from class ca.phon.util.resources.URLHandler
add, getURLS, iterator, 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
-
RemoteReportHandler
Constructor
-
-
Method Details
-
loadFromURL
Description copied from class:URLHandlerInstantiate the object from the given url.- Specified by:
loadFromURLin classURLHandler<URL>- Parameters:
url-
-