|
org.net2map.pov.p2p.ToolBox Class ReferenceList of all members.
Detailed Description
- Author:
- moi
Definition at line 38 of file ToolBox.java.
|
Public Member Functions |
| | ToolBox () |
| | Creates a new instance of ToolBox.
|
Static Public Member Functions |
| PipeID | StringToPipeID (PeerGroupID paramPeerGroupID, String paramString) |
| String | StringToIDString (String paramString) |
| java.net.URL | StringToID (String paramString) |
| String | extractStringFromMessage (Message paramMessage, String paramElementName) |
| Message | makeStringMessage (String paramContent, String paramElementName) |
| String | getWebPage (URL url) |
| | Downloads the web page specified by the given URL object.
|
| String | getStringInWebPage (String paramStringName, String paramWebPage) |
| void | main (String[] args) |
| | For unit testiong only.
|
Static Private Attributes |
| org.apache.log4j.Logger | logger |
Constructor & Destructor Documentation
Member Function Documentation
| String org.net2map.pov.p2p.ToolBox.extractStringFromMessage |
( |
Message |
paramMessage, |
|
|
String |
paramElementName |
|
) |
[static] |
|
| String org.net2map.pov.p2p.ToolBox.getStringInWebPage |
( |
String |
paramStringName, |
|
|
String |
paramWebPage |
|
) |
[static] |
|
| String org.net2map.pov.p2p.ToolBox.getWebPage |
( |
URL |
url |
) |
[static] |
|
|
|
Downloads the web page specified by the given URL object.
- Parameters:
-
| url | The URL object that the page will be downloaded from. |
- Returns:
- A
String containing the contents of the page. No extra parsing work is done on the page.
Definition at line 128 of file ToolBox.java.
Referenced by org.net2map.pov.p2p.ToolBox.main(). |
| void org.net2map.pov.p2p.ToolBox.main |
( |
String[] |
args |
) |
[static] |
|
Here is the call graph for this function:
| Message org.net2map.pov.p2p.ToolBox.makeStringMessage |
( |
String |
paramContent, |
|
|
String |
paramElementName |
|
) |
[static] |
|
| java.net.URL org.net2map.pov.p2p.ToolBox.StringToID |
( |
String |
paramString |
) |
[static] |
|
Here is the call graph for this function:
| String org.net2map.pov.p2p.ToolBox.StringToIDString |
( |
String |
paramString |
) |
[static] |
|
| PipeID org.net2map.pov.p2p.ToolBox.StringToPipeID |
( |
PeerGroupID |
paramPeerGroupID, |
|
|
String |
paramString |
|
) |
[static] |
|
Member Data Documentation
org.apache.log4j.Logger org.net2map.pov.p2p.ToolBox.logger [static, private]
|
|
The documentation for this class was generated from the following file:
|
|