public class GitListCommand extends AbstractListCommand implements GitCommand
Constructor and Description |
---|
GitListCommand() |
Modifier and Type | Method and Description |
---|---|
static org.codehaus.plexus.util.cli.Commandline |
createCommandLine(GitScmProviderRepository repository,
File workingDirectory) |
protected ListScmResult |
executeListCommand(ScmProviderRepository repo,
ScmFileSet fileSet,
boolean recursive,
ScmVersion scmVersion)
List contents of the remote repository
|
executeCommand
execute, getLogger, setLogger
protected ListScmResult executeListCommand(ScmProviderRepository repo, ScmFileSet fileSet, boolean recursive, ScmVersion scmVersion) throws ScmException
executeListCommand
in class AbstractListCommand
repo
- what to listfileSet
- the files to listrecursive
- whether list should return subfolder listingScmException
public static org.codehaus.plexus.util.cli.Commandline createCommandLine(GitScmProviderRepository repository, File workingDirectory)
Copyright © 2003–2014. All rights reserved.