MCPcopy Create free account
hub / github.com/PCGen/pcgen / LegacySettings

Method LegacySettings

code/src/java/pcgen/system/LegacySettings.java:39–42  ·  view source on GitHub ↗

Create a new LegacySettings instance. Private to avoid multiples.

()

Source from the content-addressed store, hash-verified

37 * Create a new LegacySettings instance. Private to avoid multiples.
38 */
39 private LegacySettings()
40 {
41 super("legacy.ini", null, SettingsHandler.getOptions());
42 }
43
44 /**
45 * @return The singleton LegacySettings instance.

Callers

nothing calls this directly

Calls 1

getOptionsMethod · 0.95

Tested by

no test coverage detected