jp.co.ogis_ri.citk.policytool.common.excel.impl
クラス ExcelPolicyReaderImpl
java.lang.Object
jp.co.ogis_ri.citk.policytool.common.excel.impl.ExcelPolicyReaderImpl
- すべての実装されたインタフェース:
- ExcelPolicyReader
@Component
public class ExcelPolicyReaderImpl
- extends Object
- implements ExcelPolicyReader
ExcelPolicyをファイルから読み込むクラス.
クラス java.lang.Object から継承されたメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExcelPolicyReaderImpl
public ExcelPolicyReaderImpl()
- コンストラクタ.
read
public List<Policy> read(String fileName)
throws ExcelPolicyReadException
- インタフェース
ExcelPolicyReader
の記述:
- 指定されたファイル名のEXCEL形式のファイルからポリシー定義を読み込む.
- 定義:
- インタフェース
ExcelPolicyReader
内の read
- パラメータ:
fileName
- ファイル名.
- 戻り値:
- ポリシー リスト.
- 例外:
ExcelPolicyReadException
Copyright © 2011-2012 OGIS-RI Co.,Ltd.. All Rights Reserved.