Package io.bdeploy.bhive.objects.view
Class ElementView
java.lang.Object
io.bdeploy.bhive.objects.view.ElementView
- All Implemented Interfaces:
Comparable<ElementView>
- Direct Known Subclasses:
BlobView,MissingObjectView,SkippedElementView,TreeView
Base of all view carried by a
TreeView recursively.-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ElementView
-
-
Method Details
-
getElementId
- Returns:
- the
ObjectIdof the referenced element.
-
getPath
- Returns:
- the path relative to the
Treewhich was scanned. - See Also:
-
getPathString
-
getName
- Returns:
- the element name (file or directory name) denoted by the element path
- See Also:
-
toString
-
compareTo
- Specified by:
compareToin interfaceComparable<ElementView>
-
hashCode
@Generated("Eclipse") public int hashCode() -
equals
-