Package google.registry.tmch
Class ClaimsListParser
java.lang.Object
google.registry.tmch.ClaimsListParser
Claims List (MarksDB DNL CSV) Parser.
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic ClaimsList
Converts the lines from the DNL CSV file into aClaimsList
object.
-
Constructor Details
-
ClaimsListParser
public ClaimsListParser()
-
-
Method Details
-
parse
Converts the lines from the DNL CSV file into aClaimsList
object.Please note that this does not insert the object into the DB.
- Throws:
IOException
-