Interface CustomDataSetManager
public interface CustomDataSetManager
-
Method Summary
Modifier and TypeMethodDescriptionGet a list of all datasets for custom data.getDataFile(CustomDataSetHandle product, String fileKey)
-
Method Details
-
getCustomDataProducts
List<CustomDataSetHandle> getCustomDataProducts()Get a list of all datasets for custom data. A dataset named "default" covers all XML files that are in directly in the custom directory.
It is expected that the returned handle has a list of "filehandles" (filenames without the suffix) and that this list is sorted in a load order.
How exactly load order is determined and user-controlled is up for later.- Returns:
-
getDataFile
-