|
IcedTea-Web NetX |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ExtendedService
This interface provides a way for the JNLP application to open specific files in the client's system. It asks permission from the user before opening any files.
Method Summary | |
---|---|
FileContents |
openFile(java.io.File file)
Open a file on the client' system and return its contents. |
FileContents[] |
openFiles(java.io.File[] files)
Opens multiple files on the user's sytem and returns their contents as a FileContents array |
Method Detail |
---|
FileContents openFile(java.io.File file) throws java.io.IOException
file
- the file to open
FileContents
object
java.io.IOException
- on any io problemsFileContents[] openFiles(java.io.File[] files) throws java.io.IOException
FileContents
array
files
- the files to open
java.io.IOException
- on any io problems
|
IcedTea-Web NetX |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |