|
|
def | configure_postload (cnf, requires, **kwargs) |
| |
|
def | configure_preload (cnf, requires, **kwargs) |
| |
|
|
list | requires = [] |
| |
|
list | tools = ['java', 'buildcopy'] |
| |
| | defaults |
| |
Provides Java support
- checkstyle (linting)
Options:
java=dict(
checkstyle_config=path # Path to checkstyle configuration file.
)
◆ defaults
| wtools.config.java.defaults |
|
static |
Initial value:= dict(
checkstyle_config=os.path.join(os.path.dirname(__file__), 'tools/resources/eso_checks.xml')
)
The documentation for this class was generated from the following file: