public interface ResponsibleDestination extends Destination
AliasDestination which is similar to a link in a file system.| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj)
Returns true if the other object specifies the same destination.
|
int |
hashCode()
Returns the hash code value for the object, conforming to the
equals(Object) function. |
String |
toString()
Returns a string representation of the destination suitable for logging
purposes.
|
boolean equals(Object obj)
equals in class Objectint hashCode()
equals(Object) function.hashCode in class ObjectString toString()
toString in class Object