Package com.io7m.xstructural.api
Interface XSProcessorFactoryType
-
- All Known Implementing Classes:
XSProcessors
public interface XSProcessorFactoryTypeThe type of processor factories.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description XSProcessorTypecreate(XSProcessorRequest request)Create a new processor for the given request.
-
-
-
Method Detail
-
create
XSProcessorType create(XSProcessorRequest request)
Create a new processor for the given request.- Parameters:
request- The request- Returns:
- A new processor
-
-