|
|||||||||
| Home >> All >> com >> lanceolav >> [ jreftree overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.lanceolav.jreftree
Class WebTools

java.lang.Objectcom.lanceolav.jreftree.WebTools
- public final class WebTools
- extends java.lang.Object
| Nested Class Summary | |
private static class |
WebTools.URLTemplate
|
| Field Summary | |
private static java.io.File |
configFile
|
private static java.util.Vector |
journalTemplates
|
private static java.lang.String |
password
|
private static java.util.Vector |
proxies
|
private static java.io.File |
url_template_file
|
private static java.lang.String |
username
|
| Constructor Summary | |
private |
WebTools()
|
| Method Summary | |
private static void |
addTemplateElements(org.w3c.dom.Element URLTemplateRoot,
org.w3c.dom.Document d)
|
private static java.lang.String |
base64encode(java.lang.String s)
|
static void |
configProxy()
|
static boolean |
downloadable(JournalEntry je)
|
static boolean |
downloadPaper(JournalEntry je)
|
private static java.util.Vector |
loadProxies()
|
private static java.util.Vector |
loadURLTemplates(java.io.File file)
|
private static java.lang.String |
refSite(JournalEntry je)
|
private static void |
saveProxies()
|
private static void |
saveURLTemplates(java.io.File file)
|
private static void |
setProxy(java.lang.String p)
|
private static void |
setProxyAuthorization(java.net.HttpURLConnection uc)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
url_template_file
private static final java.io.File url_template_file
journalTemplates
private static java.util.Vector journalTemplates
username
private static java.lang.String username
password
private static java.lang.String password
configFile
private static java.io.File configFile
proxies
private static java.util.Vector proxies
| Constructor Detail |
WebTools
private WebTools()
| Method Detail |
setProxy
private static void setProxy(java.lang.String p)
configProxy
public static void configProxy()
loadProxies
private static java.util.Vector loadProxies()
saveProxies
private static void saveProxies()
refSite
private static java.lang.String refSite(JournalEntry je)
downloadable
public static boolean downloadable(JournalEntry je)
setProxyAuthorization
private static void setProxyAuthorization(java.net.HttpURLConnection uc)
downloadPaper
public static boolean downloadPaper(JournalEntry je)
base64encode
private static java.lang.String base64encode(java.lang.String s)
loadURLTemplates
private static java.util.Vector loadURLTemplates(java.io.File file)
saveURLTemplates
private static void saveURLTemplates(java.io.File file)
addTemplateElements
private static void addTemplateElements(org.w3c.dom.Element URLTemplateRoot, org.w3c.dom.Document d)
|
|||||||||
| Home >> All >> com >> lanceolav >> [ jreftree overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
com.lanceolav.jreftree.WebTools