public class SymbolSourceContribution extends java.lang.Object implements Orderable
org.apache.hivemind.SymbolSource
configuration extension point; used to provide
a SymbolSource
implementation
(often, as a service defined in HiveMind itself), and
advice on ordering the service.Constructor and Description |
---|
SymbolSourceContribution() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getFollowingNames()
Returns a comma-seperated list of the names of other items.
|
java.lang.String |
getName()
Returns the name of the item, which is used to establish sort order.
|
java.lang.String |
getPrecedingNames()
As
Orderable.getFollowingNames() , but the identified items will precede this item. |
SymbolSource |
getSource() |
void |
setFollowingNames(java.lang.String string) |
void |
setName(java.lang.String string) |
void |
setPrecedingNames(java.lang.String string) |
void |
setSource(SymbolSource source) |
public SymbolSourceContribution()
public SymbolSource getSource()
public void setSource(SymbolSource source)
public java.lang.String getFollowingNames()
Orderable
*
indicates that the item should precede all items.getFollowingNames
in interface Orderable
*
, or nullpublic java.lang.String getName()
Orderable
public java.lang.String getPrecedingNames()
Orderable
Orderable.getFollowingNames()
, but the identified items will precede this item.getPrecedingNames
in interface Orderable
public void setFollowingNames(java.lang.String string)
public void setName(java.lang.String string)
public void setPrecedingNames(java.lang.String string)