Module: Dependabot::Maven::Shared::PropertyValueFinding
- Extended by:
- T::Helpers, T::Sig
- Defined in:
- lib/dependabot/maven/shared/property_value_finding.rb
Overview
Interface implemented by the ecosystem-specific PropertyValueFinder classes (Gradle, SBT) that SharedPropertyValueUpdater delegates to. Living in the shared namespace keeps the abstract return type load-safe: each ecosystem gem loads Maven's shared code without loading its sibling.
Instance Method Summary collapse
Instance Method Details
#property_details(property_name:, callsite_buildfile:) ⇒ Object
25 |
# File 'lib/dependabot/maven/shared/property_value_finding.rb', line 25 def property_details(property_name:, callsite_buildfile:); end |