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, setUnmatchPaths
checkForMandatoryParam, getName, setName
public static final String NAME
protected DependencyService dependencyService
public ExtractDependencyProcessor()
public ExtractDependencyProcessor(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 DependencyService getDependencyService()
public void setDependencyService(DependencyService dependencyService)
Copyright © 2023 CrafterCMS. All rights reserved.