org.enhydra.snapper.parsers.fileparsers.parsers
Class PowerParser
java.lang.Object
org.enhydra.snapper.parsers.fileparsers.parsers.PowerParser
- All Implemented Interfaces:
- Compound, Converter, FileParser
- public class PowerParser
- extends java.lang.Object
- implements Converter, Compound
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
customproperties
public java.util.Map customproperties
PowerParser
public PowerParser()
parse
public void parse(java.io.File originalFile,
java.lang.String tempDir)
throws FileParserException
- Specified by:
parse
in interface FileParser
- Throws:
FileParserException
setLimit
public void setLimit(int limit)
- Specified by:
setLimit
in interface FileParser
getTitle
public java.lang.String getTitle()
- Specified by:
getTitle
in interface FileParser
getParsedText
public java.lang.String getParsedText()
- Specified by:
getParsedText
in interface FileParser
getFileProperties
public java.lang.String getFileProperties()
- Specified by:
getFileProperties
in interface FileParser
getAuthor
public java.lang.String getAuthor()
- Specified by:
getAuthor
in interface Compound
getLastSavedBy
public java.lang.String getLastSavedBy()
- Specified by:
getLastSavedBy
in interface Compound
parse
public void parse()
throws FileParserException
- Throws:
FileParserException
close
public void close()
- Specified by:
close
in interface FileParser
getConvertedExtension
public java.lang.String getConvertedExtension()
- Specified by:
getConvertedExtension
in interface Converter
getConvertedText
public java.lang.String getConvertedText()
- Specified by:
getConvertedText
in interface Converter
setConverter
public void setConverter(java.lang.String converterClassName,
java.lang.String conversionPath)
- Specified by:
setConverter
in interface Converter