クラス Minifier


  • public abstract class Minifier
    extends Compiler
    • コンストラクタの概要

      コンストラクタ 
      コンストラクタ 説明
      Minifier​(java.lang.String extension, boolean isDeleteBeforeCompileFile, boolean continueIfErrorExist)  
    • コンストラクタの詳細

      • Minifier

        public Minifier​(java.lang.String extension,
                        boolean isDeleteBeforeCompileFile,
                        boolean continueIfErrorExist)
    • メソッドの詳細

      • afterEvaluate

        protected void afterEvaluate​(java.nio.file.Path filePath,
                                     java.nio.file.Path outputPath,
                                     java.util.Optional<java.lang.Throwable> exception)
        クラスからコピーされた説明: Compiler
        If we handle compile result, this method override.
        オーバーライド:
        afterEvaluate クラス内 Compiler
        パラメータ:
        filePath - compile target path
        outputPath - compiled output path
        exception - if happened error