de.smartics.properties.api.config.transfer
Interface PropertySinkFactory<T extends PropertySink>

Package class diagram package PropertySinkFactory
Type Parameters:
T - the type of property sink that is created by the implementation.
All Known Implementing Classes:
CsvFactory, Factory, Factory, Factory, HSqlFactory, MySqlFactory, XmlFactory

public interface PropertySinkFactory<T extends PropertySink>

Creates instances of PropertySink.

Implementations are required to provide an parameter-less constructor. All properties are set via setters using the Java Beans naming schema.


Method Summary
 T create()
          Creates an instance of PropertySink.
 

Method Detail

create

T create()
Creates an instance of PropertySink.

Returns:
an instance of PropertySink.


Copyright © 2012-2013 Kronseder & Reiner GmbH - smartics. All Rights Reserved.