Uses of Interface
fr.gedeon.telnetservice.OutputFormat

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

Uses of OutputFormat in fr.gedeon.telnetservice
 

Subinterfaces of OutputFormat in fr.gedeon.telnetservice
 interface OutputFormatSpi
          This is the service provider's additional interface definition to the OutputFormat API.
 

Classes in fr.gedeon.telnetservice that implement OutputFormat
 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 OutputFormat
 OutputFormat Session.getOutputFormat()
           
 



Copyright © 2008. All Rights Reserved.