Interface FileNameExtractor


public interface FileNameExtractor
The FileNameExtractor interface provides an API for extracting a files name from the provided rawName.
  • Method Summary

    Modifier and Type
    Method
    Description
    extract(String rawName)
     
  • Method Details

    • extract

      String extract(String rawName)
      Parameters:
      rawName - of the file which may be a file's path or url
      Returns:
      the extracted file name