Interface PluginFactory

All Superinterfaces:
SingletonObject
All Known Implementing Classes:
AbstractPluginFactory, ChangeFactory, ChangeLogHistoryServiceFactory, ChangeSetServiceFactory, ExecutorService, LicenseServiceFactory, LogFactory, LogServiceFactory, MdcManagerFactory, OutputFileHandlerFactory, PathHandlerFactory, ShowSummaryGeneratorFactory, SqlParserFactory, TestSystemFactory, UIServiceFactory, ValidatingVisitorGeneratorFactory

public interface PluginFactory extends SingletonObject
Interface for classes that manage Plugins. Normally the factories will use a "priority" mechanism where they assign a priority to each object and return the plugin object with the highest priority.