|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.jgit.api.GitCommand<java.util.List<Ref>>
org.eclipse.jgit.api.ListTagCommand
public class ListTagCommand
Used to obtain a list of tags.
Field Summary |
---|
Fields inherited from class org.eclipse.jgit.api.GitCommand |
---|
repo |
Constructor Summary | |
---|---|
protected |
ListTagCommand(Repository repo)
|
Method Summary | |
---|---|
java.util.List<Ref> |
call()
Executes the command |
Methods inherited from class org.eclipse.jgit.api.GitCommand |
---|
checkCallable, getRepository, setCallable |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected ListTagCommand(Repository repo)
repo
- Method Detail |
---|
public java.util.List<Ref> call() throws GitAPIException
GitCommand
call
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 occurs
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |