org.xwiki.diff.display
Interface Splitter<E,F>

Type Parameters:
E - the type of object being split
F - the type of objects created by the split

@Role
public interface Splitter<E,F>

Splits a composite object in multiple parts of the same type.

Since:
4.1RC1
Version:
$Id: 641a28c86bc8d1cf1be36beb03291864f6abc51c $

Method Summary
 List<F> split(E composite)
          Splits the given composite object in multiple parts of the same type.
 

Method Detail

split

List<F> split(E composite)
Splits the given composite object in multiple parts of the same type.

Parameters:
composite - the object to split
Returns:
the list of objects that make the given composite object


Copyright © 2004-2013 XWiki. All Rights Reserved.