|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.xbus.technical.file.FileReceiverConfiguration
public class FileReceiverConfiguration
Makes some configuration parameters accessible to different Receivers dealing with files.
Constructor Summary | |
---|---|
FileReceiverConfiguration(java.lang.String system)
Reads some configuration entries and stores them in class variables. |
Method Summary | |
---|---|
java.lang.String |
getEncoding()
Returns the parameter Encoding . |
java.lang.String |
getFileName()
Returns the parameter FileName . |
int |
getLineLength()
Returns the parameter RecordLineLength . |
int |
getMaxLineLength()
Returns the parameter MaxLineLength . |
java.lang.String |
getOnError()
Returns the parameter OnError . |
java.lang.String |
getResolution()
Returns the parameter FinalResolution . |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FileReceiverConfiguration(java.lang.String system) throws XException
system
- name of the system under which the parameters are stored
XException
- if something goes wrongMethod Detail |
---|
public java.lang.String getFileName()
FileName
.
public java.lang.String getEncoding()
Encoding
.
public int getLineLength()
RecordLineLength
.
public int getMaxLineLength()
MaxLineLength
.
public java.lang.String getOnError()
OnError
.
public java.lang.String getResolution()
FinalResolution
.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |