Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/annmuor/jnode
/ haveProperty
Method
haveProperty
jnode-core/src/jnode/main/MainHandler.java:61–63 ·
view source on GitHub ↗
(String property)
Source
from the content-addressed store, hash-verified
59
}
60
61
public
boolean haveProperty(String property) {
62
return
config.containsKey(property);
63
}
64
65
public
boolean getBooleanProperty(String property, Boolean def) {
66
String value = getProperty(property, def.toString());
Callers
1
main
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected