Class FileNameParser

java.lang.Object
org.aksw.commons.util.string.FileNameParser

public class FileNameParser extends Object
Parse file name patterns of the form baseName.contentType.encoding1.encodingN Limitation: Currently does not support compound contentTypes such as "rdf.xml". Implementation needs to be revised such that it can "chip away" suffixes of the file name.