public class ListTagCommand extends GitCommand<java.util.List<Ref>>
repo| Modifier | Constructor and Description |
|---|---|
protected |
ListTagCommand(Repository repo) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Ref> |
call()
Executes the command
|
checkCallable, getRepository, setCallableprotected ListTagCommand(Repository repo)
repo - public java.util.List<Ref> call() throws GitAPIException
GitCommandcall in interface java.util.concurrent.Callable<java.util.List<Ref>>call in class GitCommand<java.util.List<Ref>>GitAPIException - or subclass thereof when an error occursCopyright © 2012. All Rights Reserved.