|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IDownloadHelper
Helper to download any webpage or a specific hattrick xml file
Method Summary | |
---|---|
java.lang.String |
fetchRegionID(int teamID)
gets regionID for a team by teamID |
java.io.InputStream |
getFileFromWeb(java.lang.String url,
boolean displaysettingsScreen)
gets an Input Stream for a usal web file (not from hattrick ) |
java.lang.String |
getHattrickXMLFile(java.lang.String file)
downloads an xml File from hattrick |
java.lang.String |
getUsalWebPage(java.lang.String ur,
boolean displaysettingsScreen)
donwloads a usal web page (not from hattrick ) |
Method Detail |
---|
java.io.InputStream getFileFromWeb(java.lang.String url, boolean displaysettingsScreen) throws java.io.IOException
url
- url to file http://www.natom.dedisplaysettingsScreen
- launch up Proxy Screen so user can set neceessary Options
java.io.IOException
- TODO Missing Constructuor Exception Documentationjava.lang.String getHattrickXMLFile(java.lang.String file) throws java.io.IOException
file
- ex. = /common/leagueDetails.asp?outputType=XML&actionType=view
java.io.IOException
- TODO Missing Constructuor Exception Documentationjava.lang.String getUsalWebPage(java.lang.String ur, boolean displaysettingsScreen) throws java.io.IOException
ur
- url to webpage http://www.natom.dedisplaysettingsScreen
- TODO Missing Constructuor Parameter Documentation
java.io.IOException
- TODO Missing Constructuor Exception Documentationjava.lang.String fetchRegionID(int teamID)
teamID
- TODO Missing Constructuor Parameter Documentation
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |