クラス PDF2HTMLMapper
- java.lang.Object
-
- com.kazurayam.materialstore.mapper.PDF2HTMLMapper
-
- すべての実装されたインタフェース:
com.kazurayam.materialstore.map.Mapper
public final class PDF2HTMLMapper extends java.lang.Object implements com.kazurayam.materialstore.map.Mapper
-
-
コンストラクタの概要
コンストラクタ コンストラクタ 説明 PDF2HTMLMapper()
-
メソッドの概要
すべてのメソッド インスタンス・メソッド concreteメソッド 修飾子とタイプ メソッド 説明 void
map(com.kazurayam.materialstore.core.Material pdfMaterial)
void
setMappingListener(com.kazurayam.materialstore.map.MappingListener listener)
void
setStore(com.kazurayam.materialstore.core.Store store)
-
-
-
メソッドの詳細
-
setStore
public void setStore(com.kazurayam.materialstore.core.Store store)
- 定義:
setStore
インタフェース内com.kazurayam.materialstore.map.Mapper
-
setMappingListener
public void setMappingListener(com.kazurayam.materialstore.map.MappingListener listener)
- 定義:
setMappingListener
インタフェース内com.kazurayam.materialstore.map.Mapper
-
map
public void map(com.kazurayam.materialstore.core.Material pdfMaterial) throws com.kazurayam.materialstore.core.MaterialstoreException
- 定義:
map
インタフェース内com.kazurayam.materialstore.map.Mapper
- 例外:
com.kazurayam.materialstore.core.MaterialstoreException
-
-