Class FieldParserCommentTransformer
java.lang.Object
uk.m0nom.adifproc.adif3.transform.comment.FieldParserCommentTransformer
- All Implemented Interfaces:
CommentTransformer
-
Constructor Summary
ConstructorsConstructorDescriptionFieldParserCommentTransformer(TransformerConfig config, CommentFieldParserFactory factory, ColonTokenizer tokenizer) -
Method Summary
Modifier and TypeMethodDescriptionvoidtransformComment(Qso qso, String comment, Map<String, String> unmapped, TransformResults results)
-
Constructor Details
-
FieldParserCommentTransformer
public FieldParserCommentTransformer(TransformerConfig config, CommentFieldParserFactory factory, ColonTokenizer tokenizer)
-
-
Method Details
-
transformComment
public void transformComment(Qso qso, String comment, Map<String, String> unmapped, TransformResults results) - Specified by:
transformCommentin interfaceCommentTransformer
-