MCPcopy Create free account
hub / github.com/RipMeApp/ripme / getConfigInteger

Method getConfigInteger

src/main/java/com/rarchives/ripme/utils/Utils.java:148–150  ·  view source on GitHub ↗
(String key, int defaultValue)

Source from the content-addressed store, hash-verified

146 }
147
148 public static int getConfigInteger(String key, int defaultValue) {
149 return config.getInt(key, defaultValue);
150 }
151
152 public static boolean getConfigBoolean(String key, boolean defaultValue) {
153 return config.getBoolean(key, defaultValue);

Callers 13

HttpClass · 0.95
defaultSettingsMethod · 0.95
ripMethod · 0.95
DownloadVideoThreadMethod · 0.95
initializeMethod · 0.95
ripMethod · 0.95
DownloadFileThreadMethod · 0.95
TwitterRipperClass · 0.95
shouldAddURLMethod · 0.95
parseJsonChildMethod · 0.95
configFieldMethod · 0.95
restoreWindowPositionMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected