org.jboss.jdocbook.i18n
Class Factory

java.lang.Object
  extended by org.jboss.jdocbook.i18n.Factory

public class Factory
extends java.lang.Object

Factory for various i18n components. Statically bound to "gettext" versions.

Author:
Steve Ebersole

Method Summary
static PoSynchronizer getPoSynchronizer()
           
static PotSynchronizer getPotSynchronizer()
           
static TranslationBuilder getTranslationBuilder()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getPotSynchronizer

public static PotSynchronizer getPotSynchronizer()

getPoSynchronizer

public static PoSynchronizer getPoSynchronizer()

getTranslationBuilder

public static TranslationBuilder getTranslationBuilder()


Copyright © 2007-2011 JBoss, a division of Red Hat, Inc. All Rights Reserved.