Uses of Class
org.apache.juneau.internal.Flag
Packages that use Flag
- 
Uses of Flag in org.apache.juneau.internalMethods in org.apache.juneau.internal that return FlagModifier and TypeMethodDescriptionstatic FlagFlag.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 FlagFlag.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 .