net.sf.appinfo.formatter
Class BasicApplicationInfoFormatter

java.lang.Object
  extended by net.sf.appinfo.formatter.AbstractApplicationInfoFormatter
      extended by net.sf.appinfo.formatter.BasicApplicationInfoFormatter
All Implemented Interfaces:
ApplicationInfoFormatter

public class BasicApplicationInfoFormatter
extends AbstractApplicationInfoFormatter

Basic implementation of class formating application info to desired format.

Author:
Marcin ZajÄ…czkowski, 2010-07-01

Field Summary
 
Fields inherited from class net.sf.appinfo.formatter.AbstractApplicationInfoFormatter
log
 
Constructor Summary
BasicApplicationInfoFormatter(ApplicationInfo applicationInfo)
           
 
Method Summary
 String getInfo()
          Returns application info in format which is able to direct use application.
 
Methods inherited from class net.sf.appinfo.formatter.AbstractApplicationInfoFormatter
printInfo
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BasicApplicationInfoFormatter

public BasicApplicationInfoFormatter(ApplicationInfo applicationInfo)
Method Detail

getInfo

public String getInfo()
Returns application info in format which is able to direct use application. Subclasses should determine specific format (e.g. for title bar or web footer)

Returns:
application info in desired format


Copyright © 2010-2011. All Rights Reserved.