class

Detector::Specification::WSDL

Inherits Detector < Reference < Object

Class methods

tech_name

The tech name without needing an instance, so the registry can be read off the classes themselves rather than from a parallel list.

Source

Instance methods

applicable?(filename : String) : Bool

Registers WSDL paths in CodeLocator for the analyzer pass to consume. Must keep running after the first match so every spec in a multi-WSDL repo is captured.

Source
detect(filename : String, file_contents : String) : Bool
Source
idempotent?

Registers WSDL paths in CodeLocator for the analyzer pass to consume. Must keep running after the first match so every spec in a multi-WSDL repo is captured.

Source
set_name

Registers WSDL paths in CodeLocator for the analyzer pass to consume. Must keep running after the first match so every spec in a multi-WSDL repo is captured.

Source