Default Configuration Extensibility

The XML schema of the default configurations file is not restrictive, which means that any additional XML elements can be added to the file without causing syntax errors. AWM will simply ignore those elements, but it is possible to interpret these by implementing a plug-in and using the AWM API. The class which reads the default configurations file is part of the plug-in com.microfocus.awm and is called “DefaultConfigurationsReader”.