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 java.lang.String |
WATCH_COMMIT |
static java.lang.String |
WATCH_EDIT |
static java.lang.String |
WATCH_TEMP_COMMIT |
static java.lang.String |
WATCH_TEMP_EDIT |
static java.lang.String |
WATCH_TEMP_UNEDIT |
static java.lang.String |
WATCH_UNEDIT |
Constructor and Description |
---|
WatchersInformation(java.io.File file)
Creates new istance of the WatchersInformation class.
|
Modifier and Type | Method and Description |
---|---|
java.io.File |
getFile()
Getter for file concerned in this instance.
|
java.util.Iterator |
getWatchersIterator()
Returns the Iterator with WatchersInformation.Watcher instances.
|
public static final java.lang.String WATCH_EDIT
public static final java.lang.String WATCH_UNEDIT
public static final java.lang.String WATCH_COMMIT
public static final java.lang.String WATCH_TEMP_EDIT
public static final java.lang.String WATCH_TEMP_UNEDIT
public static final java.lang.String WATCH_TEMP_COMMIT
public WatchersInformation(java.io.File file)
public java.io.File getFile()
getFile
in class FileInfoContainer
public java.util.Iterator getWatchersIterator()
Built on January 12 2013. | Portions Copyright 1997-2005 Sun Microsystems, Inc. All rights reserved.