public abstract class AbstractParseBpmPlatformXmlStep extends DeploymentOperationStep
Deployment operation step responsible for parsing and attaching the bpm-platform.xml file.
Modifier and Type | Field and Description |
---|---|
static String |
BPM_PLATFORM_XML_ENVIRONMENT_VARIABLE |
static String |
BPM_PLATFORM_XML_FILE |
static String |
BPM_PLATFORM_XML_LOCATION |
static String |
BPM_PLATFORM_XML_RESOURCE_LOCATION |
static String |
BPM_PLATFORM_XML_SYSTEM_PROPERTY |
Constructor and Description |
---|
AbstractParseBpmPlatformXmlStep() |
Modifier and Type | Method and Description |
---|---|
String |
autoCompleteUrl(String url) |
URL |
checkValidBpmPlatformXmlResourceLocation(String url) |
URL |
checkValidFileLocation(String url) |
URL |
checkValidUrlLocation(String url) |
abstract URL |
getBpmPlatformXmlStream(DeploymentOperation operationContext) |
String |
getName() |
URL |
lookupBpmPlatformXml() |
URL |
lookupBpmPlatformXmlFromClassPath() |
URL |
lookupBpmPlatformXmlFromClassPath(String resourceLocation) |
URL |
lookupBpmPlatformXmlLocationFromEnvironmentVariable() |
URL |
lookupBpmPlatformXmlLocationFromJndi() |
void |
performOperationStep(DeploymentOperation operationContext) |
cancelOperationStep
public static final String BPM_PLATFORM_XML_FILE
public static final String BPM_PLATFORM_XML_LOCATION
public static final String BPM_PLATFORM_XML_ENVIRONMENT_VARIABLE
public static final String BPM_PLATFORM_XML_SYSTEM_PROPERTY
public static final String BPM_PLATFORM_XML_RESOURCE_LOCATION
public String getName()
getName
in class DeploymentOperationStep
public void performOperationStep(DeploymentOperation operationContext)
performOperationStep
in class DeploymentOperationStep
public URL checkValidBpmPlatformXmlResourceLocation(String url)
public URL checkValidUrlLocation(String url) throws MalformedURLException
MalformedURLException
public URL checkValidFileLocation(String url) throws MalformedURLException
MalformedURLException
public URL lookupBpmPlatformXmlLocationFromJndi()
public URL lookupBpmPlatformXmlLocationFromEnvironmentVariable()
public URL lookupBpmPlatformXmlFromClassPath(String resourceLocation)
public URL lookupBpmPlatformXmlFromClassPath()
public URL lookupBpmPlatformXml()
public abstract URL getBpmPlatformXmlStream(DeploymentOperation operationContext)
Copyright © 2022. All rights reserved.