Class FileNameImpl
java.lang.Object
org.aksw.commons.util.string.FileNameImpl
- All Implemented Interfaces:
FileName
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionFileNameImpl(String baseName, String contentPart, List<String> encodingParts) -
Method Summary
Modifier and TypeMethodDescriptionstatic FileNamegetExtension(boolean precedeWithDotIfNotEmpty) The concatenation of contentPart and encoding parts (joined with dot) without a preceding dottoString()
-
Field Details
-
baseName
-
contentPart
-
encodingParts
-
-
Constructor Details
-
FileNameImpl
-
-
Method Details
-
create
-
getBaseName
- Specified by:
getBaseNamein interfaceFileName
-
getContentPart
- Specified by:
getContentPartin interfaceFileName
-
getEncodingParts
- Specified by:
getEncodingPartsin interfaceFileName
-
getExtension
Description copied from interface:FileNameThe concatenation of contentPart and encoding parts (joined with dot) without a preceding dot- Specified by:
getExtensionin interfaceFileName
-
toString
-