Snapper 1.0 API

org.enhydra.snapper.parsers.fileparsers.parsers
Class OoToText

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

public class OoToText
extends java.lang.Object
implements FileParser


Constructor Summary
OoToText()
           
 
Method Summary
 void close()
           
protected  void finalize()
           
 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, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OoToText

public OoToText()
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

finalize

protected void finalize()
                 throws java.lang.Throwable
Throws:
java.lang.Throwable

close

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

Snapper 1.0 API