public interface Command
| Modifier and Type | Method | Description |
|---|---|---|
void |
execute(java.io.File inputDir,
FileType type,
java.lang.String filename,
java.io.PrintStream out) |
|
static Command |
newCommand(CommandType type,
java.io.File inputDir) |
|
static Command |
newCompile(HtmlCompiler html) |
|
static Command |
newCompress(HtmlCompiler html) |
|
static Command |
newDiff() |
|
static Command |
newVerify() |
void execute(java.io.File inputDir,
FileType type,
java.lang.String filename,
java.io.PrintStream out)
throws java.lang.Exception
java.lang.Exceptionstatic Command newCommand(CommandType type, java.io.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 © 2018. All rights reserved.