java.util.concurrent.Callable<java.lang.Void>public class CompileTask
extends java.lang.Object
implements java.util.concurrent.Callable<java.lang.Void>
| Constructor | Description |
|---|---|
CompileTask(java.io.File source,
java.io.File destination,
org.apache.maven.plugin.logging.Log log,
boolean verbose) |
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.Void |
call() |
Compile the source file.
|
public CompileTask(java.io.File source,
java.io.File destination,
org.apache.maven.plugin.logging.Log log,
boolean verbose)
source - The source file.destination - The destination file.log - The logger.verbose - If the output should be verbose.public java.lang.Void call()
throws java.lang.Exception
call in interface java.util.concurrent.Callable<java.lang.Void>java.lang.Exception - when anything goes wrong while compiling.Copyright © 2018. All rights reserved.