com.cedarsoft.utils
Interface ObjectFactory<T>


public interface ObjectFactory<T>

Creates an object from a string


Nested Class Summary
static class ObjectFactory.InvalidRepresentationException
           
 
Method Summary
 T create(java.lang.String representation)
           
 

Method Detail

create

@NotNull
T create(@NotNull
                 java.lang.String representation)
         throws ObjectFactory.InvalidRepresentationException
Throws:
ObjectFactory.InvalidRepresentationException


Copyright © 2009 cedarsoft GmbH. All Rights Reserved.