Interface FileNameExtractor
-
public interface FileNameExtractor
TheFileNameExtractor
interface provides an API for extracting a files name from the providedrawName
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
extract(java.lang.String rawName)
-