public enum Merger extends Enum<Merger>
| Enum Constant and Description |
|---|
Json |
Junit |
StreamingJsonFormatter |
| Modifier and Type | Method and Description |
|---|---|
static ResultMerger |
get(String merger) |
ResultMerger |
getMerger() |
static Merger |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Merger[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Merger Junit
public static final Merger Json
public static final Merger StreamingJsonFormatter
public static Merger[] values()
for (Merger c : Merger.values()) System.out.println(c);
public static Merger valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic ResultMerger getMerger()
public static ResultMerger get(String merger) throws MergeException
MergeExceptionCopyright © 2018. All rights reserved.