- java.lang.Object
-
- jp.cafebabe.kunai.sink.factories.DefaultDataSinkFactory
-
- All Implemented Interfaces:
DataSinkFactory
public class DefaultDataSinkFactory extends Object implements DataSinkFactory
-
-
Constructor Summary
Constructors Constructor Description DefaultDataSinkFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DataSink
create(Path path)
DataSinkFactory
factory(Path path)
boolean
isTarget(Path path)
-
-
-
Method Detail
-
isTarget
public boolean isTarget(Path path)
- Specified by:
isTarget
in interfaceDataSinkFactory
-
factory
public DataSinkFactory factory(Path path)
-
create
public DataSink create(Path path)
- Specified by:
create
in interfaceDataSinkFactory
-
-