Uses of Interface
com.ecyrd.jspwiki.diff.DiffProvider

Packages that use DiffProvider
com.ecyrd.jspwiki.diff   
 

Uses of DiffProvider in com.ecyrd.jspwiki.diff
 

Classes in com.ecyrd.jspwiki.diff that implement DiffProvider
 class ContextualDiffProvider
          A seriously better diff provider, which highlights changes word-by-word using CSS.
static class DiffProvider.NullDiffProvider
          If there is no diff provider set, this provider will work instead.
 class ExternalDiffProvider
          This DiffProvider allows external command line tools to be used to generate the diff.
 class TraditionalDiffProvider
          This is the JSPWiki 'traditional' diff.