Package com.linecorp.centraldogma.client
Class FileRequest<T>
java.lang.Object
com.linecorp.centraldogma.client.FileRequest<T>
Prepares to send a
CentralDogma.getFile(String, String, Revision, Query)
request to the
Central Dogma repository.-
Method Summary
Modifier and TypeMethodDescriptionget()
Retrieves a file located atQuery.path()
at theRevision.HEAD
.Retrieves a file located atQuery.path()
at theRevision
.
-
Method Details
-
get
Retrieves a file located atQuery.path()
at theRevision.HEAD
. -
get
Retrieves a file located atQuery.path()
at theRevision
.
-