public interface Command
| Modifier and Type | Method and Description |
|---|---|
void |
execute(File inputDir,
FileType type,
String filename,
PrintStream out) |
static Command |
newCommand(CommandType type,
File inputDir) |
static Command |
newCompile(HtmlCompiler html) |
static Command |
newCompress(HtmlCompiler html) |
static Command |
newDiff() |
static Command |
newVerify() |
void execute(File inputDir, FileType type, String filename, PrintStream out) throws Exception
Exceptionstatic Command newCommand(CommandType type, File inputDir) throws org.apache.maven.plugin.MojoFailureException, UnrecognizedCommand
org.apache.maven.plugin.MojoFailureExceptionUnrecognizedCommandstatic Command newVerify()
static Command newDiff()
static Command newCompress(HtmlCompiler html)
static Command newCompile(HtmlCompiler html)
Copyright © 2019. All rights reserved.