|
||||||||||
| 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
public class 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)
The default constructor to analyse a signature block string. |
|
| Method Summary | |
|---|---|
int |
getEndIndex()
|
SignatureObject |
getSignatureObject()
|
int |
getStartIndex()
|
String |
getType()
|
boolean |
separateBlockFromRawText(String rawText,
boolean old_style)
This method is the base method to analyse a raw text separating a signature block string from the raw text. |
String |
toString()
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()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||