org.jboss.jdocbook.i18n
Interface PotSynchronizer

All Known Implementing Classes:
PotSynchronizerImpl

public interface PotSynchronizer

Contract for synchronizing (creating/updating) PortableObjectTemplate (POT) file(s) from a given master source file.

Any XIncludes contained in the master source file are followed and processed as well.

Author:
Steve Ebersole

Method Summary
 void synchronizePot(java.io.File masterFile, java.io.File templateDirectory, Options options)
          Perform the synchronization on the the POT files pertaining to the given master DocBook source.
 

Method Detail

synchronizePot

void synchronizePot(java.io.File masterFile,
                    java.io.File templateDirectory,
                    Options options)
                    throws JDocBookProcessException
Perform the synchronization on the the POT files pertaining to the given master DocBook source.

Parameters:
masterFile - The DocBook source
templateDirectory - The directory where POT files are contained.
options - The user options
Throws:
JDocBookProcessException - unable to synchronize POT files


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