public class ScopeUtil extends Object
| Modifier and Type | Field and Description |
|---|---|
static org.slf4j.Logger |
logger |
static String |
SCOPE_SEPARATOR |
| Constructor and Description |
|---|
ScopeUtil() |
| Modifier and Type | Method and Description |
|---|---|
static String |
getInfrastructureNameFromScope(String scope)
Gets the infrastructure name from scope.
|
static String |
normalizeScope(String scope,
String replaceSepartor)
Normalize scope.
|
public static final String SCOPE_SEPARATOR
public static final org.slf4j.Logger logger
public static String normalizeScope(String scope, String replaceSepartor)
scope - the scopereplaceSepartor - the string to replace with SCOPE_SEPARATOR}Copyright © 2022. All Rights Reserved.