xdoclet.util
Class FileManager
public final class FileManager
extends java.lang.Object
A utility class for handling common filing operations. It also caches loaded files.
- Ara Abrahamian (ara_e@email.com)
- Hani Suleiman (hani@formicary.net)
- Deal with Translator.getString()'s exception better (throw it so the build stops?) in
getFileContent(String)
static String | getURLContent(URL url) - Gets the URLContent attribute of the FileManager class
|
static void | writeURLContent(URL url, File destination) - Describe what the method does
|
getURLContent
public static String getURLContent(URL url)
Gets the URLContent attribute of the FileManager class
url
- Describe what the parameter does
writeURLContent
public static void writeURLContent(URL url,
File destination)
throws IOException
Describe what the method does
url
- Describe what the parameter doesdestination
- Describe what the parameter does