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

public abstract class URLListHandler<T> extends URLHandler<T>
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 Details

    • URLListHandler

      public URLListHandler(URL listURL)