net.sf.jsefa.flr.lowlevel.config
Class FlrLowLevelConfiguration

java.lang.Object
  extended by net.sf.jsefa.common.lowlevel.config.LowLevelConfiguration
      extended by net.sf.jsefa.rbf.lowlevel.config.RbfLowLevelConfiguration
          extended by net.sf.jsefa.flr.lowlevel.config.FlrLowLevelConfiguration

public class FlrLowLevelConfiguration
extends RbfLowLevelConfiguration

Configuration object for creating a FlrLowLevelSerializer or FlrLowLevelDeserializer. It uses lazy initialization.

Author:
Norman Lahme-Huetig

Nested Class Summary
 
Nested classes/interfaces inherited from class net.sf.jsefa.rbf.lowlevel.config.RbfLowLevelConfiguration
RbfLowLevelConfiguration.Defaults
 
Constructor Summary
FlrLowLevelConfiguration()
          Constructs a new FlrLowLevelConfiguration.
 
Method Summary
 FlrLowLevelConfiguration createCopy()
          Creates a copy of this LowLevelConfiguration.
 
Methods inherited from class net.sf.jsefa.rbf.lowlevel.config.RbfLowLevelConfiguration
getLineFilter, getLineFilterLimit, getSpecialRecordDelimiter, setLineFilter, setLineFilterLimit, setSpecialRecordDelimiter
 
Methods inherited from class net.sf.jsefa.common.lowlevel.config.LowLevelConfiguration
getLineBreak, setLineBreak
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FlrLowLevelConfiguration

public FlrLowLevelConfiguration()
Constructs a new FlrLowLevelConfiguration.

Method Detail

createCopy

public FlrLowLevelConfiguration createCopy()
Creates a copy of this LowLevelConfiguration.

Specified by:
createCopy in class LowLevelConfiguration
Returns:
a copy of this LowLevelConfiguration


Copyright © 2014. All rights reserved.