net.sf.sfac.lang
Class LocalizedStringTracker
java.lang.Object
net.sf.sfac.lang.LocalizedStringTracker
public class LocalizedStringTracker
- extends Object
Tracker of the LanguageSupportImpl usage.
This tracker records which strings defined by the LanguageSupportImpl are used and which strings are not defined in the
LanguageSupportImpl.
- Author:
- Olivier Berlanger
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LocalizedStringTracker
public LocalizedStringTracker(String newReportFileName)
stringDefined
public void stringDefined(String bundleName,
String key,
String value)
init
public void init(String[] managerBundleNames)
stringUsed
public void stringUsed(String bundleName,
String key,
String value,
int nbrParams)
stringNotFound
public void stringNotFound(String key,
String defaultValue,
int nbrParams)
saveAll
public void saveAll()
throws IOException
- Throws:
IOException
loadAll
public void loadAll()
Copyright © 2012. All Rights Reserved.