Interface PhenopacketParserFactory
public interface PhenopacketParserFactory
-
Method Summary
Modifier and TypeMethodDescriptionforFormat(PhenopacketSchemaVersion version) Get aPhenopacketParserto parse phenopacket with givenPhenopacketSchemaVersion.static PhenopacketParserFactory
-
Method Details
-
getInstance
-
forFormat
PhenopacketParser forFormat(PhenopacketSchemaVersion version) throws PhenopacketParserFactoryException Get aPhenopacketParserto parse phenopacket with givenPhenopacketSchemaVersion.- Throws:
PhenopacketParserFactoryException- if aPhenopacketParserfor the givenversionis not available
-