org.carrot2.util.attribute
Interface AttributeBinder.IAttributeBinderAction

All Known Implementing Classes:
AttributeBinder.AttributeBinderActionBind, AttributeBinder.AttributeBinderActionCollect
Enclosing class:
AttributeBinder

public static interface AttributeBinder.IAttributeBinderAction

An action to be applied during attribute binding.


Method Summary
 void performAction(AttributeBinder.BindingTracker bindingTracker, int level, Object object, Field field, Object value, com.google.common.base.Predicate<Field> predicate)
           
 

Method Detail

performAction

void performAction(AttributeBinder.BindingTracker bindingTracker,
                   int level,
                   Object object,
                   Field field,
                   Object value,
                   com.google.common.base.Predicate<Field> predicate)
                   throws InstantiationException
Throws:
InstantiationException


Copyright (c) Dawid Weiss, Stanislaw Osinski