Class WebGitFolder
- java.lang.Object
-
- org.eclipse.epsilon.common.dt.examples.WebGitFile
-
- org.eclipse.epsilon.common.dt.examples.WebGitFolder
-
public class WebGitFolder extends WebGitFile
-
-
Field Summary
Fields Modifier and Type Field Description protected List<WebGitFile>
children
-
Fields inherited from class org.eclipse.epsilon.common.dt.examples.WebGitFile
parent, server, url
-
-
Constructor Summary
Constructors Constructor Description WebGitFolder(String server, String url)
WebGitFolder(String server, String url, WebGitFolder parent)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description List<WebGitFile>
getChildren()
protected List<String>
getChildrenFileNames(String url)
String
getName()
protected String
getText(String url)
static void
main(String[] args)
-
Methods inherited from class org.eclipse.epsilon.common.dt.examples.WebGitFile
getParent, getRelativePath, getServer, getUrl, setServer
-
-
-
-
Field Detail
-
children
protected List<WebGitFile> children
-
-
Constructor Detail
-
WebGitFolder
public WebGitFolder(String server, String url, WebGitFolder parent)
-
-