18.23. Rules IDE Preferences

The rules IDE comes with a set of customizable preferences that allow you to configure the following options:
Automatically reparse all rules if a Java resource is changed
Triggers a rebuilding of all the rules when a Java class is modified.
Allow cross reference in DRL files
Makes it possible to have a resource in a DRL file reference another resource defined in a different file. For example you could have a rule in a file using a type declared in another file. By enabling this option it will no longer possible to declare the same resource (that is, two rule with the same name in the same package) in two different DRL files.
Internal Drools classes use
Allows, disallows or discourages (generating warning) the use of JBoss Rules classes not exposed in the public API.