Liferay 7.0-ce-b4

Uses of Interface
com.liferay.portal.kernel.diff.Diff

Packages that use Diff
com.liferay.portal.diff   
com.liferay.portal.kernel.diff   
com.liferay.portal.kernel.util This package defines the kernel utility interfaces and classes. 
 

Uses of Diff in com.liferay.portal.diff
 

Classes in com.liferay.portal.diff that implement Diff
 class DiffImpl
          This class can compare two different versions of a text.
 

Uses of Diff in com.liferay.portal.kernel.diff
 

Methods in com.liferay.portal.kernel.diff that return Diff
static Diff DiffUtil.getDiff()
           
 

Methods in com.liferay.portal.kernel.diff with parameters of type Diff
 void DiffUtil.setDiff(Diff diff)
           
 

Uses of Diff in com.liferay.portal.kernel.util
 

Subinterfaces of Diff in com.liferay.portal.kernel.util
 interface Diff
          Deprecated. As of 7.0.0, moved to Diff
 


Liferay 7.0-ce-b4