Package | Description |
---|---|
org.jomc.model |
Object management and configuration model classes.
|
Modifier and Type | Field and Description |
---|---|
protected List<Module> |
Modules.module |
Modifier and Type | Method and Description |
---|---|
Module |
Module.clone()
Creates and returns a deep copy of this object.
|
Module |
ObjectFactory.createModule()
Create an instance of
Module |
Module |
Modules.getClasspathModule(String moduleName,
ClassLoader classLoader)
Gets a module holding model objects resolved by inspecting a given class loader.
|
Module |
Modules.getMergedModule(String name)
Merges this list of modules to a single module.
|
Module |
Modules.getModule(String name)
Gets a module for a given name from the list of modules.
|
Module |
Modules.getModuleOfImplementation(String implementation)
Gets the module declaring a given implementation from the list of modules.
|
Module |
Modules.getModuleOfSpecification(String specification)
Gets the module declaring a given specification from the list of modules.
|
Modifier and Type | Method and Description |
---|---|
javax.xml.bind.JAXBElement<Module> |
ObjectFactory.createModule(Module value)
|
List<Module> |
Modules.getModule()
Gets the value of the module property.
|
Modifier and Type | Method and Description |
---|---|
javax.xml.bind.JAXBElement<Module> |
ObjectFactory.createModule(Module value)
|
Constructor and Description |
---|
Module(Module o)
Creates a new
Module instance by deeply copying a given Module instance. |
Copyright © 2005–2016 The JOMC Project. All rights reserved.