|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 11g Release 2 (11.1.2.4.0) E17493-05 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectoracle.ide.util.URLCopier
public class URLCopier
A utility class for copying URLs.
| Constructor Summary | |
|---|---|
URLCopier()
|
|
| Method Summary | |
|---|---|
protected void |
copyDirectoryRecursive(java.net.URL source,
java.net.URL destination)
|
void |
copyURL(java.net.URL source,
java.net.URL destination)
Currently implements for File URLs only, but can be expanded to other types later. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public URLCopier()
| Method Detail |
|---|
public void copyURL(java.net.URL source,
java.net.URL destination)
throws java.io.IOException
source - the source for copying.destination - the destination to be copied to.
java.io.IOException
protected void copyDirectoryRecursive(java.net.URL source,
java.net.URL destination)
throws java.io.IOException
java.io.IOException
|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 11g Release 2 (11.1.2.4.0) E17493-05 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||