org.camunda.bpm.container.impl.deployment
Class ParseProcessesXmlStep
java.lang.Object
org.camunda.bpm.container.impl.spi.DeploymentOperationStep
org.camunda.bpm.container.impl.deployment.ParseProcessesXmlStep
public class ParseProcessesXmlStep
- extends DeploymentOperationStep
Detects and parses all META-INF/processes.xml files within the process application
and attaches the parsed Metadata to the operation context.
- Author:
- Daniel Meyer
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ParseProcessesXmlStep
public ParseProcessesXmlStep()
getName
public String getName()
- Specified by:
getName in class DeploymentOperationStep
performOperationStep
public void performOperationStep(DeploymentOperation operationContext)
- Specified by:
performOperationStep in class DeploymentOperationStep
parseProcessesXmlFiles
protected Map<URL,ProcessesXml> parseProcessesXmlFiles(AbstractProcessApplication processApplication)
getProcessesXmlUrls
protected List<URL> getProcessesXmlUrls(String[] deploymentDescriptors,
AbstractProcessApplication processApplication)
getDeploymentDescriptorLocations
protected String[] getDeploymentDescriptorLocations(AbstractProcessApplication processApplication)
isEmptyFile
protected boolean isEmptyFile(URL url)
parseProcessesXml
protected ProcessesXml parseProcessesXml(URL url)
Copyright © 2015 camunda services GmbH. All rights reserved.