Package net.devslash.data
Class FileDataSupplier
-
- All Implemented Interfaces:
-
net.devslash.RequestDataSupplier
public final class FileDataSupplier implements RequestDataSupplier<List<String>>
-
-
Constructor Summary
Constructors Constructor Description FileDataSupplier(String name, String split)
-
Method Summary
Modifier and Type Method Description RequestData<List<String>>
getDataForRequest()
-
-
Method Detail
-
getDataForRequest
RequestData<List<String>> getDataForRequest()
-
-
-
-