public interface DirectiveAlias
DirectiveAlias provides a way to check if a directive
is aliased and if there it is aliased to what it is being aliased.| Modifier and Type | Method and Description |
|---|---|
String |
getAlias(String directive)
Returns the root directive aliasee
|
boolean |
hasAlias(String directive)
Checks if the directive is aliased.
|
boolean hasAlias(String directive)
directive - to be checked for aliasing.Copyright © 2022 CDAP Licensed under the Apache License, Version 2.0.