Package | Description |
---|---|
org.jboss.dashboard.export | |
org.jboss.dashboard.provider |
It contains classes in for the creation & load of data sets from several sources, f.i: SQL databases.
|
Modifier and Type | Method and Description |
---|---|
DataLoader |
DataLoaderXMLFormat.parse(NodeList xmlNodes) |
DataLoader |
DataLoaderXMLFormat.parse(String xml) |
DataLoader |
AbstractDataLoaderXMLFormat.parse(String xml) |
Modifier and Type | Method and Description |
---|---|
String |
DataLoaderXMLFormat.format(DataLoader loader) |
String |
AbstractDataLoaderXMLFormat.format(DataLoader loader) |
void |
DataLoaderXMLFormat.format(DataLoader loader,
PrintWriter out,
int indent) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractDataLoader
Base class for the implementation of custom data loaders.
|
Modifier and Type | Method and Description |
---|---|
DataLoader |
DataProviderType.createDataLoader() |
DataLoader |
DataProvider.getDataLoader()
The loader used to retrieve data.
|
Modifier and Type | Method and Description |
---|---|
void |
DataProvider.setDataLoader(DataLoader dataLoader) |
Copyright © 2012-2015 JBoss by Red Hat. All Rights Reserved.