public class RemoteListCommand extends GitCommand<java.util.List<RemoteConfig>>
call()
method to finally execute the command.repo
Modifier | Constructor and Description |
---|---|
protected |
RemoteListCommand(Repository repo)
Constructor for RemoteListCommand.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<RemoteConfig> |
call() |
checkCallable, getRepository, setCallable
protected RemoteListCommand(Repository repo)
Constructor for RemoteListCommand.
repo
- the Repository
public java.util.List<RemoteConfig> call() throws GitAPIException
Execute the command
Executes the remote
command with all the options and parameters
collected by the setter methods of this class.
call
in interface java.util.concurrent.Callable<java.util.List<RemoteConfig>>
call
in class GitCommand<java.util.List<RemoteConfig>>
GitAPIException