Class ValidationArtifactHandler<T>
java.lang.Object
br.ufsc.labsec.commons.report.verificationPackage.collector.ValidationArtifactHandler<T>
- All Implemented Interfaces:
ArtifactHandler<T>
- Direct Known Subclasses:
CertHandler, CRLHandler, OCSPHandler
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final SignatureArtifactInterfaceprotected final Source -
Constructor Summary
ConstructorsConstructorDescriptionValidationArtifactHandler(SignatureArtifactInterface artifact, Source source) -
Method Summary
Modifier and TypeMethodDescriptionfinal voidcollect(Collection<T> artifactSource, Collection<T> artifactsInCache) Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ArtifactHandler
compress, destination
-
Field Details
-
artifact
-
source
-
-
Constructor Details
-
ValidationArtifactHandler
-
-
Method Details
-
collect
- Specified by:
collectin interfaceArtifactHandler<T>
-