public class URLCopyUtil extends URLCopier
| Constructor and Description |
|---|
URLCopyUtil() |
| Modifier and Type | Method and Description |
|---|---|
void |
copyURL(java.net.URL source,
java.net.URL destination)
Currently implements for File URLs only, but can be expanded
to other types later.
|
copyDirectoryRecursivepublic void copyURL(java.net.URL source,
java.net.URL destination)
throws java.io.IOException
URLCopier