Class RMPDFShell
- java.lang.Object
- 
- com.inductiveautomation.rm.pdf.reader.RMPDFShell
 
- 
 public class RMPDFShell extends java.lang.ObjectA test program for the parser.
- 
- 
Constructor SummaryConstructors Constructor Description RMPDFShell()
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddumpAll(PDFFile aFile, int max)static voidmain(java.lang.String[] args)static PDFFilereadFile(java.io.File file)Convenience method to load a new PDFFile from a java.io.File
 
- 
- 
- 
Method Detail- 
mainpublic static void main(java.lang.String[] args) 
 - 
readFilepublic static PDFFile readFile(java.io.File file) throws java.io.IOException Convenience method to load a new PDFFile from a java.io.File- Throws:
- java.io.IOException
 
 - 
dumpAllpublic void dumpAll(PDFFile aFile, int max) throws ParseException - Throws:
- ParseException
 
 
- 
 
-