public class GeometryDistiller
extends java.lang.Object
Constructor and Description |
---|
GeometryDistiller()
Default constructor.
|
GeometryDistiller(java.lang.String theFileName,
java.lang.String theCurriculumName)
Constructor with needed information given.
|
Modifier and Type | Method and Description |
---|---|
protected void |
displayUsage()
Display the usage if an error occurs while handling the
command line arguments.
|
protected void |
handleOptions(java.lang.String[] args)
Handle the command line options.
|
void |
justDoIt()
Read and parse the input file, then take that data and log actions.
|
static void |
main(java.lang.String[] args)
Main.
|
java.util.List |
readAndParseFile()
Read the data from the file, parse it and return a list
of RawData objects.
|
public GeometryDistiller()
public GeometryDistiller(java.lang.String theFileName, java.lang.String theCurriculumName)
theFileName
- the file nametheCurriculumName
- the curriculum namepublic final void justDoIt()
public java.util.List readAndParseFile()
protected void handleOptions(java.lang.String[] args)
args
- arguments on the command linedisplayUsage()
protected void displayUsage()
handleOptions(String[])
public static void main(java.lang.String[] args)
args
- command line argumentsCopyright (c) 2015 - Pittsburgh Science of Learning Center