fhm.edu.fem.app
Class FEMINConverterStartup

java.lang.Object
  extended by fhm.edu.fem.app.FEMINConverterStartup

public class FEMINConverterStartup
extends java.lang.Object

Class Description: This class can be used when starting the FEMIN FEM2 to FEM3 converter program

Author:
Thomas Woellert (thomas@woellert.net), Stefan Weissbach (weissbst@gmx.de)

Field Summary
protected static boolean FEM_PLOTTER_COMPATIBLE_OUTPUT
           
protected static Logger localLogger
           
 
Constructor Summary
FEMINConverterStartup(java.io.File femInputFile, boolean femPlotterCompatible)
          Construct a new startup object
 
Method Summary
static void abort(boolean printHelpText)
          Method called when aborting the program
static void main(java.lang.String[] args)
          Call this method to start the FEM program
protected static void start(java.lang.String[] args)
          Separate the given command-line arguments and start the application
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

FEM_PLOTTER_COMPATIBLE_OUTPUT

protected static boolean FEM_PLOTTER_COMPATIBLE_OUTPUT

localLogger

protected static Logger localLogger
Constructor Detail

FEMINConverterStartup

public FEMINConverterStartup(java.io.File femInputFile,
                             boolean femPlotterCompatible)
Construct a new startup object

Parameters:
femInputFile, - the File object representing the input file
femPlotterCompatible, - true if the converted file should be saved compatible to FEM_PLOTTER
Method Detail

abort

public static void abort(boolean printHelpText)
Method called when aborting the program

Parameters:
true - if help-text should be printed, false otherwise

main

public static void main(java.lang.String[] args)
Call this method to start the FEM program

Parameters:
args, - command line arguments, none needed

start

protected static void start(java.lang.String[] args)
Separate the given command-line arguments and start the application

Parameters:
args, - the command-line arguments