Package htmlcompiler.model
Interface Command
public interface Command
-
Method Summary
Modifier and Type Method Description voidexecute(java.io.File inputDir, FileType type, java.lang.String filename, java.io.PrintStream out)static CommandnewCommand(CommandType type)static CommandnewCompile(HtmlCompiler html)static CommandnewCompress(HtmlCompiler html)static CommandnewDiff()static CommandnewVerify()
-
Method Details
-
execute
void execute(java.io.File inputDir, FileType type, java.lang.String filename, java.io.PrintStream out) throws java.lang.Exception- Throws:
java.lang.Exception
-
newCommand
static Command newCommand(CommandType type) throws org.apache.maven.plugin.MojoFailureException, UnrecognizedCommand- Throws:
org.apache.maven.plugin.MojoFailureExceptionUnrecognizedCommand
-
newVerify
-
newDiff
-
newCompress
-
newCompile
-