MCPcopy Create free account
hub / github.com/boxbeam/RedLib / getString

Method getString

src/redempt/redlib/config/data/DataHolder.java:77–77  ·  view source on GitHub ↗

Gets a string value from a path @param path The path to the string @return The string

(String path)

Source from the content-addressed store, hash-verified

75 * @return The string
76 */
77 public String getString(String path);
78
79 /**
80 * Gets a list subsection

Callers 10

queryResultStringListMethod · 0.65
getStringMethod · 0.65
deserializeObjectMethod · 0.65
getStringMethod · 0.65
attemptMigrationMethod · 0.65
loadAllMethod · 0.65
getMethod · 0.65
loadFromMethod · 0.65
getStringMethod · 0.65

Implementers 3

ConfigurationSectionDataHoldersrc/redempt/redlib/config/data/Configu
ListDataHoldersrc/redempt/redlib/config/data/ListDat
MapDataHoldersrc/redempt/redlib/config/data/MapData

Calls

no outgoing calls

Tested by

no test coverage detected