Interface LookupTracker

All Known Implementing Classes:
SystemPropertyAndEnvironmentLookup

public interface LookupTracker
Tracks keys that were looked up in the environment.
  • Method Summary

    Modifier and Type
    Method
    Description
     
  • Method Details

    • lookedUpKeys

      Set<String> lookedUpKeys()
      Returns:
      all keys that have been looked up, whether they led to a result or not.