public class XFactory extends Object
| Constructor and Description |
|---|
XFactory() |
| Modifier and Type | Method and Description |
|---|---|
static <T extends XString> |
createXPooledStringFactory(Class<T> pooledStringClass,
String factoryName,
Map<String,Object> props)
Creates a factory for a poolable string type.
|
public static final <T extends XString> IXStringFactory<T> createXPooledStringFactory(Class<T> pooledStringClass, String factoryName, Map<String,Object> props) throws RuntimeException
pooledStringClass - The pooled String class.factoryName - The factory name which must be unique within the jvm.props - The factory properties to use.RuntimeExceptionCopyright © 2019 N5 Technologies, Inc. All Rights Reserved.