Interface ExternalResourceHolder

    • Method Detail

      • getExternalResourceLocations

        Set<StringgetExternalResourceLocations()
        Returns a set of external configuration resource locations which are used by the module. ATTENTION! If 'getExternalResourceLocations()' return null, there will be NullPointerException in Checker. Such behaviour will signal that your module (check or filter) is designed incorrectly. It makes sense to return an empty set from 'getExternalResourceLocations()' only for composite modules like TreeWalker.
        Returns:
        a set of external configuration resource locations which are used by the module.