public static enum ECodeViewOption.ETextViewOption extends java.lang.Enum<ECodeViewOption.ETextViewOption>
| Enum Constant and Description |
|---|
FILTERED_CONTENT
the text after filtering content-exclude patterns
|
UNFILTERED_CONTENT
The initial content (plain text) that is loaded into teamscale from the code
repository.
|
| Modifier and Type | Method and Description |
|---|---|
static ECodeViewOption.ETextViewOption |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ECodeViewOption.ETextViewOption[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ECodeViewOption.ETextViewOption UNFILTERED_CONTENT
false to the
filteredContent parameter of the createFindings method.
Otherwise, the finding location will be wrong.public static final ECodeViewOption.ETextViewOption FILTERED_CONTENT
public static ECodeViewOption.ETextViewOption[] values()
for (ECodeViewOption.ETextViewOption c : ECodeViewOption.ETextViewOption.values()) System.out.println(c);
public static ECodeViewOption.ETextViewOption valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null