weka.core.converters
Interface URLSourcedLoader

All Known Implementing Classes:
ArffLoader, JSONLoader, LibSVMLoader, MatlabLoader, SVMLightLoader, XRFFLoader

public interface URLSourcedLoader

Interface to a loader that can load from a http url

Version:
$Revision 1.0 $
Author:
Mark Hall

Method Summary
 java.lang.String retrieveURL()
          Return the current url
 void setURL(java.lang.String url)
          Set the url to load from
 

Method Detail

setURL

void setURL(java.lang.String url)
            throws java.lang.Exception
Set the url to load from

Parameters:
url - the url to load from
Throws:
java.lang.Exception - if the url can't be set.

retrieveURL

java.lang.String retrieveURL()
Return the current url

Returns:
the current url