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

Method getConfigBoolean

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

Source from the content-addressed store, hash-verified

150 }
151
152 public static boolean getConfigBoolean(String key, boolean defaultValue) {
153 return config.getBoolean(key, defaultValue);
154 }
155
156 public static List<String> getConfigList(String key) {
157 List<String> result = new ArrayList<>();

Callers 15

testRipMethod · 0.95
testMyDaddyVideoHostMethod · 0.95
testFlyFlvVideoHostMethod · 0.95
testUnknownVideoHostMethod · 0.95
testPornhubAlbumRipMethod · 0.95
configureLoggerMethod · 0.95
addURLToDownloadMethod · 0.95
setWorkingDirMethod · 0.95
writeDownloadedURLMethod · 0.95
addURLToDownloadMethod · 0.95
checkIfCompleteMethod · 0.95

Calls

no outgoing calls

Tested by 6

testRipMethod · 0.76
testMyDaddyVideoHostMethod · 0.76
testFlyFlvVideoHostMethod · 0.76
testUnknownVideoHostMethod · 0.76
testPornhubAlbumRipMethod · 0.76