Class DSLTokenizedMappingFile

java.lang.Object
org.drools.drl.parser.lang.dsl.DSLMappingFile
org.drools.drl.parser.lang.dsl.DSLTokenizedMappingFile

public class DSLTokenizedMappingFile extends DSLMappingFile
  • Constructor Details

    • DSLTokenizedMappingFile

      public DSLTokenizedMappingFile()
  • Method Details

    • 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