public interface BindingDistributor
Binding
s retrieved from a series of BindingPublisher
s.Modifier and Type | Method and Description |
---|---|
void |
add(BindingPublisher publisher,
int rank)
Adds the given ranked
BindingPublisher and distributes its Binding s. |
void |
clear()
Removes all known
BindingPublisher s and their Binding s. |
void |
remove(BindingPublisher publisher)
Removes the given
BindingPublisher and its Binding s. |
void add(BindingPublisher publisher, int rank)
BindingPublisher
and distributes its Binding
s.publisher
- The new publisherrank
- The assigned rankvoid remove(BindingPublisher publisher)
BindingPublisher
and its Binding
s.publisher
- The old publishervoid clear()
BindingPublisher
s and their Binding
s.Copyright © 2010-2019 Sonatype, Inc.. All Rights Reserved.