Class WatchEventsWrapper
- java.lang.Object
-
- org.uberfire.java.nio.fs.jgit.ws.cluster.WatchEventsWrapper
-
- All Implemented Interfaces:
Serializable
public class WatchEventsWrapper extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description WatchEventsWrapper(String nodeId, String fsName, org.uberfire.java.nio.file.Path watchable, List<org.uberfire.java.nio.file.WatchEvent<?>> events)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)List<org.uberfire.java.nio.file.WatchEvent<?>>getEvents()StringgetFsName()StringgetNodeId()org.uberfire.java.nio.file.PathgetWatchable()inthashCode()
-