|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.fusesource.common.util.Files
public class Files
| Nested Class Summary | |
|---|---|
static class |
Files.DownloadCycle
|
| Constructor Summary | |
|---|---|
Files()
|
|
| Method Summary | |
|---|---|
static java.io.File |
urlToFile(java.lang.String url,
java.lang.String tempFilePrefix,
java.lang.String tempFilePostfix)
|
static java.io.File |
urlToFile(java.net.URL url,
java.lang.String tempFilePrefix,
java.lang.String tempFilePostfix)
Attempts to convert a URL to a file or copies the URL to a temporary file if it can't be easily converted |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Files()
| Method Detail |
|---|
public static java.io.File urlToFile(java.lang.String url,
java.lang.String tempFilePrefix,
java.lang.String tempFilePostfix)
throws java.io.IOException
java.io.IOException
public static java.io.File urlToFile(java.net.URL url,
java.lang.String tempFilePrefix,
java.lang.String tempFilePostfix)
throws java.io.IOException
java.io.IOException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||