public interface EAPLayer
| Modifier and Type | Method and Description |
|---|---|
EAPModule |
addModule(EAPModule module)
Add a module into the layer.
|
EAPModule |
getModule(org.eclipse.aether.artifact.Artifact artifact)
Returns the layer's module.
|
EAPModule |
getModule(String ModuleUID)
Returns the layer's module.
|
Collection<EAPModule> |
getModules()
The layer modules.
|
String |
getName()
The layer name.
|
Properties |
getProperties()
The layer properties.
|
String getName()
Properties getProperties()
Collection<EAPModule> getModules()
EAPModule addModule(EAPModule module) throws EAPModulesDefinitionException
EAPModulesDefinitionException - Error if module is already added in the layer.EAPModule getModule(String ModuleUID)
ModuleUID - The module UID.EAPModule getModule(org.eclipse.aether.artifact.Artifact artifact)
artifact - The artifact that contains the module definition.Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.