T - The class of the data elements that will be built.public class XmlDataListDownloader<T> extends Object
| Modifier and Type | Class and Description | 
|---|---|
| static interface  | XmlDataListDownloader.XmlDataFactory<T> | 
| Constructor and Description | 
|---|
| XmlDataListDownloader() | 
| Modifier and Type | Method and Description | 
|---|---|
| List<T> | download(String url,
        boolean zip) | 
| void | setDataFactory(XmlDataListDownloader.XmlDataFactory<T> dataFactory) | 
| void | setPath(String path) | 
| void | setReadAttributes(boolean readAttributes) | 
| String | toString() | 
public void setReadAttributes(boolean readAttributes)
public void setPath(String path)
public void setDataFactory(XmlDataListDownloader.XmlDataFactory<T> dataFactory)
Copyright © 2018. All rights reserved.