|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AdditionalAddress
TODO Kommentierung
Method Summary | |
---|---|
java.util.List |
getAddresses()
Returns a list of all configured addresses. |
java.lang.String |
getValue(java.lang.String inValue,
java.lang.String outValue,
java.lang.String key)
|
boolean |
hasMarker(java.lang.String text)
Returns if the given text contains placeholders for informations on the address. |
java.lang.String |
replaceMarker(java.lang.String text,
java.lang.String address)
The given text may contain placeholders for informations on the address. |
Method Detail |
---|
java.util.List getAddresses() throws XException
XException
- if any error occursboolean hasMarker(java.lang.String text) throws XException
text
- text eventually containing markers
XException
- if any error occursjava.lang.String replaceMarker(java.lang.String text, java.lang.String address) throws XException
If the address has not been set, the text will be returned without modifications.
text
- text containing markersaddress
- adress to search for the values
XException
- if the entry is not found or any error occursjava.lang.String getValue(java.lang.String inValue, java.lang.String outValue, java.lang.String key) throws XException
XException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |