| Package | Description |
|---|---|
| org.azyva.dragom.model.plugin |
| Modifier and Type | Field and Description |
|---|---|
static EnumSet<ModuleVersionMatcherPlugin.MatchFlag> |
ModuleVersionMatcherPlugin.MatchFlag.MATCH_CONTINUE
EnumSet MatchFlag indicating the
ModuleVersion matches and the children
may also match. |
static EnumSet<ModuleVersionMatcherPlugin.MatchFlag> |
ModuleVersionMatcherPlugin.MatchFlag.MATCH_SKIP_CHILDREN
EnumSet MatchFlag indicating the
ModuleVersion matches but the children
do not match and must be skipped. |
static EnumSet<ModuleVersionMatcherPlugin.MatchFlag> |
ModuleVersionMatcherPlugin.MatchFlag.NO_MATCH_CONTINUE
EnumSet MatchFlag indicating the
ModuleVersion does not match but the
children may match. |
static EnumSet<ModuleVersionMatcherPlugin.MatchFlag> |
ModuleVersionMatcherPlugin.MatchFlag.NO_MATCH_SKIP_CHILDREN
EnumSet MatchFlag indicating the
ModuleVersion does not match and the
children do not match either and must be skipped. |
| Modifier and Type | Method and Description |
|---|---|
static ModuleVersionMatcherPlugin.MatchFlag |
ModuleVersionMatcherPlugin.MatchFlag.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ModuleVersionMatcherPlugin.MatchFlag[] |
ModuleVersionMatcherPlugin.MatchFlag.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
EnumSet<ModuleVersionMatcherPlugin.MatchFlag> |
ModuleVersionMatcherPlugin.matches(ReferencePath referencePath,
ModuleVersion moduleVersion,
ByReference<String> byReferenceMessage)
Called to verify if a ModuleVersion matches.
|
Copyright © 2015–2017 AZYVA INC.. All rights reserved.