wtools
ESO waf tools
 All Classes Namespaces Functions Pages
wtools.config.java Class Reference

Static Public Member Functions

def configure_postload
 
def configure_preload
 

Static Public Attributes

list requires = []
 
list tools = ['java', 'buildcopy']
 
tuple defaults
 

Detailed Description

Provides Java support
- checkstyle (linting)

Options:
    java=dict(
        checkstyle_config=path  # Path to checkstyle configuration file.
    )

Member Data Documentation

tuple wtools.config.java.defaults
static
Initial value:
1 = dict(
2  checkstyle_config=os.path.join(os.path.dirname(__file__), 'tools/resources/eso_checks.xml')
3  )

The documentation for this class was generated from the following file: