- java.lang.Object
 - 
- jp.cafebabe.birthmarks.AbstractTask<T>
 
 
- 
- All Implemented Interfaces:
 Task<T>
- Direct Known Subclasses:
 AbstractComparator,AbstractExtractor,AbstractPairMatcher,AbstractParser
public abstract class AbstractTask<T> extends Object implements Task<T>
 
- 
- 
Constructor Summary
Constructors Constructor Description AbstractTask(T type, Configuration config) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Configurationconfiguration()Ttype()- 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait 
- 
Methods inherited from interface jp.cafebabe.birthmarks.Task
stripEither, stripOptional 
 - 
 
 - 
 
- 
- 
Constructor Detail
- 
AbstractTask
public AbstractTask(T type, Configuration config)
 
 - 
 
- 
Method Detail
- 
configuration
public final Configuration configuration()
- Specified by:
 configurationin interfaceTask<T>
 
 - 
 
 -