Archived Website: This website is a static snapshot for archival purposes only. It is no longer maintained or updated.

dataprovider.net
Class FileNetService

java.lang.Object
  |
  +--dataprovider.net.NetService
        |
        +--dataprovider.net.FileNetService

public class FileNetService
extends NetService

Der Service zum Zugreifen auf Dateien, was KEINE Netz-Operation ist. Fuer Testzwecke und das Anlernen von Klassifikatoren.

Version:
1.0
Author:
Jens

Fields inherited from class dataprovider.net.NetService
defaultTimeout, HTMLTEXTNETRESULT, password, TEXTNETRESULT, timeout, typeMap, user
 
Constructor Summary
FileNetService()
           
 
Method Summary
 NetResult getNetResult(java.lang.String url)
          Die Methode getNetResult(String) laedt mit Hilfe Java's URLConnection den Inhalt der uebergebenen URL.
 
Methods inherited from class dataprovider.net.NetService
, composeNetResult, concurrentlyGetNetResults, getNetResultWithURLConnection, getNetService, setDefaultTimeout, setPassword, setTimeout, setUser
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Constructor Detail

FileNetService

public FileNetService()
Method Detail

getNetResult

public NetResult getNetResult(java.lang.String url)
                       throws NetServiceException,
                              java.net.MalformedURLException
Die Methode getNetResult(String) laedt mit Hilfe Java's URLConnection den Inhalt der uebergebenen URL.
Overrides:
getNetResult in class NetService