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, setUnmatchPathscheckForMandatoryParam, getName, setNamepublic 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
ContentProcessorprocess in interface ContentProcessorprocess in class BaseContentProcessorcontent - content to processresult - result to returnContentProcessExceptionpublic ServicesConfig getServicesConfig()
public void setServicesConfig(ServicesConfig servicesConfig)
public DependencyService getDependencyService()
public void setDependencyService(DependencyService dependencyService)
Copyright © 2020 CrafterCMS. All rights reserved.