Method Summary |
|
Commandline | buildCmdLine() Builds a command line to execute ss. |
public void | setDateFormat(String dateFormat) Format of dates in fromDate toDate. |
public void | setFromDate(String fromDate) Date representing the 'start' of the range. |
public void | setFromLabel(String fromLabel) Label representing the 'start' of the range. |
public void | setNumdays(int numd) Number of days for comparison. |
public void | setOutput(File outfile) Output file name for the history. |
public void | setRecursive(boolean recursive) Retrieve history recursively. |
public void | setStyle(BriefCodediffNofile attr) Output style. |
public void | setToDate(String toDate) Date representing the 'end' of the range. |
public void | setToLabel(String toLabel) Label representing the 'end' of the range. |
public void | setUser(String user) Name of the user whose change history is generated. |