Index
All Classes and Interfaces|All Packages|Constant Field Values
A
- apply(Project) - Method in class org.ethelred.kiwiproc.gradle.KiwiProcPlugin
D
- database() - Method in record class org.ethelred.kiwiproc.processorconfig.DataSourceConfig
-
Returns the value of the
databaserecord component. - DataSourceConfig - Record Class in org.ethelred.kiwiproc.processorconfig
- DataSourceConfig(String, String, String, String, String, String) - Constructor for record class org.ethelred.kiwiproc.processorconfig.DataSourceConfig
-
Creates an instance of a
DataSourceConfigrecord class. - dataSources() - Method in record class org.ethelred.kiwiproc.processorconfig.ProcessorConfig
-
Returns the value of the
dataSourcesrecord component. - debug() - Method in record class org.ethelred.kiwiproc.processorconfig.ProcessorConfig
-
Returns the value of the
debugrecord component. - DEFAULT_NAME - Static variable in class org.ethelred.kiwiproc.gradle.EmbeddedMySQLService
- DEFAULT_NAME - Static variable in class org.ethelred.kiwiproc.gradle.EmbeddedPostgresService
- dependencyInjectionStyle() - Method in record class org.ethelred.kiwiproc.processorconfig.ProcessorConfig
-
Returns the value of the
dependencyInjectionStylerecord component. - DependencyInjectionStyle - Enum Class in org.ethelred.kiwiproc.processorconfig
- driverClassName() - Method in record class org.ethelred.kiwiproc.processorconfig.DataSourceConfig
-
Returns the value of the
driverClassNamerecord component.
E
- EmbeddedMySQLParams - Interface in org.ethelred.kiwiproc.gradle
- EmbeddedMySQLService - Class in org.ethelred.kiwiproc.gradle
- EmbeddedMySQLService() - Constructor for class org.ethelred.kiwiproc.gradle.EmbeddedMySQLService
- EmbeddedMySQLService.MySQLConnectionInfo - Record Class in org.ethelred.kiwiproc.gradle
- EmbeddedPostgresParams - Interface in org.ethelred.kiwiproc.gradle
- EmbeddedPostgresService - Class in org.ethelred.kiwiproc.gradle
- EmbeddedPostgresService() - Constructor for class org.ethelred.kiwiproc.gradle.EmbeddedPostgresService
- EMPTY - Static variable in record class org.ethelred.kiwiproc.processorconfig.ProcessorConfig
- equals(Object) - Method in record class org.ethelred.kiwiproc.gradle.EmbeddedMySQLService.MySQLConnectionInfo
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class org.ethelred.kiwiproc.processorconfig.DataSourceConfig
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class org.ethelred.kiwiproc.processorconfig.ProcessorConfig
-
Indicates whether some other object is "equal to" this one.
G
- getAddDependencies() - Method in interface org.ethelred.kiwiproc.gradle.KiwiProcExtension
- getApplicationPropertiesFile() - Method in class org.ethelred.kiwiproc.gradle.KiwiProcConfigTask
- getConfigFile() - Method in class org.ethelred.kiwiproc.gradle.KiwiProcConfigTask
- getDatabase() - Method in interface org.ethelred.kiwiproc.gradle.KiwiProcDataSource
- getDataSources() - Method in class org.ethelred.kiwiproc.gradle.KiwiProcConfigTask
- getDataSources() - Method in interface org.ethelred.kiwiproc.gradle.KiwiProcExtension
- getDebug() - Method in class org.ethelred.kiwiproc.gradle.KiwiProcConfigTask
- getDebug() - Method in interface org.ethelred.kiwiproc.gradle.KiwiProcExtension
- getDependencyInjectionStyle() - Method in class org.ethelred.kiwiproc.gradle.KiwiProcConfigTask
- getDependencyInjectionStyle() - Method in interface org.ethelred.kiwiproc.gradle.KiwiProcExtension
- getDriverClassName() - Method in interface org.ethelred.kiwiproc.gradle.KiwiProcDataSource
- getJdbcUrl() - Method in interface org.ethelred.kiwiproc.gradle.KiwiProcDataSource
- getLiquibaseChangelog() - Method in interface org.ethelred.kiwiproc.gradle.KiwiProcDataSource
- getLiquibaseChangelog() - Method in interface org.ethelred.kiwiproc.gradle.KiwiProcExtension
- getName() - Method in interface org.ethelred.kiwiproc.gradle.KiwiProcDataSource
- getPassword() - Method in interface org.ethelred.kiwiproc.gradle.KiwiProcDataSource
- getPreparedDatabase(File) - Method in class org.ethelred.kiwiproc.gradle.EmbeddedMySQLService
- getPreparedDatabase(File) - Method in class org.ethelred.kiwiproc.gradle.EmbeddedPostgresService
- getUsername() - Method in interface org.ethelred.kiwiproc.gradle.KiwiProcDataSource
H
- hashCode() - Method in record class org.ethelred.kiwiproc.gradle.EmbeddedMySQLService.MySQLConnectionInfo
-
Returns a hash code value for this object.
- hashCode() - Method in record class org.ethelred.kiwiproc.processorconfig.DataSourceConfig
-
Returns a hash code value for this object.
- hashCode() - Method in record class org.ethelred.kiwiproc.processorconfig.ProcessorConfig
-
Returns a hash code value for this object.
J
- JAKARTA - Enum constant in enum class org.ethelred.kiwiproc.processorconfig.DependencyInjectionStyle
K
- KiwiProcConfigTask - Class in org.ethelred.kiwiproc.gradle
- KiwiProcConfigTask() - Constructor for class org.ethelred.kiwiproc.gradle.KiwiProcConfigTask
- KiwiProcDataSource - Interface in org.ethelred.kiwiproc.gradle
- KiwiProcExtension - Interface in org.ethelred.kiwiproc.gradle
- KiwiProcPlugin - Class in org.ethelred.kiwiproc.gradle
- KiwiProcPlugin() - Constructor for class org.ethelred.kiwiproc.gradle.KiwiProcPlugin
M
- MySQLConnectionInfo(String, String, String) - Constructor for record class org.ethelred.kiwiproc.gradle.EmbeddedMySQLService.MySQLConnectionInfo
-
Creates an instance of a
MySQLConnectionInforecord class.
N
- named() - Method in record class org.ethelred.kiwiproc.processorconfig.DataSourceConfig
-
Returns the value of the
namedrecord component.
O
- org.ethelred.kiwiproc.gradle - package org.ethelred.kiwiproc.gradle
- org.ethelred.kiwiproc.processorconfig - package org.ethelred.kiwiproc.processorconfig
P
- password() - Method in record class org.ethelred.kiwiproc.gradle.EmbeddedMySQLService.MySQLConnectionInfo
-
Returns the value of the
passwordrecord component. - password() - Method in record class org.ethelred.kiwiproc.processorconfig.DataSourceConfig
-
Returns the value of the
passwordrecord component. - ProcessorConfig - Record Class in org.ethelred.kiwiproc.processorconfig
- ProcessorConfig(Map<String, DataSourceConfig>, DependencyInjectionStyle) - Constructor for record class org.ethelred.kiwiproc.processorconfig.ProcessorConfig
- ProcessorConfig(Map<String, DataSourceConfig>, DependencyInjectionStyle, boolean) - Constructor for record class org.ethelred.kiwiproc.processorconfig.ProcessorConfig
-
Creates an instance of a
ProcessorConfigrecord class.
R
- run() - Method in class org.ethelred.kiwiproc.gradle.KiwiProcConfigTask
S
- SPRING - Enum constant in enum class org.ethelred.kiwiproc.processorconfig.DependencyInjectionStyle
T
- toString() - Method in record class org.ethelred.kiwiproc.gradle.EmbeddedMySQLService.MySQLConnectionInfo
-
Returns a string representation of this record class.
- toString() - Method in record class org.ethelred.kiwiproc.processorconfig.DataSourceConfig
-
Returns a string representation of this record class.
- toString() - Method in record class org.ethelred.kiwiproc.processorconfig.ProcessorConfig
-
Returns a string representation of this record class.
U
- url() - Method in record class org.ethelred.kiwiproc.gradle.EmbeddedMySQLService.MySQLConnectionInfo
-
Returns the value of the
urlrecord component. - url() - Method in record class org.ethelred.kiwiproc.processorconfig.DataSourceConfig
-
Returns the value of the
urlrecord component. - username() - Method in record class org.ethelred.kiwiproc.gradle.EmbeddedMySQLService.MySQLConnectionInfo
-
Returns the value of the
usernamerecord component. - username() - Method in record class org.ethelred.kiwiproc.processorconfig.DataSourceConfig
-
Returns the value of the
usernamerecord component.
V
- valueOf(String) - Static method in enum class org.ethelred.kiwiproc.processorconfig.DependencyInjectionStyle
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class org.ethelred.kiwiproc.processorconfig.DependencyInjectionStyle
-
Returns an array containing the constants of this enum class, in the order they are declared.
All Classes and Interfaces|All Packages|Constant Field Values