Uses of Class
com.xceptance.xlt.api.data.ExclusiveDataProvider
Packages that use ExclusiveDataProvider
Package
Description
Provides classes to make the handling of test data easier.
-
Uses of ExclusiveDataProvider in com.xceptance.xlt.api.data
Methods in com.xceptance.xlt.api.data that return ExclusiveDataProviderModifier and TypeMethodDescriptionstatic ExclusiveDataProvider<String> ExclusiveDataProvider.getInstance(String fileName) Returns the exclusive data provider responsible for the given file name.static ExclusiveDataProvider<String> ExclusiveDataProvider.getInstance(String fileName, boolean filterLineComments) Returns the exclusive data provider responsible for the given file name.static <T> ExclusiveDataProvider<T> ExclusiveDataProvider.getInstance(String fileName, boolean filterLineComments, ExclusiveDataProvider.Parser<T> parser) Returns the exclusive data provider responsible for the given file name.static <T> ExclusiveDataProvider<T> ExclusiveDataProvider.getInstance(String fileName, ExclusiveDataProvider.Parser<T> parser) Returns the exclusive data provider responsible for the given file name.static ExclusiveDataProvider<String> ExclusiveDataProvider.getInstance(String fileName, String encoding) Returns the exclusive data provider responsible for the given file name.static <T> ExclusiveDataProvider<T> ExclusiveDataProvider.getInstance(String fileName, String encoding, boolean filterLineComments, ExclusiveDataProvider.Parser<T> parser) Returns the exclusive data provider responsible for the given file name.static <T> ExclusiveDataProvider<T> ExclusiveDataProvider.getInstance(String fileName, String encoding, ExclusiveDataProvider.Parser<T> parser) Returns the exclusive data provider responsible for the given file name.static ExclusiveDataProvider<String> ExclusiveDataProvider.getNewInstance(String fileName) Creates a newExclusiveDataProviderinstance for String data and initializes it with the agent's exclusive data partition loaded from the given data file.static ExclusiveDataProvider<String> ExclusiveDataProvider.getNewInstance(String fileName, String encoding) Creates a newExclusiveDataProviderinstance for String data and initializes it with the agent's exclusive data partition loaded from the given data file.