Interface AssetProcessorResolver
- All Known Implementing Classes:
AssetProcessorResolverImpl
public interface AssetProcessorResolver
Resolves a
AssetProcessor
based on configuration.- Author:
- avasquez
-
Method Summary
Modifier and TypeMethodDescriptiongetProcessor
(ProcessorConfiguration config) Returns anAssetProcessor
that's compatible with the specified configuration
-
Method Details
-
getProcessor
Returns anAssetProcessor
that's compatible with the specified configuration- Parameters:
config
- the configuration- Returns:
- the asset processor for the given configuration
- Throws:
AssetProcessingException
- if there's an error while retrieving the processor or if the configuration is invalid
-