-
- All Known Implementing Classes:
DefaultDataSourceFactory
public interface DataSourceFactory
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default DataSource
build(File file)
default DataSource
build(Path path)
DataSource
build(Path path, FileSystem system)
default boolean
isTarget(Path path)
default boolean
isTarget(Path path, FileSystem system)
boolean
isTarget(Path path, FileSystem system, BasicFileAttributes attributes)
-
-
-
Method Detail
-
isTarget
boolean isTarget(Path path, FileSystem system, BasicFileAttributes attributes)
-
isTarget
default boolean isTarget(Path path, FileSystem system)
-
isTarget
default boolean isTarget(Path path)
-
build
DataSource build(Path path, FileSystem system) throws KunaiException
- Throws:
KunaiException
-
build
default DataSource build(Path path) throws KunaiException
- Throws:
KunaiException
-
build
default DataSource build(File file) throws KunaiException
- Throws:
KunaiException
-
-