Get (or create) a new Criteria by its name. @param name the criteria name @return the criteria @see Criteria Criteria for a list of constants
(@NotNull String name)
| 1999 | * @see Criteria Criteria for a list of constants |
| 2000 | */ |
| 2001 | @NotNull |
| 2002 | Criteria getScoreboardCriteria(@NotNull String name); |
| 2003 | |
| 2004 | /** |
no outgoing calls
no test coverage detected