public class WatchersInformation extends FileInfoContainer
Modifier and Type | Class and Description |
---|---|
static class |
WatchersInformation.Watcher
Inner class that holds information about single user and his watches on
the file.
|
Modifier and Type | Field and Description |
---|---|
static String |
WATCH_COMMIT |
static String |
WATCH_EDIT |
static String |
WATCH_TEMP_COMMIT |
static String |
WATCH_TEMP_EDIT |
static String |
WATCH_TEMP_UNEDIT |
static String |
WATCH_UNEDIT |
Constructor and Description |
---|
WatchersInformation(File file)
Creates new istance of the WatchersInformation class.
|
Modifier and Type | Method and Description |
---|---|
File |
getFile()
Getter for file concerned in this instance.
|
Iterator<WatchersInformation.Watcher> |
getWatchersIterator()
Returns the Iterator with WatchersInformation.Watcher instances.
|
public static final String WATCH_EDIT
public static final String WATCH_UNEDIT
public static final String WATCH_COMMIT
public static final String WATCH_TEMP_EDIT
public static final String WATCH_TEMP_UNEDIT
public static final String WATCH_TEMP_COMMIT
public WatchersInformation(File file)
public File getFile()
getFile
in class FileInfoContainer
public Iterator<WatchersInformation.Watcher> getWatchersIterator()
Copyright © 2016. All rights reserved.