public class JGitFileSystemsEventsManager extends Object
| Constructor and Description |
|---|
JGitFileSystemsEventsManager() |
| Modifier and Type | Method and Description |
|---|---|
void |
close(String name) |
WatchService |
newWatchService(String fsName) |
void |
publishEvents(String fsName,
Path watchable,
List<WatchEvent<?>> elist) |
void |
publishEvents(String fsName,
Path watchable,
List<WatchEvent<?>> elist,
boolean broadcastEvents) |
public WatchService newWatchService(String fsName) throws UnsupportedOperationException, IOException
public void publishEvents(String fsName, Path watchable, List<WatchEvent<?>> elist)
public void publishEvents(String fsName, Path watchable, List<WatchEvent<?>> elist, boolean broadcastEvents)
public void close(String name)
Copyright © 2012–2018 JBoss by Red Hat. All rights reserved.