|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectat.knowcenter.wag.egov.egiz.sig.SignatureBlock
This method is to analyse a signature block string. It searches for configured signature types while compairing defined key words with the text.
| Constructor Summary | |
SignatureBlock(List signatureTypes)
Deprecated. The default constructor to analyse a signature block string. |
|
| Method Summary | |
int |
getEndIndex()
Deprecated. |
SignatureObject |
getSignatureObject()
Deprecated. |
int |
getStartIndex()
Deprecated. |
String |
getType()
Deprecated. |
boolean |
separateBlockFromRawText(String rawText,
boolean old_style)
Deprecated. This method is the base method to analyse a raw text separating a signature block string from the raw text. |
String |
toString()
Deprecated. The standard toString method. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public SignatureBlock(List signatureTypes)
signatureTypes - | Method Detail |
public boolean separateBlockFromRawText(String rawText,
boolean old_style)
rawText - the raw text to separate a signature block from
public int getEndIndex()
public SignatureObject getSignatureObject()
throws SignatureException
SignatureExceptionpublic int getStartIndex()
public String getType()
public String toString()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||