| java.lang.Object com.ecyrd.jspwiki.diff.ExternalDiffProvider
ExternalDiffProvider | public class ExternalDiffProvider implements DiffProvider(Code) | | This DiffProvider allows external command line tools to be used to generate
the diff.
|
PROP_DIFFCOMMAND | final public static String PROP_DIFFCOMMAND(Code) | | Determines the command to be used for 'diff'. This program must be able
to output diffs in the unified format. For example 'diff -u %s1 %s2'.
|
ExternalDiffProvider | public ExternalDiffProvider()(Code) | | Creates a new ExternalDiffProvider.
|
colorizeDiff | static String colorizeDiff(String diffText) throws IOException(Code) | | Goes through output provided by a diff command and inserts HTML tags to
make the result more legible. Currently colors lines starting with a +
green, those starting with - reddish (hm, got to think of color blindness
here...).
|
|
|