public class FixedPositionRecordHandlerManager extends RecordHandlerManager
log
Constructor and Description |
---|
FixedPositionRecordHandlerManager() |
Modifier and Type | Method and Description |
---|---|
RecordHandlingFlow |
getRecordHandler(PipeLineSession session,
String record) |
void |
setEndPosition(int i)
If endposition >= 0 then this field contains the endPosition of the recordtype field in the record; All characters beyond this position are ignored.
|
void |
setStartPosition(int i)
Start position of the field in the record that identifies the recordtype (first character is 0)
|
addHandler, configure, getFlowMap, getRecordFactoryUsingFilename, getRecordHandlerByKey, getRecordHandlers, setInitial, setName
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
isInitial
getName
public RecordHandlingFlow getRecordHandler(PipeLineSession session, String record) throws Exception
getRecordHandler
in interface IRecordHandlerManager
getRecordHandler
in class RecordHandlerManager
Exception
public void setStartPosition(int i)
public void setEndPosition(int i)
Copyright © 2023 Frank!Framework. All rights reserved.