Package org.aksw.commons.util.string
Interface FileName
-
- All Known Implementing Classes:
FileNameImpl
public interface FileNameA model to represent file names - comprising a base name, a content type part and a list of encodings- Author:
- raven
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetBaseName()StringgetContentPart()List<String>getEncodingParts()StringgetExtension(boolean precedeWithDotIfNotEmpty)The concatenation of contentPart and encoding parts (joined with dot) without a preceding dot
-