public interface ExtendedService
ExtendedService
は、現在の JNLP API に追加のサポートを提供します。これにより、クライアントのファイルシステムで、アプリケーションを使用して特定のファイルを開くことができます。修飾子と型 | メソッドと説明 |
---|---|
FileContents |
openFile(java.io.File file)
ファイルがまだ開かれていない場合、指定されたファイルを開く許可をユーザーに確認します。
|
FileContents[] |
openFiles(java.io.File[] files)
ファイルがまだ開かれていない場合、指定されたファイルのリストを開く許可をユーザーに確認します。
|
FileContents openFile(java.io.File file) throws java.io.IOException
file
- ファイルオブジェクトjava.io.IOException
- 入出力エラーが発生した場合FileContents[] openFiles(java.io.File[] files) throws java.io.IOException
files
- ファイルの配列java.io.IOException
- 入出力エラーが発生した場合Copyright © 1998, 2013, Oracle and/or its affiliates. All rights reserved.