Interface FileDetector

All Known Implementing Classes:
LocalFileDetector, UselessFileDetector

@NullMarked public interface FileDetector
Used for identifying whether a sequence of chars represents the path to a file.
  • Method Summary

    Modifier and Type
    Method
    Description
    @Nullable File
     
  • Method Details