| Modifier and Type | Method and Description |
|---|---|
default java.util.Optional<OutputGroup[]> |
getMultipleOutput()
Returns the multiple outputs passed or to be passed to the Scala compiler.
|
OutputGroup[] |
getOutputGroups()
Return an array of the existent output groups.
|
default java.util.Optional<java.io.File> |
getSingleOutput()
Returns the single output passed or to be passed to the Scala or Java compiler.
|
default java.util.Optional<java.nio.file.Path> |
getSingleOutputAsPath()
Returns the single output passed or to be passed to the Scala or Java compiler.
|
OutputGroup[] getOutputGroups()
Incremental compilation manages the class files in these directories, so don't play with them out of the Zinc API. Zinc already takes care of deleting classes before every compilation run.
default java.util.Optional<java.io.File> getSingleOutput()
OutputOptional.EMPTY.getSingleOutput in interface OutputSingleOutputdefault java.util.Optional<java.nio.file.Path> getSingleOutputAsPath()
OutputOptional.EMPTY.getSingleOutputAsPath in interface OutputSingleOutputdefault java.util.Optional<OutputGroup[]> getMultipleOutput()
OutputOptional.EMPTY.getMultipleOutput in interface OutputMultipleOutput