public class ExtractAssetDependencyProcessor extends PathMatchProcessor
Modifier and Type | Field and Description |
---|---|
protected DependencyService |
dependencyService |
static String |
NAME |
protected ServicesConfig |
servicesConfig |
_matchPaths, _unmatchPaths
_name
Constructor and Description |
---|
ExtractAssetDependencyProcessor()
default constructor
|
ExtractAssetDependencyProcessor(String name)
constructor that sets the process name
|
Modifier and Type | Method and Description |
---|---|
DependencyService |
getDependencyService() |
ServicesConfig |
getServicesConfig() |
void |
process(PipelineContent content,
ResultTO result)
process the content at the given path.
|
void |
setDependencyService(DependencyService dependencyService) |
void |
setServicesConfig(ServicesConfig servicesConfig) |
isProcessable, setMatchPaths, setUnmatchPaths
checkForMandatoryParam, getName, setName
public static final String NAME
protected ServicesConfig servicesConfig
protected DependencyService dependencyService
public ExtractAssetDependencyProcessor()
public ExtractAssetDependencyProcessor(String name)
name
- public void process(PipelineContent content, ResultTO result) throws ContentProcessException
ContentProcessor
process
in interface ContentProcessor
process
in class BaseContentProcessor
content
- content to processresult
- result to returnContentProcessException
public ServicesConfig getServicesConfig()
public void setServicesConfig(ServicesConfig servicesConfig)
public DependencyService getDependencyService()
public void setDependencyService(DependencyService dependencyService)
Copyright © 2020 CrafterCMS. All rights reserved.