Uses of Enum Class
org.exoplatform.commons.utils.IOFailureFlow
Packages that use IOFailureFlow
-
Uses of IOFailureFlow in org.exoplatform.commons.utils
Methods in org.exoplatform.commons.utils that return IOFailureFlowModifier and TypeMethodDescriptionfinal IOFailureFlowOutputStreamPrinter.getFailureFlow()Returns the failure flow.static IOFailureFlowReturns the enum constant of this class with the specified name.static IOFailureFlow[]IOFailureFlow.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.exoplatform.commons.utils with parameters of type IOFailureFlowModifierConstructorDescriptionOutputStreamPrinter(TextEncoder encoder, OutputStream out, IOFailureFlow failureFlow, boolean ignoreOnFailure, boolean flushOnClose, int bufferSize) Builds a new instance with the specified parameters and the delegate output.OutputStreamPrinter(TextEncoder encoder, OutputStream out, IOFailureFlow failureFlow, boolean ignoreOnFailure, boolean flushOnClose, int bufferSize, boolean growing)