|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.jsefa.common.config.Configuration<RbfTypeMappingRegistry,RbfEntryPoint>
net.sf.jsefa.rbf.config.RbfConfiguration<FlrLowLevelConfiguration>
net.sf.jsefa.flr.config.FlrConfiguration
public final class FlrConfiguration
A configuration object used when creating an FLR IO factory. It uses lazy initialization for the low level configuration.
Configuration
Nested Class Summary | |
---|---|
static interface |
FlrConfiguration.Defaults
Set of default configuration values. |
Constructor Summary | |
---|---|
FlrConfiguration()
Constructs a new FlrConfiguration . |
Method Summary | |
---|---|
FlrConfiguration |
createCopy()
Creates a copy of this Configuration . |
protected FlrLowLevelConfiguration |
createDefaultLowLevelConfiguration()
Creates the default low level configuration to be used if none is explicitly given. |
char |
getDefaultPadCharacter()
Returns the default pad character. |
String |
getLineBreak()
Returns the line break String . |
void |
setDefaultPadCharacter(char defaultPadCharacter)
Sets the default pad character. |
void |
setLineBreak(String lineBreak)
Sets the line break String . |
Methods inherited from class net.sf.jsefa.rbf.config.RbfConfiguration |
---|
createDefaultTypeMappingRegistry, getLineFilter, getLineFilterLimit, getLowLevelConfiguration, getSpecialRecordDelimiter, setLineFilter, setLineFilterLimit, setLowLevelConfiguration, setSpecialRecordDelimiter |
Methods inherited from class net.sf.jsefa.common.config.Configuration |
---|
getEntryPoints, getObjectAccessorProvider, getSimpleTypeConverterProvider, getTypeMappingRegistry, getValidationMode, getValidatorProvider, setEntryPoints, setObjectAccessorProvider, setSimpleTypeConverterProvider, setTypeMappingRegistry, setValidationMode, setValidatorProvider |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FlrConfiguration()
FlrConfiguration
.
Method Detail |
---|
public FlrConfiguration createCopy()
Configuration
.
createCopy
in class Configuration<RbfTypeMappingRegistry,RbfEntryPoint>
Configuration
public char getDefaultPadCharacter()
public void setDefaultPadCharacter(char defaultPadCharacter)
defaultPadCharacter
- the default pad characterpublic String getLineBreak()
String
.
String
LowLevelConfiguration.getLineBreak()
public void setLineBreak(String lineBreak)
String
.
lineBreak
- the line break String
LowLevelConfiguration.setLineBreak(java.lang.String)
protected FlrLowLevelConfiguration createDefaultLowLevelConfiguration()
createDefaultLowLevelConfiguration
in class RbfConfiguration<FlrLowLevelConfiguration>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |