Package com.stimulsoft.base.data
Class StiDataLoaderHelper
java.lang.Object
com.stimulsoft.base.data.StiDataLoaderHelper
Copyright Stimulsoft
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic List<StiDataLoaderHelper.Data> loadMultiple(String path, String filter) static StiDataLoaderHelper.DataloadSingle(String path, Map<String, String> headers)
-
Constructor Details
-
StiDataLoaderHelper
public StiDataLoaderHelper()
-
-
Method Details
-
loadMultiple
public static List<StiDataLoaderHelper.Data> loadMultiple(String path, String filter) throws IOException - Throws:
IOException
-
loadSingle
public static StiDataLoaderHelper.Data loadSingle(String path, Map<String, String> headers) throws IOException- Throws:
IOException
-