public interface OutputGroup
extends java.io.Serializable
| Modifier and Type | Method and Description |
|---|---|
java.io.File |
getOutputDirectory()
Deprecated.
|
default java.nio.file.Path |
getOutputDirectoryAsPath()
Return the directory where class files should be generated.
|
java.io.File |
getSourceDirectory()
Deprecated.
use
getSourceDirectoryAsPath() instead. |
default java.nio.file.Path |
getSourceDirectoryAsPath()
Return the directory where source files are stored for this group.
|
@Deprecated java.io.File getSourceDirectory()
getSourceDirectoryAsPath() instead.Note that source directories should uniquely identify the group for a certain source file.
default java.nio.file.Path getSourceDirectoryAsPath()
Note that source directories should uniquely identify the group for a certain source file.
@Deprecated java.io.File getOutputDirectory()
Incremental compilation manages the class files in this directory, so don't play with this directory out of the Zinc API. Zinc already takes care of deleting classes before every compilation run.
This directory must be exclusively used for one set of sources.
default java.nio.file.Path getOutputDirectoryAsPath()
Incremental compilation manages the class files in this directory, so don't play with this directory out of the Zinc API. Zinc already takes care of deleting classes before every compilation run.
This directory must be exclusively used for one set of sources.