public class ProcessorConfiguration extends Object
Constructor and Description |
---|
ProcessorConfiguration() |
Modifier and Type | Method and Description |
---|---|
String |
getOutputPathFormat()
Returns the output path format.
|
Map<String,String> |
getParams()
Returns the processor parameters.
|
String |
getType()
Returns the processor type.
|
void |
setOutputPathFormat(String outputPathFormat)
Sets the output path format.
|
void |
setParams(Map<String,String> params)
Sets the processor parameters.
|
void |
setType(String type)
Sets the processor type.
|
public String getType()
public void setType(String type)
public String getOutputPathFormat()
public void setOutputPathFormat(String outputPathFormat)
Copyright © 2023 CrafterCMS. All rights reserved.