| Package | Description |
|---|---|
| org.azyva.dragom.model | |
| org.azyva.dragom.model.event | |
| org.azyva.dragom.model.plugin |
| Modifier and Type | Interface and Description |
|---|---|
interface |
MutableModule
Extension of
Module that allows changing the configuration data. |
| Modifier and Type | Method and Description |
|---|---|
Module |
Model.findModuleByArtifactGroupId(ArtifactGroupId artifactGroupId)
Finds and returns the
Module whose build produces an
ArtifactGroupId. |
Module |
Model.getModule(NodePath nodePath)
|
| Modifier and Type | Method and Description |
|---|---|
Module |
ModuleEvent.getModule() |
| Constructor and Description |
|---|
DynamicVersionCreatedEvent(Module module,
Version versionDynamic)
Constructor.
|
ModuleEvent(Module module)
Constructor.
|
StaticVersionCreatedEvent(Module module,
Version versionStatic)
Constructor.
|
VersionCreatedEvent(Module module,
Version version)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Module |
ModulePlugin.getModule()
Returns the
Module to which this ModulePlugin is attached. |
Module |
UndefinedDescendantNodeManagerPlugin.requestModule(String name)
Requests that a
Module be dynamically created. |
Copyright © 2015–2017 AZYVA INC.. All rights reserved.