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