Package org.hippoecm.frontend.dialog
Class ErrorDownloadRequestTarget.NodePath
- java.lang.Object
-
- org.hippoecm.frontend.dialog.ErrorDownloadRequestTarget.NodePath
-
- All Implemented Interfaces:
Comparable<ErrorDownloadRequestTarget.NodePath>
- Enclosing class:
- ErrorDownloadRequestTarget
public static class ErrorDownloadRequestTarget.NodePath extends Object implements Comparable<ErrorDownloadRequestTarget.NodePath>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
compareTo(ErrorDownloadRequestTarget.NodePath that)
boolean
equals(Object obj)
int
hashCode()
String
toString()
-
-
-
Constructor Detail
-
NodePath
public NodePath(String path)
-
-
Method Detail
-
compareTo
public int compareTo(ErrorDownloadRequestTarget.NodePath that)
- Specified by:
compareTo
in interfaceComparable<ErrorDownloadRequestTarget.NodePath>
-
-