Class DSLTokenizedMappingFile

    • Constructor Detail

      • DSLTokenizedMappingFile

        public DSLTokenizedMappingFile()
    • Method Detail

      • parseAndLoad

        public boolean parseAndLoad​(Reader dsl)
                             throws IOException
        Description copied from class: DSLMappingFile
        Parses the file. Throws IOException in case there is any problem reading the file;
        Specified by:
        parseAndLoad in class DSLMappingFile
        Returns:
        true in case no error was found parsing the file. false otherwise. Use getErrors() to check for the actual errors.
        Throws:
        IOException