Snapper 1.0 API

org.enhydra.snapper.parsers.fileparsers.parsers
Class SnapperPDFParser

java.lang.Object
  extended byorg.enhydra.snapper.parsers.fileparsers.parsers.SnapperPDFParser
All Implemented Interfaces:
FileParser

public class SnapperPDFParser
extends java.lang.Object
implements FileParser

Author:
Milin Radivoj

Constructor Summary
SnapperPDFParser()
           
 
Method Summary
 void close()
           
 java.lang.String getFileProperties()
           
 java.lang.String getParsedText()
           
 java.lang.String getTitle()
           
 void parse()
           
 void parse(java.io.File originalFile, java.lang.String tempDir)
           
 void setLimit(int limit)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SnapperPDFParser

public SnapperPDFParser()
Method Detail

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

parse

public void parse()
           throws FileParserException
Throws:
FileParserException

close

public void close()
Specified by:
close in interface FileParser

Snapper 1.0 API