|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.jsefa.common.lowlevel.config.LowLevelConfiguration
public abstract class LowLevelConfiguration
The abstract superclass for low level configuration object classes. It uses lazy initialization.
A configuration object is used when creating a new LowLevelIOFactory
. One configuration object can be
used for the creation of multiple factories as each new factory holds its own copy of the configuration object.
So the configuration object can be changed after creating a factory with it without affecting the configuration
of the factory.
Nested Class Summary | |
---|---|
static interface |
LowLevelConfiguration.Defaults
Set of default configuration values. |
Constructor Summary | |
---|---|
protected |
LowLevelConfiguration()
Constructs a new LowLevelConfiguration . |
protected |
LowLevelConfiguration(LowLevelConfiguration other)
Constructs a new LowLevelConfiguration as a copy of the given one. |
Method Summary | |
---|---|
abstract LowLevelConfiguration |
createCopy()
Creates a copy of this LowLevelConfiguration . |
String |
getLineBreak()
Returns the line break String . |
void |
setLineBreak(String lineBreak)
Sets the line break String . |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected LowLevelConfiguration()
LowLevelConfiguration
.
protected LowLevelConfiguration(LowLevelConfiguration other)
LowLevelConfiguration
as a copy of the given one.
other
- the other configMethod Detail |
---|
public String getLineBreak()
String
.
String
public void setLineBreak(String lineBreak)
String
.
lineBreak
- the line break String
public abstract LowLevelConfiguration createCopy()
LowLevelConfiguration
.
LowLevelConfiguration
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |