net.sf.appinfo.formatter
Class BasicApplicationInfoFormatter
java.lang.Object
net.sf.appinfo.formatter.AbstractApplicationInfoFormatter
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
Method Summary |
String |
getInfo()
Returns application info in format which is able to direct use application. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BasicApplicationInfoFormatter
public BasicApplicationInfoFormatter(ApplicationInfo applicationInfo)
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.