Class EjbJarParsePlatformXmlStep
- java.lang.Object
-
- org.camunda.bpm.container.impl.spi.DeploymentOperationStep
-
- org.camunda.bpm.container.impl.deployment.AbstractParseBpmPlatformXmlStep
-
- org.camunda.bpm.container.impl.ejb.deployment.EjbJarParsePlatformXmlStep
-
public class EjbJarParsePlatformXmlStep extends AbstractParseBpmPlatformXmlStep
Deployment Step that reads the bpm-platform.xml from the classpath
- Author:
- Daniel Meyer, Christian Lipphardt
-
-
Field Summary
-
Fields inherited from class org.camunda.bpm.container.impl.deployment.AbstractParseBpmPlatformXmlStep
BPM_PLATFORM_XML_ENVIRONMENT_VARIABLE, BPM_PLATFORM_XML_FILE, BPM_PLATFORM_XML_LOCATION, BPM_PLATFORM_XML_RESOURCE_LOCATION, BPM_PLATFORM_XML_SYSTEM_PROPERTY
-
-
Constructor Summary
Constructors Constructor Description EjbJarParsePlatformXmlStep()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description URL
getBpmPlatformXmlStream(DeploymentOperation operationContext)
-
Methods inherited from class org.camunda.bpm.container.impl.deployment.AbstractParseBpmPlatformXmlStep
autoCompleteUrl, checkValidBpmPlatformXmlResourceLocation, checkValidFileLocation, checkValidUrlLocation, getName, lookupBpmPlatformXml, lookupBpmPlatformXmlFromClassPath, lookupBpmPlatformXmlFromClassPath, lookupBpmPlatformXmlLocationFromEnvironmentVariable, lookupBpmPlatformXmlLocationFromJndi, performOperationStep
-
Methods inherited from class org.camunda.bpm.container.impl.spi.DeploymentOperationStep
cancelOperationStep
-
-
-
-
Method Detail
-
getBpmPlatformXmlStream
public URL getBpmPlatformXmlStream(DeploymentOperation operationContext)
- Specified by:
getBpmPlatformXmlStream
in classAbstractParseBpmPlatformXmlStep
-
-