Uses of Class
de.olafpanz.translationtable.TranslationTableParameters

Uses of TranslationTableParameters in de.olafpanz.translationtable
 

Fields in de.olafpanz.translationtable declared as TranslationTableParameters
private  TranslationTableParameters ODSLoader.param
          Parameters for creation.
private  TranslationTableParameters CodeGenerator.param
          Code creation parameters.
private  TranslationTableParameters I18NTask.params
          Parameters to create translation tables.
 

Methods in de.olafpanz.translationtable with parameters of type TranslationTableParameters
static void CommandFacade.createCode(TranslationTableParameters param)
          Create translations tables for one file
static void CommandFacade.exportXML(TranslationTableParameters param, java.io.File xmlFile)
          Export translation table specified in parameters to given file as xml.
private static java.util.List<TranslationDocument> CommandFacade.loadDocuments(TranslationTableParameters param)
          Load all currently specified translation-table-documents
 

Constructors in de.olafpanz.translationtable with parameters of type TranslationTableParameters
CodeGenerator(TranslationDocument doc, TranslationTableParameters param)
          Create a translation table with all meta information, without data.
ODSLoader(TranslationTableParameters param)
          Create new class to create the translation table.