Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ddf-project/DDF
/ getSection
Method
getSection
core/src/main/java/io/ddf/util/IHandleConfig.java:33–33 ·
view source on GitHub ↗
(String sectionName)
Source
from the content-addressed store, hash-verified
31
public
Map<String, Section> getSections();
32
33
public
Section getSection(String sectionName);
34
35
public
Map<String, String> getSettings(String sectionName);
36
Callers
5
AGloballyAddressable
Class · 0.65
set
Method · 0.65
loadConfig
Method · 0.65
getSection
Method · 0.65
getValue
Method · 0.65
Implementers
1
ConfigHandler
core/src/main/java/io/ddf/util/ConfigH
Calls
no outgoing calls
Tested by
no test coverage detected