| Package | Description |
|---|---|
| org.apache.maven.scm.command.status | |
| org.apache.maven.scm.manager | |
| org.apache.maven.scm.provider |
| Modifier and Type | Method and Description |
|---|---|
protected abstract StatusScmResult |
AbstractStatusCommand.executeStatusCommand(ScmProviderRepository repository,
ScmFileSet fileSet) |
| Modifier and Type | Method and Description |
|---|---|
StatusScmResult |
ScmManager.status(ScmRepository repository,
ScmFileSet fileSet)
Returns the status of the files in the source control system.
|
StatusScmResult |
AbstractScmManager.status(ScmRepository repository,
ScmFileSet fileSet)
Returns the status of the files in the source control system.
|
| Modifier and Type | Method and Description |
|---|---|
protected StatusScmResult |
AbstractScmProvider.status(ScmProviderRepository repository,
ScmFileSet fileSet,
CommandParameters parameters) |
StatusScmResult |
ScmProvider.status(ScmRepository repository,
ScmFileSet fileSet)
Returns the status of the files in the source control system.
|
StatusScmResult |
AbstractScmProvider.status(ScmRepository repository,
ScmFileSet fileSet)
Returns the status of the files in the source control system.
|
Copyright © 2003–2021 The Apache Software Foundation. All rights reserved.