org.wildfly.extras.creaper.commands.datasources
Class AddPostgreSqlDataSource.Builder

java.lang.Object
  extended by org.wildfly.extras.creaper.commands.datasources.AddDataSource.Builder<AddPostgreSqlDataSource.Builder>
      extended by org.wildfly.extras.creaper.commands.datasources.AddPostgreSqlDataSource.Builder
Enclosing class:
AddPostgreSqlDataSource

public static final class AddPostgreSqlDataSource.Builder
extends AddDataSource.Builder<AddPostgreSqlDataSource.Builder>


Constructor Summary
AddPostgreSqlDataSource.Builder(String name)
           
 
Method Summary
 AddPostgreSqlDataSource build()
           
 
Methods inherited from class org.wildfly.extras.creaper.commands.datasources.AddDataSource.Builder
addConnectionProperties, addConnectionProperty, addConnectionProperty, addExceptionSorterProperty, addExceptionSorterProperty, addReauthPluginProperty, addReauthPluginProperty, addStaleConnectionCheckerProperty, addStaleConnectionCheckerProperty, addValidConnectionCheckerProperty, addValidConnectionCheckerProperty, allocationRetry, allocationRetryWaitMillis, allowMultipleUsers, backgroundValidation, backgroundValidationMillis, blockingTimeoutWaitMillis, check, checkValidConnectionSql, connectable, connectionUrl, datasourceClass, driverClass, driverName, enableAfterCreate, exceptionSorterClass, flushStrategy, idleTimeoutMinutes, jndiName, jta, managedConnectionPool, maxPoolSize, minPoolSize, newConnectionSql, prefill, preparedStatementsCacheSize, queryTimeout, reauthPluginClass, replaceExisting, securityDomain, setTxQueryTimeout, sharePreparedStatements, spy, staleConnectionCheckerClass, statisticsEnabled, trackPreparedStatements, transactionIsolation, urlDelimiter, urlSelectorStrategyClass, useCcm, useFastFailAllocation, useJavaContext, usernameAndPassword, useStrictMinPoolSize, useTryLock, validateOnMatch, validConnectionCheckerClass
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AddPostgreSqlDataSource.Builder

public AddPostgreSqlDataSource.Builder(String name)
Method Detail

build

public AddPostgreSqlDataSource build()
Overrides:
build in class AddDataSource.Builder<AddPostgreSqlDataSource.Builder>


Copyright © 2016. All rights reserved.