Getter that returns the configuration object @return The configuration object @since 2.0
()
| 610 | * @since 2.0 |
| 611 | */ |
| 612 | public final Config getConfig() { |
| 613 | return this.config; |
| 614 | } |
| 615 | |
| 616 | /** |
| 617 | * Returns the storage exception handler. May be null if not enabled |
no outgoing calls