- 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 DataSinkcreate(Path path)DataSinkFactoryfactory(Path path)booleanisTarget(Path path) 
 - 
 
- 
- 
Method Detail
- 
isTarget
public boolean isTarget(Path path)
- Specified by:
 isTargetin interfaceDataSinkFactory
 
- 
factory
public DataSinkFactory factory(Path path)
 
- 
create
public DataSink create(Path path)
- Specified by:
 createin interfaceDataSinkFactory
 
 - 
 
 -