org.jomc.model
Interface ModelProvider
public interface ModelProvider
Object management and configuration model provider interface.
- Version:
- $Id: ModelProvider.java 959 2009-11-18 05:34:07Z schulte2005 $
- Author:
- Christian Schulte
getModules
Modules getModules(ClassLoader classLoader,
Modules modules)
throws IOException
- Gets the modules of the provider.
- Parameters:
classLoader
- The class loader to use for providing modules; null
to use the platform's bootstrap
class loader.modules
- The already provided modules or null
.
- Returns:
- The modules provided by this provider or
null
if this provider does not choose to provide any
modules.
- Throws:
IOException
- if providing modules fails.
Copyright © 2005-2009 The JOMC Project. All Rights Reserved.