Class WebGitImportStructureProvider
java.lang.Object
org.eclipse.epsilon.common.dt.examples.WebGitImportStructureProvider
- All Implemented Interfaces:
org.eclipse.ui.wizards.datatransfer.IImportStructureProvider
public class WebGitImportStructureProvider
extends Object
implements org.eclipse.ui.wizards.datatransfer.IImportStructureProvider
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionList<?>
getChildren
(Object element) getContents
(Object element) getFullPath
(Object element) boolean
-
Constructor Details
-
WebGitImportStructureProvider
public WebGitImportStructureProvider()
-
-
Method Details
-
getChildren
- Specified by:
getChildren
in interfaceorg.eclipse.ui.wizards.datatransfer.IImportStructureProvider
-
getContents
- Specified by:
getContents
in interfaceorg.eclipse.ui.wizards.datatransfer.IImportStructureProvider
-
getFullPath
- Specified by:
getFullPath
in interfaceorg.eclipse.ui.wizards.datatransfer.IImportStructureProvider
-
getLabel
- Specified by:
getLabel
in interfaceorg.eclipse.ui.wizards.datatransfer.IImportStructureProvider
-
isFolder
- Specified by:
isFolder
in interfaceorg.eclipse.ui.wizards.datatransfer.IImportStructureProvider
-