ch.sahits.model
Class ModelFactory

java.lang.Object
  extended by ch.sahits.model.ModelFactory

public final class ModelFactory
extends java.lang.Object

This factory produces data models for interfaces defiened in this plug-in.

Since:
1.2.0
Author:
Andi Hotz, Sahits GmbH

Constructor Summary
ModelFactory()
           
 
Method Summary
static IOutputFileModel newOutputModel()
          Deprecated. the IOutputFileModel should be created through a builder
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ModelFactory

public ModelFactory()
Method Detail

newOutputModel

public static IOutputFileModel newOutputModel()
Deprecated. the IOutputFileModel should be created through a builder

Retrieve an instance of an IOutputFileModel

Returns:
IOutputFileModel