|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Object jp.go.nict.langrid.repository.file.FileSystemRepository
public class FileSystemRepository
ファイルシステムを使用したレポジトリの基本機能を提供する。 レポジトリ内では、各ストレージ毎にサブディレクトリが割り当てられる。
コンストラクタの概要 | |
---|---|
FileSystemRepository(File aRepositoryPath)
コンストラクタ。 |
メソッドの概要 | |
---|---|
void |
clearStorages()
リポジトリ内容を消去する。 |
void |
delete()
リポジトリ自体を削除する。 |
FileStorage |
getStorage(String name)
ストレージを取得する。 |
Iterable<Storage> |
listStorages()
リポジトリ内のストレージ一覧を返す。 |
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
---|
public FileSystemRepository(File aRepositoryPath) throws IOException
aRepositoryPath
- レポジトリとして使用するディレクトリ
IOException
- レポジトリの構築に失敗したメソッドの詳細 |
---|
public Iterable<Storage> listStorages()
StorageRepository
内の listStorages
public FileStorage getStorage(String name)
StorageRepository
内の getStorage
name
- 取得するストレージの名前
public void clearStorages() throws IOException
StorageRepository
内の clearStorages
IOException
- リポジトリ内容の消去に失敗したpublic void delete() throws IOException
StorageRepository
内の delete
IOException
- リポジトリの削除に失敗した
|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |