- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for setActiveString (0.06 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
api/maven-api-settings/src/main/mdo/settings.mdo
<code> public boolean isActive() { return (getActiveString() != null) ? Boolean.parseBoolean(getActiveString()) : true; } public void setActive(boolean active) { setActiveString(String.valueOf(active)); } public int getPort() { return (getPortString() != null) ? Integer.parseInt(getPortString()) : 8080; } public void setPort(int port) {
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Sun May 18 09:15:56 GMT 2025 - 33.8K bytes - Click Count (0)