public interface PublishingProcessor
| Modifier and Type | Field and Description |
|---|---|
static String |
SITE_NAME_PREVIEW
backward compatibility with old preview target configuration
|
| Modifier and Type | Method and Description |
|---|---|
void |
doProcess(PublishedChangeSet changeSet,
Map<String,String> parameters,
org.craftercms.core.service.Context context,
PublishingTarget target)
process files published
|
String |
getName()
get the process's name
|
int |
getOrder()
get the order value for ordering in the list of processors.
|
static final String SITE_NAME_PREVIEW
void doProcess(PublishedChangeSet changeSet, Map<String,String> parameters, org.craftercms.core.service.Context context, PublishingTarget target) throws PublishingException
changeSet - parameters - context - target - PublishingExceptionString getName()
int getOrder()
Copyright © 2017 CrafterCMS. All rights reserved.