MCPcopy Create free account
hub / github.com/TheCyaniteProject/exit_code_java / setRootPrivs

Method setRootPrivs

src/main/java/exitcode/Console.java:180–182  ·  view source on GitHub ↗

Sets the value of this.rootPriv @param permission Sets the state of root privileges (true/false) in this console. @author Allison Smith (Cyanite)

(boolean permission)

Source from the content-addressed store, hash-verified

178 * @author Allison Smith (Cyanite)
179 */
180 public void setRootPrivs(boolean permission) {
181 this.rootPriv = permission;
182 }
183
184 /**
185 * Returns the value of this.rootPriv

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected