Interface FreezeFileScannerFactory

Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface FreezeFileScannerFactory
Since:
v7.3
  • Method Summary

    Modifier and Type
    Method
    Description
    com.atlassian.plugin.loaders.classloading.Scanner
     
  • Method Details

    • createScanner

      com.atlassian.plugin.loaders.classloading.Scanner createScanner(File file)