public final class ServiceUtils
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected static java.lang.String |
DELIMITERS |
Modifier and Type | Method and Description |
---|---|
static <T> java.util.List<T> |
createInstances(java.lang.String propKey)
Instantiates one or more objects according to the given property key
whose value is one or more class names separated by coma, semicolon, space, tab or new line.
|
protected static final java.lang.String DELIMITERS
public static <T> java.util.List<T> createInstances(java.lang.String propKey)
propKey
- property key to search and retrieve class names. eg: com.my.key:
com.jalios.xxx.MyServiceClass,com.jalios.xxx.MyServiceClass2
with com.my.key is propKey
Copyright © 2001-2019 Jalios SA. All Rights Reserved.