net.sf.doolin.util.factory
Interface DataFactory<T>

Type Parameters:
T - Type of the object which is created
All Known Implementing Classes:
EnumListDataFactory, IdentityDataFactory, InitialisingDataFactory, InstanceDataFactory, MethodDataFactory, PreferencesDataFactory, PropertyDataFactory, SimpleDataFactory

public interface DataFactory<T>

Creates an arbitrary object.

Author:
Damien Coraboeuf

Method Summary
 T create(Object context)
          Creates an arbitrary object.
 

Method Detail

create

T create(Object context)
Creates an arbitrary object.

Parameters:
context - Context of creation
Returns:
Created object.


Copyright © 2011. All Rights Reserved.