Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
None
-
None
-
None
Description
FileSystemPlugin subclasses are not able to customize plugins, as FormatCreator in created in FileSystemPlugin constructor and immediately used to create SchemaFactory instance.
FormatCreator instantiation should be moved to a protected method so that subclass can choose to implement it differently.