org.jboss.dna.sequencer.xml
Class XmlSequencerI18n

java.lang.Object
  extended by org.jboss.dna.sequencer.xml.XmlSequencerI18n

public final class XmlSequencerI18n
extends Object

The internationalized string constants for the org.jboss.dna.sequencer.xml* packages.


Field Summary
static I18n canceledSequencingXmlDocument
           
static I18n errorSequencingXmlDocument
           
static I18n fatalErrorSequencingXmlDocument
           
static I18n warningSequencingXmlDocument
           
 
Constructor Summary
XmlSequencerI18n()
           
 
Method Summary
static Set<Locale> getLocalizationProblemLocales()
           
static Set<String> getLocalizationProblems()
           
static Set<String> getLocalizationProblems(Locale locale)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

errorSequencingXmlDocument

public static I18n errorSequencingXmlDocument

fatalErrorSequencingXmlDocument

public static I18n fatalErrorSequencingXmlDocument

canceledSequencingXmlDocument

public static I18n canceledSequencingXmlDocument

warningSequencingXmlDocument

public static I18n warningSequencingXmlDocument
Constructor Detail

XmlSequencerI18n

public XmlSequencerI18n()
Method Detail

getLocalizationProblemLocales

public static Set<Locale> getLocalizationProblemLocales()

getLocalizationProblems

public static Set<String> getLocalizationProblems()

getLocalizationProblems

public static Set<String> getLocalizationProblems(Locale locale)


Copyright © 2008-2009 JBoss, a division of Red Hat. All Rights Reserved.