Package | Description |
---|---|
net.sf.mmm.util.contenttype.impl |
Provides the implementation of the content-type API.
|
net.sf.mmm.util.io.base |
Contains public implementations that help to read and write data, process bytes, etc.
|
Modifier and Type | Class and Description |
---|---|
class |
ContentTypeDetectorStreamProcessorFactory
This is the implementation of
DetectorStreamProcessorFactory for
ContentTypeDetectorStreamProcessor . |
Modifier and Type | Class and Description |
---|---|
class |
AbstractDetectorStreamProcessorFactory
This is the abstract base implementation of the
DetectorStreamProcessorFactory interface. |
class |
SimpleDetectorStreamProcessorFactory
This is a simple implementation of the
DetectorStreamProcessorFactory interface. |
Modifier and Type | Field and Description |
---|---|
private List<DetectorStreamProcessorFactory> |
AbstractDetectorStreamProvider.processorFactoryList |
Modifier and Type | Method and Description |
---|---|
List<DetectorStreamProcessorFactory> |
AbstractDetectorStreamProvider.getProcessorFactoryList()
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractDetectorStreamProvider.addProcessorFactory(DetectorStreamProcessorFactory processorFactory)
This method registers a
DetectorStreamProcessorFactory to this DetectorStreamProvider . |
Modifier and Type | Method and Description |
---|---|
void |
AbstractDetectorStreamProvider.setProcessorFactoryList(List<DetectorStreamProcessorFactory> processorFactoryList)
This method sets the complete
List of DetectorStreamProcessorFactory -instances. |
Copyright © 2001–2016 mmm-Team. All rights reserved.