|
||||||||||
| 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
net.sf.jsefa.rbf.lowlevel.config.RbfLowLevelConfiguration
public abstract class RbfLowLevelConfiguration
The abstract superclass for RBF type low level configuration classes.
| Nested Class Summary | |
|---|---|
static interface |
RbfLowLevelConfiguration.Defaults
Set of default configuration values. |
| Constructor Summary | |
|---|---|
|
RbfLowLevelConfiguration()
Constructs a new RbfLowLevelConfiguration. |
protected |
RbfLowLevelConfiguration(RbfLowLevelConfiguration other)
Constructs a new RbfLowLevelConfiguration as a copy of the given one. |
| Method Summary | |
|---|---|
LineFilter |
getLineFilter()
Returns the line filter used to filter lines from an input stream. |
Integer |
getLineFilterLimit()
Returns the maximum number of characters to read from a line for passing it to a LineFilter. |
Character |
getSpecialRecordDelimiter()
|
void |
setLineFilter(LineFilter lineFilter)
Sets the line filter to use for filtering lines from an input stream. |
void |
setLineFilterLimit(Integer lineFilterLimit)
Sets the maximum number of characters to read from a line for passing it to a LineFilter. |
void |
setSpecialRecordDelimiter(Character delimiter)
Sets a special record delimiter. |
| Methods inherited from class net.sf.jsefa.common.lowlevel.config.LowLevelConfiguration |
|---|
createCopy, getLineBreak, setLineBreak |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RbfLowLevelConfiguration()
RbfLowLevelConfiguration.
protected RbfLowLevelConfiguration(RbfLowLevelConfiguration other)
RbfLowLevelConfiguration as a copy of the given one.
other - the other config| Method Detail |
|---|
public LineFilter getLineFilter()
public void setLineFilter(LineFilter lineFilter)
lineFilter - the line filterpublic Character getSpecialRecordDelimiter()
public void setSpecialRecordDelimiter(Character delimiter)
delimiter - the delimiterpublic Integer getLineFilterLimit()
LineFilter.
This limit is only used if a special record delimiter is set.
LineFilter.public void setLineFilterLimit(Integer lineFilterLimit)
LineFilter.
This limit is only used if a special record delimiter is set.
lineFilterLimit - the maximum number of characters to read
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||