public class ProgressStatsHelper extends java.lang.Object implements SourceFileHelper
| Modifier and Type | Field and Description |
|---|---|
private static java.lang.String[] |
headings
Column headings.
|
| Constructor and Description |
|---|
ProgressStatsHelper() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String[] |
getHeadings()
Obtain the list of source file descriptions which is suitable for use
as the column headings in the source file index table.
|
CopySpec[] |
getSpecifications(java.lang.String filename,
java.lang.String outDir)
Provide the list of copy specifications for the given source file and
output directory.
|
java.lang.String |
getURL(java.lang.String relPath,
java.lang.String source,
java.lang.String line)
Create a URL to link to the given source file and line number.
|
public java.lang.String[] getHeadings()
getHeadings in interface SourceFileHelperpublic CopySpec[] getSpecifications(java.lang.String filename, java.lang.String outDir)
getSpecifications in interface SourceFileHelperfilename - Original source filename.outDir - Root of the output directory where all copies must be made.public java.lang.String getURL(java.lang.String relPath,
java.lang.String source,
java.lang.String line)
getURL in interface SourceFileHelperrelPath - Relative path to the root of the output directory where the
source files copies were made.source - Original source filename.line - The line number to which to link.