Node Director
Public Member Functions | Static Public Member Functions | List of all members
sfi.director.util.SURL Class Reference

represents an URL similiar to java.net.URL. More...

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)

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.

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

The documentation for this class was generated from the following file: