|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectpt.tumba.parser.URLUtils
public class URLUtils
Description of the Class
Field Summary | |
---|---|
private static URLUtils |
_theInstance
|
Constructor Summary | |
---|---|
private |
URLUtils()
|
Method Summary | |
---|---|
static boolean |
chechHost(java.net.URL url,
java.lang.String host)
Description of the Method |
static boolean |
checkHomePage(java.lang.String urlstr2)
Description of the Method |
static boolean |
checkHomePage(java.net.URL url)
Description of the Method |
static boolean |
checkHost(java.net.URL url,
java.util.Iterator hosts)
Description of the Method |
static URLUtils |
getInstance()
|
static java.net.URL |
normalizeURL(java.lang.String aux)
Description of the Method |
static java.net.URL |
normalizeURL(java.lang.String base2,
java.lang.String aux)
Description of the Method |
static java.net.URL |
normalizeURL(java.net.URL aux)
Description of the Method |
static java.net.URL |
normalizeURL(java.net.URL base,
java.lang.String aux)
Description of the Method |
static java.lang.String |
relativeURL(java.net.URL base,
java.net.URL target)
Description of the Method |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private static final URLUtils _theInstance
Constructor Detail |
---|
private URLUtils()
Method Detail |
---|
public static boolean chechHost(java.net.URL url, java.lang.String host)
url
- Description of the Parameterhost
- Description of the Parameter
public static boolean checkHomePage(java.lang.String urlstr2)
urlstr
- Description of the Parameter
public static boolean checkHomePage(java.net.URL url)
url
- Description of the Parameter
public static boolean checkHost(java.net.URL url, java.util.Iterator hosts)
url
- Description of the Parameterhosts
- Description of the Parameter
public static URLUtils getInstance()
public static java.net.URL normalizeURL(java.lang.String aux)
aux
- Description of the Parameter
public static java.net.URL normalizeURL(java.lang.String base2, java.lang.String aux)
base
- Description of the Parameteraux
- Description of the Parameter
public static java.net.URL normalizeURL(java.net.URL aux)
aux
- Description of the Parameter
public static java.net.URL normalizeURL(java.net.URL base, java.lang.String aux)
base
- Description of the Parameteraux
- Description of the Parameter
public static java.lang.String relativeURL(java.net.URL base, java.net.URL target)
base
- Description of the Parametertarget
- Description of the Parameter
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |