public class SQLDataProviderType extends Object implements DataProviderType
| Modifier and Type | Field and Description |
|---|---|
protected LocaleManager |
localeManager |
protected String |
uid |
static String |
UID |
protected SQLDataLoaderXMLFormat |
xmlFormat |
| Constructor and Description |
|---|
SQLDataProviderType() |
| Modifier and Type | Method and Description |
|---|---|
DataLoader |
createDataLoader() |
String |
getDescription(Locale l) |
String |
getUid() |
DataLoaderXMLFormat |
getXmlFormat() |
public static final String UID
@Inject protected String uid
@Inject protected LocaleManager localeManager
protected SQLDataLoaderXMLFormat xmlFormat
public String getUid()
getUid in interface DataProviderTypepublic DataLoaderXMLFormat getXmlFormat()
getXmlFormat in interface DataProviderTypepublic String getDescription(Locale l)
getDescription in interface DataProviderTypepublic DataLoader createDataLoader()
createDataLoader in interface DataProviderTypeCopyright © 2012–2018 JBoss by Red Hat. All rights reserved.