クラス MaterialProductGroupReporter
java.lang.Object
com.kazurayam.materialstore.base.report.AbstractReporter
com.kazurayam.materialstore.base.report.MaterialProductGroupReporter
- すべての実装されたインタフェース:
HTMLPrettyPrintingCapable
- 直系の既知のサブクラス:
MaterialProductGroupReporterImpl
-
フィールドの概要
クラスから継承されたフィールド com.kazurayam.materialstore.base.report.AbstractReporter
prettyPrinting, verboseLogging
-
コンストラクタの概要
-
メソッドの概要
修飾子とタイプメソッド説明abstract Path
report
(MaterialProductGroup mpg, SortKeys sortKeys, String fileName) abstract void
report
(MaterialProductGroup mpg, SortKeys sortKeys, Path filePath) abstract Path
report
(MaterialProductGroup mpg, String fileName) abstract void
report
(MaterialProductGroup mpg, Path filePath) abstract void
setThreshold
(Double threshold) クラスから継承されたメソッド com.kazurayam.materialstore.base.report.AbstractReporter
enablePrettyPrinting, isPrettyPrintingEnabled, writeModel
-
コンストラクタの詳細
-
MaterialProductGroupReporter
public MaterialProductGroupReporter()
-
-
メソッドの詳細
-
report
-
report
public abstract void report(MaterialProductGroup mpg, SortKeys sortKeys, Path filePath) throws MaterialstoreException -
report
public abstract Path report(MaterialProductGroup mpg, SortKeys sortKeys, String fileName) throws MaterialstoreException -
report
public abstract Path report(MaterialProductGroup mpg, String fileName) throws MaterialstoreException -
setThreshold
-