|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.xbus.technical.file.FileSenderConfiguration
public class FileSenderConfiguration
TODO Kommentierung
Constructor Summary | |
---|---|
FileSenderConfiguration(XBUSSystem xbusSystem)
Reads some configuration entries and stores them in class variables. |
Method Summary | |
---|---|
java.lang.String |
getEncoding()
|
java.lang.String[] |
getFileNames()
|
java.lang.String |
getResolution()
|
java.lang.String |
retrieveResolution(java.lang.String system)
Reads conflict resolution (resolved action when the file already exists) for the given system name from the configuration and checks its conformity with the allowed ones: Append Overwrie Error |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FileSenderConfiguration(XBUSSystem xbusSystem) throws XException
XException
- if something goes wrongMethod Detail |
---|
public java.lang.String getEncoding()
public java.lang.String[] getFileNames()
public java.lang.String getResolution()
public java.lang.String retrieveResolution(java.lang.String system) throws XException
system
- Sytem name which file resolution must be read.
XException
- if resolution is false or an errors occurs
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |