| Package | Description |
|---|---|
| org.azyva.dragom.model.plugin |
| Modifier and Type | Field and Description |
|---|---|
static EnumSet<ScmPlugin.IsSyncFlag> |
ScmPlugin.IsSyncFlag.ALL_CHANGES
EnumSet of IsSyncFlag specifying both
LOCAL_CHANGES and
REMOTE_CHANGES. |
static EnumSet<ScmPlugin.IsSyncFlag> |
ScmPlugin.IsSyncFlag.LOCAL_CHANGES_ONLY
EnumSet of IsSyncFlag specifying only
LOCAL_CHANGES. |
static EnumSet<ScmPlugin.IsSyncFlag> |
ScmPlugin.IsSyncFlag.REMOTE_CHANGES_ONLY
EnumSet of IsSyncFlag specifying only
REMOTE_CHANGES. |
| Modifier and Type | Method and Description |
|---|---|
static ScmPlugin.IsSyncFlag |
ScmPlugin.IsSyncFlag.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ScmPlugin.IsSyncFlag[] |
ScmPlugin.IsSyncFlag.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
ScmPlugin.isSync(Path pathModuleWorkspace,
EnumSet<ScmPlugin.IsSyncFlag> enumSetIsSyncFlag)
Verifies if the source code of the
Module is synchronized with the SCM. |
Copyright © 2015–2017 AZYVA INC.. All rights reserved.