fr.gedeon.telnetservice
Interface OutputFormatSpi

All Superinterfaces:
OutputFormat
All Known Implementing Classes:
OutputFormatDefaultImpl, OutputFormatVelocityImpl, OutputFormatVT100Impl

public interface OutputFormatSpi
extends OutputFormat

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.

Author:
wgedeon@gmail.com

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

getPriority

Integer getPriority()
This output format's priority among others. For more on formatting priority, please refer to Introduction to Telnet Service


formats

boolean formats(Object subject)
Called to check if the implementation of this interface knows how to format the given subject.



Copyright © 2008. All Rights Reserved.