Class ColonTokenizer
java.lang.Object
uk.m0nom.adifproc.adif3.transform.tokenizer.ColonTokenizer
- All Implemented Interfaces:
CommentTokenizer
Parses KEY1: VALUE2 KEY2: VALUE 2 strings
note the lack of the comma. The string is split at the colon and the word before taken as the key
and everything after as the value. This allows for us to specify COORD: lat, long so that Google
Maps LAT/LONG can be pasted as is into the string
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ColonTokenizer
public ColonTokenizer()
-
-
Method Details
-
tokenize
- Specified by:
tokenizein interfaceCommentTokenizer
-