public final class ResourceUtil extends Object
Constructor and Description |
---|
ResourceUtil() |
Modifier and Type | Method and Description |
---|---|
static String |
loadResourceContent(String resourcePath,
DeploymentEntity deployment)
Parse a camunda:resource attribute and loads the resource depending on the url scheme.
|
public static String loadResourceContent(String resourcePath, DeploymentEntity deployment)
classpath://
and deployment://
.
If the scheme is omitted classpath://
is assumed.resourcePath
- the path to the resource to loaddeployment
- the deployment to load resources fromString
Copyright © 2022. All rights reserved.