Node Director
|
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) |
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.
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 |
|
static |
String sfi.director.util.SURL.getFile | ( | ) |
String sfi.director.util.SURL.getHost | ( | ) |
Referenced by sfi.director.application.scripttask.CollectSysinfo.create(), sfi.director.application.scripttask.CreateHomeDB.create(), sfi.director.application.scripttask.ConfigHost.create(), sfi.director.repository.NCOdbcIniFile.encodeEntry(), sfi.director.repository.NISTable.setURL(), and sfi.director.repository.JDBC.setURL().
String sfi.director.util.SURL.getPassword | ( | ) |
int sfi.director.util.SURL.getPort | ( | ) |
Referenced by sfi.director.repository.NCOdbcIniFile.encodeEntry().
String sfi.director.util.SURL.getProtocol | ( | ) |
Referenced by sfi.director.application.scripttask.CreateHomeDB.create(), sfi.director.application.scripttask.ConfigHost.create(), sfi.director.repository.NCOdbcIniFile.encodeEntry(), sfi.director.application.scripttask.CreateHomeDB.exec(), sfi.director.application.autodoc.CollectWinProxy.isWilling(), and sfi.director.repository.JDBC.setURL().
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 |