sfi.director.util.SURL Class Reference

List of all members.

Detailed Description

represents an URL similiar to java.net.URL.

In opposition to java.net.URL SURL is rather an URL parser without any further functionality attached behind the scene -- and therefore not being restricted to known protocols.


Public Member Functions

 SURL ()
 SURL (String url) throws DirectorException
 SURL (SURL base, String url) throws DirectorException
synchronized void set (SURL base, String url) throws DirectorException
String getProtocol ()
String getHost ()
int getPort ()
String getFile ()
String getReference ()
String getQuery ()
String getUser ()
String getPassword ()

Static Public Member Functions

static String decode (String url)

Package Attributes

String protocol = null
String host = null
int port = -1
String file = null
String reference = null
String query = null
String user = null
String password = null


Constructor & Destructor Documentation

sfi.director.util.SURL.SURL  ) 
 

sfi.director.util.SURL.SURL String  url  )  throws DirectorException
 

sfi.director.util.SURL.SURL SURL  base,
String  url
throws DirectorException
 


Member Function Documentation

static String sfi.director.util.SURL.decode String  url  )  [static]
 

String sfi.director.util.SURL.getFile  ) 
 

String sfi.director.util.SURL.getHost  ) 
 

String sfi.director.util.SURL.getPassword  ) 
 

int sfi.director.util.SURL.getPort  ) 
 

String sfi.director.util.SURL.getProtocol  ) 
 

String sfi.director.util.SURL.getQuery  ) 
 

String sfi.director.util.SURL.getReference  ) 
 

String sfi.director.util.SURL.getUser  ) 
 

synchronized void sfi.director.util.SURL.set SURL  base,
String  url
throws DirectorException
 


Member Data Documentation

String sfi.director.util.SURL.file = null [package]
 

String sfi.director.util.SURL.host = null [package]
 

String sfi.director.util.SURL.password = null [package]
 

int sfi.director.util.SURL.port = -1 [package]
 

String sfi.director.util.SURL.protocol = null [package]
 

String sfi.director.util.SURL.query = null [package]
 

String sfi.director.util.SURL.reference = null [package]
 

String sfi.director.util.SURL.user = null [package]
 


The documentation for this class was generated from the following file:
Generated on Sat May 19 01:20:00 2012 for Node Director by  doxygen 1.4.5