Uses of Enum Class
com.ultikits.ultitools.manager.ServerPropertiesManager.WriteOutcome
Packages that use ServerPropertiesManager.WriteOutcome
-
Uses of ServerPropertiesManager.WriteOutcome in com.ultikits.ultitools.manager
Methods in com.ultikits.ultitools.manager that return ServerPropertiesManager.WriteOutcomeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static ServerPropertiesManager.WriteOutcome[]ServerPropertiesManager.WriteOutcome.values()Returns an array containing the constants of this enum class, in the order they are declared.ServerPropertiesManager.writeProperty(String key, String value) Why this exists next toServerPropertiesManager.setProperty(String, String): the boolean is lossy.