Interface AssetProcessorPipelineResolver
- All Known Implementing Classes:
AssetProcessorPipelineResolverImpl
public interface AssetProcessorPipelineResolver
Resolves a
AssetProcessorPipeline based on configuration.- Author:
- avasquez
-
Method Summary
Modifier and TypeMethodDescriptionReturns anAssetProcessorPipelinethat's compatible with the specified configuration
-
Method Details
-
getPipeline
AssetProcessorPipeline getPipeline(ProcessorPipelineConfiguration config) throws AssetProcessingException Returns anAssetProcessorPipelinethat's compatible with the specified configuration- Parameters:
config- the configuration- Returns:
- the pipeline for the given configuration
- Throws:
AssetProcessingException- if there's an error while retrieving the processor or if the configuration is invalid
-