Class Module

java.lang.Object
io.debezium.kcrestextension.Module

public final class Module extends Object
Information about this module.
  • Field Details

  • Constructor Details

    • Module

      public Module()
  • Method Details

    • version

      public static String version()
    • loadProperties

      private static Properties loadProperties(String classpathResource)
      Atomically load the properties file at the given location within the designated class loader.
      Parameters:
      classpathResource - the path to the resource file; may not be null
      Returns:
      the properties object; never null, but possibly empty
      Throws:
      IllegalStateException - if the file could not be found or read