public class WebGitFolder extends WebGitFile
| Modifier and Type | Field and Description |
|---|---|
protected List<WebGitFile> |
children |
parent, server, url| Constructor and Description |
|---|
WebGitFolder(String server,
String url) |
WebGitFolder(String server,
String url,
WebGitFolder parent) |
| Modifier and Type | Method and Description |
|---|---|
List<WebGitFile> |
getChildren() |
protected List<String> |
getChildrenFileNames(String url) |
String |
getName() |
protected String |
getText(String url) |
static void |
main(String[] args) |
getParent, getRelativePath, getServer, getUrl, setServerprotected List<WebGitFile> children
public WebGitFolder(String server, String url, WebGitFolder parent)
Copyright © 2020. All rights reserved.