Uses of Class
org.craftercms.studio.api.v1.asset.Asset
Packages that use Asset
Package
Description
-
Uses of Asset in org.craftercms.studio.api.v1.asset.processing
Methods in org.craftercms.studio.api.v1.asset.processing that return AssetModifier and TypeMethodDescriptionAssetProcessor.processAsset(ProcessorConfiguration config, Matcher inputPathMatcher, Asset input) Processes the given asset.Methods in org.craftercms.studio.api.v1.asset.processing that return types with arguments of type AssetModifier and TypeMethodDescriptionAssetProcessorPipeline.processAsset(ProcessorPipelineConfiguration config, Asset input) Processes the asset, only if there's a match withProcessorPipelineConfiguration.getInputPathPattern().Methods in org.craftercms.studio.api.v1.asset.processing with parameters of type AssetModifier and TypeMethodDescriptionAssetProcessor.processAsset(ProcessorConfiguration config, Matcher inputPathMatcher, Asset input) Processes the given asset.AssetProcessorPipeline.processAsset(ProcessorPipelineConfiguration config, Asset input) Processes the asset, only if there's a match withProcessorPipelineConfiguration.getInputPathPattern(). -
Uses of Asset in org.craftercms.studio.impl.v1.asset.processing
Methods in org.craftercms.studio.impl.v1.asset.processing that return AssetModifier and TypeMethodDescriptionAbstractAssetProcessor.processAsset(ProcessorConfiguration config, Matcher inputPathMatcher, Asset input) Methods in org.craftercms.studio.impl.v1.asset.processing that return types with arguments of type AssetModifier and TypeMethodDescriptionAssetProcessorPipelineImpl.processAsset(ProcessorPipelineConfiguration config, Asset input) Methods in org.craftercms.studio.impl.v1.asset.processing with parameters of type AssetModifier and TypeMethodDescriptionAbstractAssetProcessor.processAsset(ProcessorConfiguration config, Matcher inputPathMatcher, Asset input) AssetProcessorPipelineImpl.processAsset(ProcessorPipelineConfiguration config, Asset input)