public class ExtractDependencyProcessor extends PathMatchProcessor
| Modifier and Type | Field and Description |
|---|---|
protected DependencyService |
dependencyService |
static String |
NAME |
_matchPaths, _unmatchPaths_name| Constructor and Description |
|---|
ExtractDependencyProcessor()
default constructor
|
ExtractDependencyProcessor(String name)
constructor that sets the process name
|
| Modifier and Type | Method and Description |
|---|---|
DependencyService |
getDependencyService() |
void |
process(PipelineContent content,
ResultTO result)
process the content at the given path.
|
void |
setDependencyService(DependencyService dependencyService) |
isProcessable, setMatchPaths, setUnmatchPathscheckForMandatoryParam, getName, setNamepublic static final String NAME
protected DependencyService dependencyService
public ExtractDependencyProcessor()
public ExtractDependencyProcessor(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 DependencyService getDependencyService()
public void setDependencyService(DependencyService dependencyService)
Copyright © 2023 CrafterCMS. All rights reserved.