Uses of Class
org.apache.juneau.internal.Flag
Packages that use Flag
-
Uses of Flag in org.apache.juneau.internal
Methods in org.apache.juneau.internal that return FlagModifier and TypeMethodDescriptionstatic Flag
Flag.create()
Creates a boolean value initialized tofalse .Runs a snippet of code if the boolean value isfalse .Runs a snippet of code if the boolean value istrue .static Flag
Flag.of
(boolean value) Creates a boolean value with the specified initial state.Flag.set()
Sets the boolean value totrue .Flag.setIf
(boolean value) Sets the boolean value totrue if the value istrue .Flag.unset()
Sets the boolean value tofalse .