The interface to provide access to supported Pluggable Features. The
various editions of the product may provide varied implementation for
same feature. This interface has different implementation for every
product edition. Every method in this interface provides access to
implementation of a pluggable feature. The pattern for this class is
to define getter methods for every pluggable feature, where a pluggable
feature is a java interface.
Fields Summary
public static final String
PLUGGABLE_FEATURES_PROPERTY_NAME
Name of the property used to define pluggable features list.
Get pluggable logging support. Pluggable logging support provides
access to logging features appropriate for the environment (JVM).
An example is log handlers.