public class CvsUpdateOptions extends PolledUpdateOptions
Modifier and Type | Field and Description |
---|---|
static CvsUpdateOptions |
DEFAULT |
static long |
DEFAULT_CVS_FULL_SCAN_PERIOD |
static long |
DEFAULT_CVS_POLL_PERIOD |
DEFAULT_POLL_PERIOD
Constructor and Description |
---|
CvsUpdateOptions(java.lang.String pollInterval,
java.lang.String fullScanInterval,
java.lang.String historyFile,
java.lang.String stripPrefix) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getFullScanInterval()
How often a full scan of the CVS repository is done.
|
java.lang.String |
getHistoryFile()
The location of the CVS history file
|
java.lang.String |
getStripPrefix()
Prefix to strip off files found in the history file, to make them relative to the repository's CVS directory.
|
int |
hashCode() |
getPollInterval
public static final long DEFAULT_CVS_POLL_PERIOD
public static final long DEFAULT_CVS_FULL_SCAN_PERIOD
public static final CvsUpdateOptions DEFAULT
public CvsUpdateOptions(java.lang.String pollInterval, java.lang.String fullScanInterval, java.lang.String historyFile, java.lang.String stripPrefix)
public java.lang.String getFullScanInterval()
public java.lang.String getHistoryFile()
public java.lang.String getStripPrefix()
public int hashCode()
hashCode
in class PolledUpdateOptions
public boolean equals(java.lang.Object obj)
equals
in class PolledUpdateOptions