Package org.drools.drl.parser.lang.dsl
Class DSLTokenizedMappingFile
java.lang.Object
org.drools.drl.parser.lang.dsl.DSLMappingFile
org.drools.drl.parser.lang.dsl.DSLTokenizedMappingFile
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.drools.drl.parser.lang.dsl.DSLMappingFile
dumpFile, getErrors, getMapping, saveMapping, saveMapping, setErrors, setMapping
-
Constructor Details
-
DSLTokenizedMappingFile
public DSLTokenizedMappingFile()
-
-
Method Details
-
parseAndLoad
Description copied from class:DSLMappingFileParses the file. Throws IOException in case there is any problem reading the file;- Specified by:
parseAndLoadin classDSLMappingFile- Returns:
- true in case no error was found parsing the file. false otherwise. Use getErrors() to check for the actual errors.
- Throws:
IOException
-