MCPcopy Create free account
hub / github.com/M66B/FairEmail / getIntProperty

Method getIntProperty

app/src/main/java/com/sun/mail/util/PropUtil.java:42–44  ·  view source on GitHub ↗

Get an integer valued property. @param props the properties @param name the property name @param def default value if property not found @return the property value

(Properties props, String name, int def)

Source from the content-addressed store, hash-verified

40 * @return the property value
41 */
42 public static int getIntProperty(Properties props, String name, int def) {
43 return getInt(getProp(props, name), def);
44 }
45
46 /**
47 * Get a boolean valued property.

Callers 14

ConnectionPoolMethod · 0.95
IMAPStoreMethod · 0.95
protocolConnectMethod · 0.95
authntlmMethod · 0.95
startCompressionMethod · 0.95
SMTPTransportMethod · 0.95
protocolConnectMethod · 0.95
getInitialResponseMethod · 0.95
wrapMethod · 0.95
getSocketMethod · 0.95
createSocketMethod · 0.95
protocolConnectMethod · 0.95

Calls 2

getIntMethod · 0.95
getPropMethod · 0.95

Tested by

no test coverage detected