|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.jdocbook.i18n.gettext.PoSynchronizerImpl
public class PoSynchronizerImpl
Implementation of the PoSynchronizer
contract based on system calls
to either the 'msgmerge' or the 'msginit' commands (both part of the GNU
gettext package).
Constructor Summary | |
---|---|
PoSynchronizerImpl()
|
Method Summary | |
---|---|
void |
synchronizePo(java.io.File potDirectory,
java.io.File translationDirectory,
java.util.Locale translationLocale,
Options options)
Perform the synchronization on the the PO files. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PoSynchronizerImpl()
Method Detail |
---|
public void synchronizePo(java.io.File potDirectory, java.io.File translationDirectory, java.util.Locale translationLocale, Options options) throws JDocBookProcessException
synchronizePo
in interface PoSynchronizer
potDirectory
- The directory containing the POT files.translationDirectory
- The directory containing the translation PO files.translationLocale
- The locale of the translationoptions
- The user options
JDocBookProcessException
- unable to synchronize POT files
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |