ILOG JRules User Guide > Storing and Sharing Rules > Concepts > Rule Project Storage > File Types > BOM Files

A BOM file (.bom) is a text file that defines a part of the BOM. Its format is similar to the Java class definition format.

Here is an example of a .bom file:

public class MyClass
{
    public int attribute;
    public ilog.rules.brl.String method(float arg);
}

Related Concepts

Rule Project Resources
Rule Project
Rule Team Server
Rule Project Sharing and Synchronizing
Guidelines for Sharing Repositories Between User Profiles
Guidelines for Synchronizing BOM Changes

Related Tasks

Checking out a Rule Project from a CVS Repository
Synchronizing Rule Projects
Setting Up a Rule Project