Class FilesystemTreeNode
- java.lang.Object
-
- org.eclipse.epsilon.eunit.dt.diff.files.FilesystemTreeNode
-
- All Implemented Interfaces:
org.eclipse.compare.IModificationDate
,org.eclipse.compare.IStreamContentAccessor
,org.eclipse.compare.ITypedElement
,org.eclipse.compare.structuremergeviewer.IStructureComparator
public class FilesystemTreeNode extends Object implements org.eclipse.compare.structuremergeviewer.IStructureComparator, org.eclipse.compare.IModificationDate, org.eclipse.compare.ITypedElement, org.eclipse.compare.IStreamContentAccessor
Node for the difference engine which wraps a regular file.
-
-
Constructor Summary
Constructors Constructor Description FilesystemTreeNode(File file)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object other)
Object[]
getChildren()
InputStream
getContents()
org.eclipse.swt.graphics.Image
getImage()
long
getModificationDate()
String
getName()
String
getType()
int
hashCode()
String
toString()
-
-
-
Constructor Detail
-
FilesystemTreeNode
public FilesystemTreeNode(File file)
-
-
Method Detail
-
getName
public String getName()
- Specified by:
getName
in interfaceorg.eclipse.compare.ITypedElement
-
getType
public String getType()
- Specified by:
getType
in interfaceorg.eclipse.compare.ITypedElement
-
getModificationDate
public long getModificationDate()
- Specified by:
getModificationDate
in interfaceorg.eclipse.compare.IModificationDate
-
getChildren
public Object[] getChildren()
- Specified by:
getChildren
in interfaceorg.eclipse.compare.structuremergeviewer.IStructureComparator
-
getImage
public org.eclipse.swt.graphics.Image getImage()
- Specified by:
getImage
in interfaceorg.eclipse.compare.ITypedElement
-
getContents
public InputStream getContents()
- Specified by:
getContents
in interfaceorg.eclipse.compare.IStreamContentAccessor
-
equals
public boolean equals(Object other)
-
-