|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectat.gv.egiz.pdfas.impl.api.analyze.AnalyzeResultImpl
Holds the result of an analyzation.
| Field Summary | |
protected List |
noSignatures
The found non-signature update blocks. |
protected List |
signatures
The found signatures. |
| Constructor Summary | |
AnalyzeResultImpl(List signatures)
Constructor. |
|
AnalyzeResultImpl(List signatures,
List noSignatures)
Constructor. |
|
| Method Summary | |
List |
getNoSignatures()
|
List |
getSignatures()
Returns the list of found signatures. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected List signatures
protected List noSignatures
| Constructor Detail |
public AnalyzeResultImpl(List signatures,
List noSignatures)
signatures - The found signatures.noSignatures - The found non-signature update blocks.public AnalyzeResultImpl(List signatures)
signatures - The found signatures.| Method Detail |
public List getSignatures()
throws PdfAsException
AnalyzeResult
getSignatures in interface AnalyzeResultSignatureInformation objects representing all
found signatures.
PdfAsException - Thrown on error.AnalyzeResult.getSignatures()public List getNoSignatures()
getNoSignatures in interface AnalyzeResult
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||