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 |
AbstractScmManager.status(ScmRepository repository,
ScmFileSet fileSet)
Returns the status of the files in the source control system.
|
StatusScmResult |
ScmManager.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–2014 The Apache Software Foundation. All rights reserved.