Class RMPDFShell
- java.lang.Object
 - 
- com.inductiveautomation.rm.pdf.reader.RMPDFShell
 
 
- 
public class RMPDFShell extends java.lang.ObjectA test program for the parser. 
- 
- 
Constructor Summary
Constructors Constructor Description RMPDFShell() 
- 
Method Summary
All 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
- 
main
public static void main(java.lang.String[] args)
 
- 
readFile
public 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
 
- 
dumpAll
public void dumpAll(PDFFile aFile, int max) throws ParseException
- Throws:
 ParseException
 
 - 
 
 -