Class ExtractAssetDependencyProcessor
java.lang.Object
org.craftercms.studio.impl.v1.content.pipeline.BaseContentProcessor
org.craftercms.studio.impl.v1.content.pipeline.PathMatchProcessor
org.craftercms.studio.impl.v1.content.pipeline.ExtractAssetDependencyProcessor
- All Implemented Interfaces:
ContentProcessor
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected DependencyServicestatic final Stringprotected ServicesConfigFields inherited from class org.craftercms.studio.impl.v1.content.pipeline.PathMatchProcessor
_matchPaths, _unmatchPathsFields inherited from class org.craftercms.studio.impl.v1.content.pipeline.BaseContentProcessor
_name -
Constructor Summary
ConstructorsConstructorDescriptiondefault constructorconstructor that sets the process name -
Method Summary
Modifier and TypeMethodDescriptionvoidprocess(PipelineContent content, ResultTO result) process the content at the given path.voidsetDependencyService(DependencyService dependencyService) voidsetServicesConfig(ServicesConfig servicesConfig) Methods inherited from class org.craftercms.studio.impl.v1.content.pipeline.PathMatchProcessor
isProcessable, setMatchPaths, setUnmatchPathsMethods inherited from class org.craftercms.studio.impl.v1.content.pipeline.BaseContentProcessor
checkForMandatoryParam, getName, setName
-
Field Details
-
NAME
- See Also:
-
servicesConfig
-
dependencyService
-
-
Constructor Details
-
ExtractAssetDependencyProcessor
public ExtractAssetDependencyProcessor()default constructor -
ExtractAssetDependencyProcessor
constructor that sets the process name- Parameters:
name-
-
-
Method Details
-
process
Description copied from interface:ContentProcessorprocess the content at the given path.- Specified by:
processin interfaceContentProcessor- Overrides:
processin classBaseContentProcessor- Parameters:
content- content to processresult- result to return- Throws:
ContentProcessException
-
getServicesConfig
-
setServicesConfig
-
getDependencyService
-
setDependencyService
-