public class VerifierFactory
extends java.lang.Object
Constructor and Description |
---|
VerifierFactory() |
Modifier and Type | Method and Description |
---|---|
static Verifier |
create(PersistenceType persistenceType,
FileUtilities.FileType fileType,
RuntimeDataInterface runtime,
java.lang.Object object) |
public static Verifier create(PersistenceType persistenceType, FileUtilities.FileType fileType, RuntimeDataInterface runtime, java.lang.Object object) throws SAFSException
persistenceType
- PersistenceType, by what means the benchmark is provided.fileType
- FileType enum object, ONLY useful when persistenceType is PersistenceType.FILEruntime
- RuntimeDataInterface, required by a concrete Verifier.object
- Object, an object required by a concrete Verifier.SAFSException
- if no Verifier has been created.Copyright © SAS Institute. All Rights Reserved.