public class ScenarioSimulationSharedUtils extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
FILE_EXTENSION |
| Constructor and Description |
|---|
ScenarioSimulationSharedUtils() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isCollection(String className)
Returns true if given string isList or isMap
|
static boolean |
isList(String className)
Returns true if given string equals to canonical name of List, ArrayList or LinkedList
|
static boolean |
isMap(String className)
Returns true if given string equals to canonical name of Map or HashMap
|
public static final String FILE_EXTENSION
public static boolean isCollection(String className)
className - public static boolean isList(String className)
className - public static boolean isMap(String className)
className - Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.