Load some Schemas into the registries, and loads all of the schemas they depend on. The Registries is checked after the schemas have been loaded, and if there is an error, the method returns false and the registries is kept intact. The Schemas must be enabled, and only enabled SchemaObject will be loaded. If any error was met, the {@link #getErrors} method will contain them
@param schemas the Schemas to load
@return true if the schemas have been loaded and the registries is consistent
@throws Exception @TODO
Load some Schemas into the registries, and loads all of the schemas they depend on. The Registries is checked after the schemas have been loaded, and if there is an error, the method returns false and the registries is kept intact. The Schemas must be enabled, and only enabled SchemaObject will be loaded. If any error was met, the {@link #getErrors} method will contain them
@param schemas the Schemas to load
@return true if the schemas have been loaded and the registries is consistent
@throws Exception @TODO
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.