intarsys runtime library

de.intarsys.tools.factory
Interface IFactory<T>


public interface IFactory<T>


Method Summary
 T createInstance(IArgs args)
           
 String getId()
           
 Class<T> getResultType()
           
 

Method Detail

createInstance

T createInstance(IArgs args)
                 throws ObjectCreationException
Throws:
ObjectCreationException

getId

String getId()

getResultType

Class<T> getResultType()

intarsys runtime library

Copyright © 2012 intarsys consulting GmbH. All Rights Reserved.