public class FormulaViewer
extends java.lang.Object
Constructor and Description |
---|
FormulaViewer()
Creates new FormulaViewer
|
Modifier and Type | Method and Description |
---|---|
static void |
main(java.lang.String[] args)
Method main
pass me a filename and I'll try and parse the formulas from it
|
void |
parseFormulaRecord(FormulaRecord record)
Method parseFormulaRecord
|
void |
run()
Method run
|
void |
setFile(java.lang.String file)
Method setFile
|
void |
setList(boolean list) |
public void run() throws java.io.IOException
java.io.IOException
- if the file contained errorspublic void parseFormulaRecord(FormulaRecord record)
record
- the record to be parsedpublic void setFile(java.lang.String file)
file
- the file to processpublic void setList(boolean list)
public static void main(java.lang.String[] args) throws java.io.IOException
args
- pass one argument with the filename or --helpjava.io.IOException
- if the file can't be read or contained errorsCopyright 2020 The Apache Software Foundation or its licensors, as applicable.