Modifier and Type | Field and Description |
---|---|
static ScmFileStatus |
ScmFileStatus.ADDED
File is added to the working tree and does not yet exist in the repository
|
static ScmFileStatus |
ScmFileStatus.CHECKED_IN
File from working tree is checked into the repository
|
static ScmFileStatus |
ScmFileStatus.CHECKED_OUT
File is checked out from the repository and into the working tree
|
static ScmFileStatus |
ScmFileStatus.CONFLICT
The file in the working tree has differences to the one in repository that
conflicts ie.
|
static ScmFileStatus |
ScmFileStatus.COPIED
The file has been copied in the working tree.
|
static ScmFileStatus |
ScmFileStatus.DELETED
File is removed from the working tree thus not revisioned anymore.
The file is still present in the repository. The file could be deleted from the filesystem depending on the provider. |
static ScmFileStatus |
ScmFileStatus.EDITED |
static ScmFileStatus |
ScmFileStatus.LOCKED
The file is locked.
|
static ScmFileStatus |
ScmFileStatus.MISSING
The file is missing in the working tree.
|
static ScmFileStatus |
ScmFileStatus.MODIFIED
The file has been modified in the working tree.
|
static ScmFileStatus |
ScmFileStatus.PATCHED
The file in the working tree has been updated with changes from the repository.
|
static ScmFileStatus |
ScmFileStatus.RENAMED
The file has been renamed or moved in the working tree.
|
static ScmFileStatus |
ScmFileStatus.TAGGED
The file is part of a tag.
|
static ScmFileStatus |
ScmFileStatus.UNKNOWN
The file is in the working tree but is not versioned and not ignored either.
|
static ScmFileStatus |
ScmFileStatus.UPDATED
The file is added, removed or updated from the repository, thus its
up-to-date with the version in the repository.
|
Modifier and Type | Method and Description |
---|---|
ScmFileStatus |
ChangeFile.getAction() |
ScmFileStatus |
ScmFile.getStatus() |
Modifier and Type | Method and Description |
---|---|
void |
ChangeFile.setAction(ScmFileStatus action) |
Constructor and Description |
---|
ScmFile(String path,
ScmFileStatus status) |
Modifier and Type | Method and Description |
---|---|
protected static List<ScmFile> |
AbstractAccuRevCommand.getScmFiles(List<File> files,
ScmFileStatus status) |
Modifier and Type | Method and Description |
---|---|
void |
BazaarConsumer.doConsume(ScmFileStatus status,
String trimmedLine) |
Modifier and Type | Method and Description |
---|---|
void |
BazaarAddConsumer.doConsume(ScmFileStatus status,
String trimmedLine) |
Modifier and Type | Method and Description |
---|---|
void |
BazaarBlameConsumer.doConsume(ScmFileStatus status,
String trimmedLine) |
Modifier and Type | Method and Description |
---|---|
void |
BazaarChangeLogConsumer.doConsume(ScmFileStatus status,
String line) |
Modifier and Type | Method and Description |
---|---|
void |
BazaarCheckOutConsumer.doConsume(ScmFileStatus status,
String line) |
Modifier and Type | Method and Description |
---|---|
void |
BazaarDiffConsumer.doConsume(ScmFileStatus status,
String line) |
Modifier and Type | Method and Description |
---|---|
void |
BazaarRemoveConsumer.doConsume(ScmFileStatus status,
String trimmedLine) |
Constructor and Description |
---|
GitListConsumer(ScmLogger logger,
File workingDirectory,
ScmFileStatus fileStatus) |
Modifier and Type | Method and Description |
---|---|
static ScmFileStatus |
JGitUtils.getScmFileStatus(org.eclipse.jgit.diff.DiffEntry.ChangeType changeType)
Translate a
FileStatus in the matching ScmFileStatus . |
Modifier and Type | Method and Description |
---|---|
void |
HgConsumer.doConsume(ScmFileStatus status,
String trimmedLine) |
Modifier and Type | Method and Description |
---|---|
void |
HgAddConsumer.doConsume(ScmFileStatus status,
String trimmedLine) |
Modifier and Type | Method and Description |
---|---|
void |
HgBlameConsumer.doConsume(ScmFileStatus status,
String trimmedLine) |
Modifier and Type | Method and Description |
---|---|
void |
HgChangeLogConsumer.doConsume(ScmFileStatus status,
String line) |
Modifier and Type | Method and Description |
---|---|
void |
HgCheckOutConsumer.doConsume(ScmFileStatus status,
String line) |
Modifier and Type | Method and Description |
---|---|
void |
HgListConsumer.doConsume(ScmFileStatus status,
String trimmedLine) |
Modifier and Type | Method and Description |
---|---|
void |
HgRemoveConsumer.doConsume(ScmFileStatus status,
String trimmedLine) |
Modifier and Type | Method and Description |
---|---|
void |
HgTagConsumer.doConsume(ScmFileStatus status,
String trimmedLine) |
Modifier and Type | Method and Description |
---|---|
static ScmFileStatus |
PerforceVerbMapper.toStatus(String verb) |
Copyright © 2003–2021 The Apache Software Foundation. All rights reserved.