|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface PlatformFile
A local file on a platform.
| Method Summary | |
|---|---|
void |
cancel()
Cancels the current upload or download. |
java.lang.String |
getName()
|
long |
getSize()
|
void |
upload(java.net.URI destinationURI)
Uploads the file from the platform. |
| Methods inherited from interface com.guiseframework.event.ProgressListenable |
|---|
addProgressListener, removeProgressListener |
| Method Detail |
|---|
java.lang.String getName()
long getSize()
void cancel()
void upload(java.net.URI destinationURI)
destinationURI - The URI representing the destination of the platform file, either absolute or relative to the application.
java.lang.NullPointerException - if the given destination URI is null.
java.lang.IllegalStateException - the platform file can no longer be uploaded because, for example, other platform files have since been selected.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||