Package engineering.swat.watch.impl.util
Class SubscriptionKey
- java.lang.Object
-
- engineering.swat.watch.impl.util.SubscriptionKey
-
public class SubscriptionKey extends Object
-
-
Constructor Summary
Constructors Constructor Description SubscriptionKey(Path path, boolean recursive)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(@Nullable Object obj)
Path
getPath()
int
hashCode()
boolean
isRecursive()
String
toString()
-