Class SpallocProperties.DataSourceProperties

java.lang.Object
uk.ac.manchester.spinnaker.alloc.SpallocProperties.DataSourceProperties
Enclosing class:
SpallocProperties

public static class SpallocProperties.DataSourceProperties extends Object
The properties of a DataSource, describing how to make a database connection.
  • Constructor Details

  • Method Details

    • getJdbcUrl

      public String getJdbcUrl()
      Returns:
      URL for creating a connection.
    • getUsername

      public String getUsername()
      Returns:
      User name for the connection.
    • getPassword

      public String getPassword()
      Returns:
      Password for the connection.