Interface UsedDataSourceProvider
-
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public interface UsedDataSourceProvider
Used data source provider.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Collection<String>getNames()Get used data source names.
-
-
-
Method Detail
-
getNames
Collection<String> getNames()
Get used data source names.- Returns:
- used data source names
-
-