|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjavax.robotics.util.RemoteFile
public class RemoteFile
Utility class to select a remote file.
| Constructor Summary | |
|---|---|
RemoteFile(java.lang.String xmlURL)
Constructor from the url string. |
|
RemoteFile(java.net.URL xmlURL)
Constructor from the url. |
|
| Method Summary | |
|---|---|
java.io.File |
getFile()
Gets the remote file. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RemoteFile(java.lang.String xmlURL)
throws java.net.MalformedURLException,
java.io.IOException
xmlURL - the string url of the remote file.
java.net.MalformedURLException
java.io.IOException
public RemoteFile(java.net.URL xmlURL)
throws java.io.IOException
xmlURL - the URL of the remote file.
java.io.IOException| Method Detail |
|---|
public final java.io.File getFile()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||