Package io.debezium.kcrestextension
Class Module
java.lang.Object
io.debezium.kcrestextension.Module
Information about this module.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate static PropertiesloadProperties(String classpathResource) Atomically load the properties file at the given location within the designated class loader.static Stringversion()
-
Field Details
-
INFO
-
-
Constructor Details
-
Module
public Module()
-
-
Method Details
-
version
-
loadProperties
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
-