Class MCRFileSystemPromoter

java.lang.Object
org.mycore.datamodel.niofs.MCRFileSystemPromoter
All Implemented Interfaces:
MCRStartupHandler.AutoExecutable

public class MCRFileSystemPromoter extends Object implements MCRStartupHandler.AutoExecutable
This MCRStartupHandler.AutoExecutable checks if the FileSystem implementations are available. There is a documented "feature" in OpenJDK 8 that only FileSystemProvider available to the system ClassLoader are available. We try to fix (a.k.a. hack) it right.
Author:
Thomas Scheffler (yagee)