Modifier and Type | Class and Description |
---|---|
public static class | MSVSSHISTORY.BriefCodediffNofile
Extension of EnumeratedAttribute to hold the values for style. |
Access | Constructor and Description |
---|---|
public |
Modifier and Type | Method and Description |
---|---|
pack-priv Commandline | Returns: The constructed commandline.Implements abstract org. |
public void | |
public void | |
public void | |
public void | |
public void | |
public void | |
public void | |
public void | |
public void | |
public void |
MSVSSHISTORY | back to summary |
---|---|
public MSVSSHISTORY() |
buildCmdLine | back to summary |
---|---|
pack-priv Commandline buildCmdLine() Implements abstract org. Builds a command line to execute ss.
|
setDateFormat | back to summary |
---|---|
public void setDateFormat(String dateFormat) Format of dates in
|
setFromDate | back to summary |
---|---|
public void setFromDate(String fromDate) Date representing the 'start' of the range.
|
setFromLabel | back to summary |
---|---|
public void setFromLabel(String fromLabel) Label representing the 'start' of the range.
|
setNumdays | back to summary |
---|---|
public void setNumdays(int numd) Number of days for comparison. Defaults to 2 days.
|
setOutput | back to summary |
---|---|
public void setOutput(File outfile) Output file name for the history.
|
setRecursive | back to summary |
---|---|
public void setRecursive(boolean recursive) Retrieve history recursively. Defaults to false.
|
setStyle | back to summary |
---|---|
public void setStyle(MSVSSHISTORY. Output style. Valid options are:
|
setToDate | back to summary |
---|---|
public void setToDate(String toDate) Date representing the 'end' of the range.
|
setToLabel | back to summary |
---|---|
public void setToLabel(String toLabel) Label representing the 'end' of the range.
|
setUser | back to summary |
---|---|
public void setUser(String user) Name of the user whose change history is generated.
|
Access | Constructor and Description |
---|---|
public |
Modifier and Type | Method and Description |
---|---|
public String[] | Returns: The values.Implements abstract org. |
BriefCodediffNofile | back to summary |
---|---|
public BriefCodediffNofile() |
getValues | back to summary |
---|---|
public String[] getValues() Implements abstract org. Gets the list of allowable values.
|