de.smartics.properties.spi.config.ds
Class PropertiesStore.Builder

Package class diagram package PropertiesStore.Builder
java.lang.Object
  extended by de.smartics.properties.spi.config.ds.AbstractDataSourceDescriptor.Builder
      extended by de.smartics.properties.spi.config.ds.DefaultDataSourceManager.Builder
          extended by de.smartics.properties.spi.config.ds.PropertiesStore.Builder
Enclosing class:
PropertiesStore

public static class PropertiesStore.Builder
     
     
extends DefaultDataSourceManager.Builder

The builder of manager instances.


Field Summary
 
Fields inherited from class de.smartics.properties.spi.config.ds.DefaultDataSourceManager.Builder
dataSourceProxy, DEFAULT_CREATE_TABLE_TEMPLATE, insertOrUpdateSqlStatementTemplate
 
Constructor Summary
PropertiesStore.Builder()
           
 
Method Summary
 PropertiesStore build()
          Creates the instance.
 
Methods inherited from class de.smartics.properties.spi.config.ds.DefaultDataSourceManager.Builder
setCreateTableSqlStatementTemplate, setDataSourceProxy, setDropTable, setIgnoreTableCreationProblems, setInitialProperties, setInsertOrUpdateSqlStatementTemplate
 
Methods inherited from class de.smartics.properties.spi.config.ds.AbstractDataSourceDescriptor.Builder
setConfigColumn, setNameColumn, setTable, setValueColumn
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertiesStore.Builder

public PropertiesStore.Builder()
Method Detail

build

public final PropertiesStore build()
                            throws NullPointerException
Creates the instance.

Overrides:
build in class DefaultDataSourceManager.Builder
Returns:
the created instance.
Throws:
NullPointerException - if no data source proxy has been provided.


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