org.eclipse.ecf.datashare.mergeable
Interface IItemFactory


public interface IItemFactory

Factory for creating items


Method Summary
 IItem createItem(java.lang.String description)
          Create item with given description
 

Method Detail

createItem

IItem createItem(java.lang.String description)
Create item with given description

Parameters:
description - the description to add to the item. The description represents the actual data associated with an item. Should not be null.
Returns:
IItem result. Will not be null.