Ether Framework
Unified API docs for Ether modules
Loading...
Searching...
No Matches
dev.rafex.ether.config.sources.ReloadableConfigSource Class Reference
Inheritance diagram for dev.rafex.ether.config.sources.ReloadableConfigSource:
Collaboration diagram for dev.rafex.ether.config.sources.ReloadableConfigSource:

Classes

enum  Format

Public Member Functions

void close () throws IOException
Map< String, String > entries ()
Optional< String > get (final String key)
String name ()
void reloadNow () throws IOException

Static Public Member Functions

static ReloadableConfigSource of (final Path path, final Format format) throws IOException

Detailed Description

Definition at line 40 of file ReloadableConfigSource.java.

Member Function Documentation

◆ close()

void dev.rafex.ether.config.sources.ReloadableConfigSource.close ( ) throws IOException

Definition at line 90 of file ReloadableConfigSource.java.

◆ entries()

Map< String, String > dev.rafex.ether.config.sources.ReloadableConfigSource.entries ( )

◆ get()

Optional< String > dev.rafex.ether.config.sources.ReloadableConfigSource.get ( final String key)

◆ name()

String dev.rafex.ether.config.sources.ReloadableConfigSource.name ( )

◆ of()

ReloadableConfigSource dev.rafex.ether.config.sources.ReloadableConfigSource.of ( final Path path,
final Format format ) throws IOException
static

Definition at line 66 of file ReloadableConfigSource.java.

◆ reloadNow()

void dev.rafex.ether.config.sources.ReloadableConfigSource.reloadNow ( ) throws IOException

Definition at line 85 of file ReloadableConfigSource.java.


The documentation for this class was generated from the following file: