[Java] Class ClosureTriggerBinding

  • org.codehaus.groovy.binding.ClosureTriggerBinding
All Implemented Interfaces and Traits:
SourceBinding, TriggerBinding
@Deprecated
public class ClosureTriggerBinding

Constructor Summary

Constructors
Constructor and description
ClosureTriggerBinding (Map<String, TriggerBinding> syntheticBindings)

Methods Summary

Methods
Type Params Return Type Name and description
public FullBinding createBinding(SourceBinding source, TargetBinding target)
public Closure getClosure()
public Object getSourceValue()
public Closure run()
public void setClosure(Closure closure)

Inherited Methods Summary

Inherited Methods
Methods inherited from class Name
class Object wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll

Constructor Detail

public ClosureTriggerBinding(Map<String, TriggerBinding> syntheticBindings)

Method Detail

public FullBinding createBinding(SourceBinding source, TargetBinding target)

public Closure getClosure()

public Object getSourceValue()

public Closure run()

public void setClosure(Closure closure)

© 2003-2020 The Apache Software Foundation
Licensed under the Apache license.
https://docs.groovy-lang.org/3.0.7/html/gapi/org/codehaus/groovy/binding/ClosureTriggerBinding.html