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

Public Member Functions

Optional< String > get (final String key)
String require (final String key)
Map< String, String > snapshot ()
List< ConfigSourcesources ()

Static Public Member Functions

static EtherConfig of (final ConfigSource... sources)
static EtherConfig of (final List< ConfigSource > sources)

Detailed Description

Definition at line 39 of file EtherConfig.java.

Member Function Documentation

◆ get()

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

Definition at line 60 of file EtherConfig.java.

◆ of() [1/2]

EtherConfig dev.rafex.ether.config.EtherConfig.of ( final ConfigSource... sources)
static

Definition at line 47 of file EtherConfig.java.

References of().

Referenced by of().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ of() [2/2]

EtherConfig dev.rafex.ether.config.EtherConfig.of ( final List< ConfigSource > sources)
static

Definition at line 51 of file EtherConfig.java.

◆ require()

String dev.rafex.ether.config.EtherConfig.require ( final String key)

Definition at line 70 of file EtherConfig.java.

◆ snapshot()

Map< String, String > dev.rafex.ether.config.EtherConfig.snapshot ( )

Definition at line 74 of file EtherConfig.java.

◆ sources()

List< ConfigSource > dev.rafex.ether.config.EtherConfig.sources ( )

Definition at line 56 of file EtherConfig.java.


The documentation for this class was generated from the following file:
  • ether-config/ether-config/src/main/java/dev/rafex/ether/config/EtherConfig.java