|
IcedTea-Web NetX |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sourceforge.jnlp.services.XExtendedService
public class XExtendedService
Implementation of ExtendedService
Constructor Summary | |
---|---|
XExtendedService()
|
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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public XExtendedService()
Method Detail |
---|
public FileContents openFile(java.io.File file) throws java.io.IOException
ExtendedService
openFile
in interface ExtendedService
file
- the file to open
FileContents
object
java.io.IOException
- on any io problemspublic FileContents[] openFiles(java.io.File[] files) throws java.io.IOException
ExtendedService
FileContents
array
openFiles
in interface ExtendedService
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 |