public class ChipSetStorage extends Storage<ChipSet> implements XMLFileSupport
修飾子とタイプ | メソッドと説明 |
---|---|
static ChipSetStorage |
getInstance()
インスタンスを取得します.
|
void |
readFromXML(java.lang.String filePath)
チップセットの構築を行います.
|
add, addAll, addAll, asList, clear, contains, contains, containsAll, get, getAll, getIfContains, getProperties, isEmpty, iterator, keySet, printAll, printAll, put, putAll, putAll, remove, remove, removeAll, removeAll, removeAll, size, toString
public static ChipSetStorage getInstance()
public void readFromXML(java.lang.String filePath) throws IllegalXMLFormatException, ContentsFileNotFoundException, ContentsIOException, java.lang.NumberFormatException, NameNotFoundException
readFromXML
インタフェース内 XMLFileSupport
filePath
- ロードするXMLファイルのパスを指定します。java.lang.NumberFormatException
- 切り出しサイズの数値がint型に変換できない場合に投げられます。NameNotFoundException
- 指定された名前を持つチップ属性が ChipAttributeStorageに登録されていない場合に投げられます。IllegalXMLFormatException
- XMLフォーマットがDTDに適合しない場合などに投げることができます。ContentsFileNotFoundException
- 指定されたファイルが存在しない場合に投げられます。ContentsIOException
- 指定されたファイルがロードできない場合に投げられます。