Uses of Interface
fr.gedeon.telnetservice.OutputFormatSpi

Packages that use OutputFormatSpi
fr.gedeon.telnetservice This package homes the core components of the telnetservice. 
 

Uses of OutputFormatSpi in fr.gedeon.telnetservice
 

Classes in fr.gedeon.telnetservice that implement OutputFormatSpi
 class OutputFormatDefaultImpl
          This is the default output format implementation provided by the basic package, it formats everything by calling String.valueOf(...) on the subject.
 class OutputFormatVelocityImpl
           This implementation of the OutputFormat interface formats a given subject using a selected Apache Velocity Engine template.
 class OutputFormatVT100Impl
           Abstract implementation of the OutputFormat interface that provides VT100 coloring helper methods.
 

Methods in fr.gedeon.telnetservice that return OutputFormatSpi
 OutputFormatSpi[] TelnetServiceExtensionAbstractImpl.getOutputFormats()
           
 OutputFormatSpi[] TelnetServiceExtension.getOutputFormats()
          Provide the OutpuFormats that are provided by this extension.
 



Copyright © 2008. All Rights Reserved.