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

Method getConfigString

src/main/java/com/rarchives/ripme/utils/Utils.java:138–140  ·  view source on GitHub ↗

Gets the value of a specific config key. @param key The name of the config parameter you want to find. @param defaultValue What the default value would be.

(String key, String defaultValue)

Source from the content-addressed store, hash-verified

136 * @param defaultValue What the default value would be.
137 */
138 public static String getConfigString(String key, String defaultValue) {
139 return config.getString(key, defaultValue);
140 }
141
142 public static String[] getConfigStringArray(String key) {
143 String[] configStringArray = config.getStringArray(key);

Callers 15

testSocksProxyMethod · 0.95
testHTTPProxyMethod · 0.95
mainMethod · 0.95
getWorkingDirectoryMethod · 0.95
getURLHistoryFileMethod · 0.95
getCookiesMethod · 0.95
getResourceBundleMethod · 0.95
cookiesForURLMethod · 0.95
getSingleImageDataMethod · 0.95
getAlbumDataMethod · 0.95
getUserDataMethod · 0.95
getApiKeyMethod · 0.95

Calls

no outgoing calls

Tested by 2

testSocksProxyMethod · 0.76
testHTTPProxyMethod · 0.76