public abstract interface FileNameMap { // Public Instance Methods public abstract String getContentTypeFor(String fileName); }