class JavaLayout extends java.lang.Object
Layout class that defines the directories used by the Java plugin.
| Type | Name and description |
|---|---|
java.nio.file.Path |
buildDirectoryThe build directory. |
java.nio.file.Path |
docDirectoryThe documentation directory. |
java.nio.file.Path |
jarOutputDirectoryThe jar build directory. |
java.nio.file.Path |
mainBuildDirectoryThe main build directory. |
java.nio.file.Path |
mainResourceDirectoryThe main resource directory. |
java.nio.file.Path |
mainSourceDirectoryThe main source directory. |
java.nio.file.Path |
testBuildDirectoryThe test build directory. |
java.nio.file.Path |
testResourceDirectoryThe test resource directory. |
java.nio.file.Path |
testSourceDirectoryThe test source directory. |
| Constructor and description |
|---|
JavaLayout() |
| Methods inherited from class | Name |
|---|---|
class java.lang.Object |
java.lang.Object#wait(long, int), java.lang.Object#wait(), java.lang.Object#wait(long), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
The build directory. Defaults to build.
The documentation directory. Defaults to build/doc.
The jar build directory. Defaults to build/jars.
The main build directory. Defaults to build/classes/main.
The main resource directory. Defaults to src/main/resources.
The main source directory. Defaults to src/main/java.
The test build directory. Defaults to build/classes/test.
The test resource directory. Defaults to src/test/resources.
The test source directory. Defaults to src/test/java.