Liferay 6.2-ce-ga5

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

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

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

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

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

Uses of Diff in com.liferay.portal.util
 

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


Liferay 6.2-ce-ga5