Interface IVariableResolver

    • Method Detail

      • resolve

        Object resolve​(String name,
                       Object[] args)
                throws CoreException
        Resolves a variable for the given name and arguments. The handler is allowed to return null to indicate that it is not able to resolve the requested variable.
        Parameters:
        name - the variable to resolve
        args - an object array of arguments used to resolve the variable
        Returns:
        the variable's value or null if no variable could be resolved
        Throws:
        CoreException - if an errors occurs while resolving the variable