|
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 ExtendedServicefile - the file to open
FileContents object
java.io.IOException - on any io problems
public FileContents[] openFiles(java.io.File[] files)
throws java.io.IOException
ExtendedServiceFileContents array
openFiles in interface ExtendedServicefiles - 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 | |||||||||