|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.hivemind.SymbolSourceContribution
Contribution to the 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 Summary | |
SymbolSourceContribution()
|
Method Summary | |
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 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)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SymbolSourceContribution()
Method Detail |
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
getName
in interface 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)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |