Package org.uberfire.java.nio.fs.jgit.ws
Class JGitFileSystemsEventsManager
- java.lang.Object
-
- org.uberfire.java.nio.fs.jgit.ws.JGitFileSystemsEventsManager
-
public class JGitFileSystemsEventsManager extends Object
-
-
Constructor Summary
Constructors Constructor Description JGitFileSystemsEventsManager()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose(String name)org.uberfire.java.nio.file.WatchServicenewWatchService(String fsName)voidpublishEvents(String fsName, org.uberfire.java.nio.file.Path watchable, List<org.uberfire.java.nio.file.WatchEvent<?>> elist)voidpublishEvents(String fsName, org.uberfire.java.nio.file.Path watchable, List<org.uberfire.java.nio.file.WatchEvent<?>> elist, boolean broadcastEvents)voidshutdown()
-
-
-
Method Detail
-
newWatchService
public org.uberfire.java.nio.file.WatchService newWatchService(String fsName) throws UnsupportedOperationException, org.uberfire.java.nio.IOException
- Throws:
UnsupportedOperationExceptionorg.uberfire.java.nio.IOException
-
publishEvents
public void publishEvents(String fsName, org.uberfire.java.nio.file.Path watchable, List<org.uberfire.java.nio.file.WatchEvent<?>> elist)
-
publishEvents
public void publishEvents(String fsName, org.uberfire.java.nio.file.Path watchable, List<org.uberfire.java.nio.file.WatchEvent<?>> elist, boolean broadcastEvents)
-
close
public void close(String name)
-
shutdown
public void shutdown()
-
-