|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface OutputFormatSpi
This is the service provider's additional interface definition to the OutputFormat
API.
It provides the service with the means to select the proper output format provider for a subject.
Method Summary | |
---|---|
boolean |
formats(Object subject)
Called to check if the implementation of this interface knows how to format the given subject. |
Integer |
getPriority()
This output format's priority among others. |
Methods inherited from interface fr.gedeon.telnetservice.OutputFormat |
---|
format, format, format, format |
Method Detail |
---|
Integer getPriority()
boolean formats(Object subject)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |