|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--net.mlw.util.NetUtils
Field Summary | |
static org.apache.commons.logging.Log |
LOGGER
Commons Logger |
Method Summary | |
static void |
copyFile(java.net.URL url,
java.io.File local)
Retrieves a file. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final org.apache.commons.logging.Log LOGGER
Method Detail |
public static void copyFile(java.net.URL url, java.io.File local) throws java.io.IOException
url
- The location of the file to retrieve.local
- The location to store the file locally.
java.io.IOException
- Thrown if thre is an issue saving the file.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |