|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.kohsuke.github.GHGistFile
public class GHGistFile
A file inside GHGist
GHGist.getFile(String),
GHGist.getFiles()| Constructor Summary | |
|---|---|
GHGistFile()
|
|
| Method Summary | |
|---|---|
String |
getContent()
Content of this file. |
String |
getFileName()
|
String |
getLanguage()
|
String |
getRawUrl()
URL that serves this file as-is. |
int |
getSize()
File size in bytes. |
String |
getType()
Content type of this Gist, such as "text/plain" |
boolean |
isTruncated()
(?) indicates if getContent() contains a truncated content. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GHGistFile()
| Method Detail |
|---|
public String getFileName()
public int getSize()
public String getRawUrl()
public String getType()
public String getLanguage()
public String getContent()
public boolean isTruncated()
getContent() contains a truncated content.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||