Package org.planit.output.formatter
Class OutputFormatterFactory
- java.lang.Object
-
- org.planit.output.formatter.OutputFormatterFactory
-
public final class OutputFormatterFactory extends Object
Factory to create output writers of any compatible type- Author:
- markr
-
-
Constructor Summary
Constructors Constructor Description OutputFormatterFactory()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static OutputFormatter
createOutputFormatter(String OutputFormatterCanonicalClassName)
Create an output formatter based on the passed in class name
-
-
-
Method Detail
-
createOutputFormatter
public static OutputFormatter createOutputFormatter(String OutputFormatterCanonicalClassName) throws PlanItException
Create an output formatter based on the passed in class name- Parameters:
OutputFormatterCanonicalClassName
- canonical class name of the desired output formatter- Returns:
- created output formatter instance
- Throws:
PlanItException
- thrown if there is an error
-
-