Class ClassicCommentTransformer
java.lang.Object
uk.m0nom.adifproc.adif3.transform.comment.ClassicCommentTransformer
- All Implemented Interfaces:
CommentTransformer
Parse the Fast Log Entry comment string for pairs of key and values, for example
OP: John, QTH: Gatwick, PWR: 100W, ANT: Inv-V, WX: 4 degC, GRID: IO84io
In this case OP, QTH and PWR are transferred into their respective ADIF records,
and ANT/WX records are appended to the comment
-
Constructor Summary
ConstructorsConstructorDescriptionClassicCommentTransformer(TransformerConfig config, ActivityDatabaseService activities, ToLocationDeterminer toLocationDeterminer, ApSatelliteService apSatelliteService) -
Method Summary
Modifier and TypeMethodDescriptionvoidtransformComment(Qso qso, String comment, Map<String, String> unmapped, TransformResults results)
-
Constructor Details
-
ClassicCommentTransformer
public ClassicCommentTransformer(TransformerConfig config, ActivityDatabaseService activities, ToLocationDeterminer toLocationDeterminer, ApSatelliteService apSatelliteService)
-
-
Method Details
-
transformComment
public void transformComment(Qso qso, String comment, Map<String, String> unmapped, TransformResults results) - Specified by:
transformCommentin interfaceCommentTransformer
-