The BASE API

The Public API is intended to be used by client application or plug-in developers. We guarantee a certain degree of stability among the classes and methods in the public API. See documentation on the BASE web site for more information.

The Extension API is intended to be used by developers extending the internal BASE functionality. The classes and interfaces in these packages are not intended to be used by plug-ins or client applications.

The Internal API contains code used by the internal implementation of BASE. Client applications and plug-ins should not use the classes and methods in theese packages.

The Mixed Public and Internal API packages contains some classes that belong to the Public API and some classes that belong to the Internal API.

All other classes in are part of the internal API.