Interface TrackingApplicationContext

All Known Implementing Classes:
TrackingFileSystemXmlApplicationContext

public interface TrackingApplicationContext
Tracks all files opened while constructing the Spring bean definitions.
  • Method Summary

    Modifier and Type
    Method
    Description
     
  • Method Details

    • getFiles

      List<File> getFiles()
      Returns:
      The list of files accessed through the Spring Resource API while constructing the Spring bean definitions.