Package com.avoka.core.groovy.runtime
Interface IBindable
-
- All Known Implementing Classes:
Logger
,SecurityLogger
public interface IBindable
Provides a Groovy script object binding interface.- Since:
- 17.10.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getBindingName()
ElementType
getBindingType()
-
-
-
Method Detail
-
getBindingName
String getBindingName()
- Returns:
- return the binding name.
-
getBindingType
ElementType getBindingType()
- Returns:
- the binding type
-
-