クラス Minifier
- java.lang.Object
-
- com.matsuyoido.plugin.frontend.task.Compiler
-
- com.matsuyoido.plugin.frontend.task.Minifier
-
public abstract class Minifier extends Compiler
-
-
フィールドの概要
-
クラスから継承されたフィールド com.matsuyoido.plugin.frontend.task.Compiler
log, outputExtension
-
-
コンストラクタの概要
コンストラクタ コンストラクタ 説明 Minifier(java.lang.String extension, boolean isDeleteBeforeCompileFile, boolean continueIfErrorExist)
-
メソッドの概要
すべてのメソッド インスタンス・メソッド concreteメソッド 修飾子とタイプ メソッド 説明 protected voidafterEvaluate(java.nio.file.Path filePath, java.nio.file.Path outputPath, java.util.Optional<java.lang.Throwable> exception)If we handle compile result, this method override.-
クラスから継承されたメソッド com.matsuyoido.plugin.frontend.task.Compiler
compile, compileExecute, convetToOutputPath, execute, getTargets, outputFile
-
-
-
-
メソッドの詳細
-
afterEvaluate
protected void afterEvaluate(java.nio.file.Path filePath, java.nio.file.Path outputPath, java.util.Optional<java.lang.Throwable> exception)クラスからコピーされた説明:CompilerIf we handle compile result, this method override.- オーバーライド:
afterEvaluateクラス内Compiler- パラメータ:
filePath- compile target pathoutputPath- compiled output pathexception- if happened error
-
-