public class OtclUtils extends Object
| Constructor and Description |
|---|
OtclUtils() |
| Modifier and Type | Method and Description |
|---|---|
static String |
createDeploymentId(String otclNamespace,
Class<?> sourceClz,
Class<?> targetClz)
Creates the deployment id.
|
static String |
createDeploymentId(String otclNamespace,
Object source,
Class<?> targetClz)
Creates the deployment id.
|
static String |
createDeploymentId(String otclNamespace,
String sourceClz,
String targetClz)
Creates the deployment id.
|
static String |
createOtclFileName(String sourceClz,
String targetClz)
Creates the otcl file name.
|
static String |
retrieveIndexCharacter(String otclToken)
Retrieve index character.
|
static String |
sanitizeOtcl(String otclChain)
Sanitize otcl.
|
public static String createOtclFileName(String sourceClz, String targetClz)
sourceClz - the source clztargetClz - the target clzpublic static String createDeploymentId(String otclNamespace, Object source, Class<?> targetClz)
otclNamespace - the otcl namespacesource - the sourcetargetClz - the target clzpublic static String createDeploymentId(String otclNamespace, Class<?> sourceClz, Class<?> targetClz)
otclNamespace - the otcl namespacesourceClz - the source clztargetClz - the target clzpublic static String createDeploymentId(String otclNamespace, String sourceClz, String targetClz)
otclNamespace - the otcl namespacesourceClz - the source clztargetClz - the target clzpublic static String sanitizeOtcl(String otclChain)
otclChain - the otcl chainCopyright © 2021. All rights reserved.