Allows plug-ins to define custom checkers on business rule artifacts.
This is useful when you want to do some additional checks during the build of Rule Studio. The checkers that you have defined are called during the build to produce error markers that you can see in the Problems view.
<!ELEMENT extension (checker+)>
<!ATTLIST extension
point CDATA #REQUIRED
id CDATA #IMPLIED
name CDATA #IMPLIED>
<!ELEMENT checker EMPTY>
<!ATTLIST checker
class CDATA #REQUIRED
resourceType CDATA #REQUIRED>
String value that represents the key identifying the resource type handled by the checker. It must be a file extension.Copyright © 1987-2008 ILOG S.A. All rights reserved.