Uses of Enum Class
org.jbehave.core.reporters.PrintStreamOutput.Format
Packages that use PrintStreamOutput.Format
-
Uses of PrintStreamOutput.Format in org.jbehave.core.reporters
Methods in org.jbehave.core.reporters that return PrintStreamOutput.FormatModifier and TypeMethodDescriptionstatic PrintStreamOutput.FormatReturns the enum constant of this class with the specified name.static PrintStreamOutput.Format[]PrintStreamOutput.Format.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.jbehave.core.reporters with parameters of type PrintStreamOutput.FormatModifier and TypeMethodDescriptionprotected Object[]PrintStreamOutput.escape(PrintStreamOutput.Format format, Object... args) Escapes args' string values according to formatConstructors in org.jbehave.core.reporters with parameters of type PrintStreamOutput.FormatModifierConstructorDescriptionprotectedPrintStreamOutput(PrintStreamOutput.Format format, PrintStream output, Properties defaultPatterns, Properties outputPatterns, Keywords keywords) protectedPrintStreamOutput(PrintStreamOutput.Format format, PrintStream output, Properties defaultPatterns, Properties outputPatterns, Keywords keywords, boolean reportFailureTrace, boolean compressFailureTrace) protectedPrintStreamOutput(PrintStreamOutput.Format format, PrintStream output, Properties outputPatterns, Keywords keywords, boolean reportFailureTrace, boolean compressFailureTrace)