at.gv.egiz.pdfas.impl.api.analyze
Class AnalyzeResultImpl

java.lang.Object
  extended byat.gv.egiz.pdfas.impl.api.analyze.AnalyzeResultImpl
All Implemented Interfaces:
AnalyzeResult

public class AnalyzeResultImpl
extends Object
implements AnalyzeResult

Holds the result of an analyzation.

Author:
wprinz

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

signatures

protected List signatures
The found signatures.


noSignatures

protected List noSignatures
The found non-signature update blocks.

Constructor Detail

AnalyzeResultImpl

public AnalyzeResultImpl(List signatures,
                         List noSignatures)
Constructor.

Parameters:
signatures - The found signatures.
noSignatures - The found non-signature update blocks.

AnalyzeResultImpl

public AnalyzeResultImpl(List signatures)
Constructor.

Parameters:
signatures - The found signatures.
Method Detail

getSignatures

public List getSignatures()
                   throws PdfAsException
Description copied from interface: AnalyzeResult
Returns the list of found signatures.

Specified by:
getSignatures in interface AnalyzeResult
Returns:
Returns a list of SignatureInformation objects representing all found signatures.
Throws:
PdfAsException - Thrown on error.
See Also:
AnalyzeResult.getSignatures()

getNoSignatures

public List getNoSignatures()
Specified by:
getNoSignatures in interface AnalyzeResult


Copyright © 2006-2010. All Rights Reserved.