org.apache.jena.riot.stream
Class LocatorFTP

java.lang.Object
  extended by org.apache.jena.riot.stream.LocatorURL
      extended by org.apache.jena.riot.stream.LocatorFTP
All Implemented Interfaces:
Locator

public class LocatorFTP
extends LocatorURL


Constructor Summary
LocatorFTP()
           
 
Method Summary
 String getName()
           
 int hashCode()
           
 TypedInputStream performOpen(String uri)
           
 
Methods inherited from class org.apache.jena.riot.stream.LocatorURL
equals, open
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LocatorFTP

public LocatorFTP()
Method Detail

performOpen

public TypedInputStream performOpen(String uri)

getName

public String getName()

hashCode

public int hashCode()
Specified by:
hashCode in class LocatorURL


Licenced under the Apache License, Version 2.0