All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.leberrigaud.maven.plugins.database.GroovyDatabaseConfiguration.groovy Maven / Gradle / Ivy

There is a newer version: 0.10
Show newest version
package org.leberrigaud.maven.plugins.database

class GroovyDatabaseConfiguration implements DatabaseConfiguration
{
    String host, port, username, password, databaseSchema, databaseName, sid

    String getPort(String defaultPort)
    {
        return port ?: defaultPort
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy