class TomcatSettings extends java.lang.Object
Settings for the Tomcat plugin.
| Type | Name and description |
|---|---|
java.nio.file.Path |
binDirectoryThe directory that the Tomcat bin files for the current project are located. |
java.nio.file.Path |
buildDirectoryThe directory that the Tomcat tar.gz file is exploded to. |
java.nio.file.Path |
buildWebDirectoryThe directory that the Tomcat web application is located. |
java.nio.file.Path |
confDirectoryThe directory that the Tomcat conf files for the current project are located. |
java.lang.String |
dependencyGroupThe Tomcat dependency group that is used to fetch the Tomcat tar.gz file. |
java.nio.file.Path |
webDirectoryThe web application directory in current project. |
| Constructor and description |
|---|
TomcatSettings() |
| 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 directory that the Tomcat bin files for the current project are located. Defaults to src/main/tomcat/bin.
The directory that the Tomcat tar.gz file is exploded to. Defaults to build.
The directory that the Tomcat web application is located. Defaults to build/apache-tomcat/webapps/ROOT.
The directory that the Tomcat conf files for the current project are located. Defaults to src/main/tomcat/conf.
The Tomcat dependency group that is used to fetch the Tomcat tar.gz file. Defaults to tomcat.
The web application directory in current project. Defaults to web.