org.jboss.dna.common
Class CommonI18n

java.lang.Object
  extended by org.jboss.dna.common.CommonI18n

public final class CommonI18n
extends java.lang.Object

Author:
John Verhaeg, Randall Hauch

Field Summary
static I18n argumentDidNotContainKey
           
static I18n argumentDidNotContainObject
           
static I18n argumentMayNotBeEmpty
           
static I18n argumentMayNotBeNegative
           
static I18n argumentMayNotBeNull
           
static I18n argumentMayNotBeNullOrZeroLength
           
static I18n argumentMayNotBeNullOrZeroLengthOrEmpty
           
static I18n argumentMayNotBePositive
           
static I18n argumentMayNotContainNullValue
           
static I18n argumentMustBeEquals
           
static I18n argumentMustBeInstanceOf
           
static I18n argumentMustBeNegative
           
static I18n argumentMustBeNull
           
static I18n argumentMustBeNumber
           
static I18n argumentMustBePositive
           
static I18n argumentMustBeSameAs
           
static I18n argumentMustNotBeEquals
           
static I18n argumentMustNotBeSameAs
           
static I18n componentClassnameNotValid
           
static I18n componentNotConfigured
           
static I18n dateParsingFailure
           
static I18n i18nClassInterface
           
static I18n i18nClassNotPublic
           
static I18n i18nFieldFinal
           
static I18n i18nFieldInvalidType
           
static I18n i18nFieldNotPublic
           
static I18n i18nFieldNotStatic
           
static I18n i18nLocalizationFileNotFound
           
static I18n i18nLocalizationProblems
           
static I18n i18nPropertyDuplicate
          Parameters: Property Localization file URL
static I18n i18nPropertyMissing
           
static I18n i18nPropertyUnused
           
static I18n i18nRequiredToSuppliedParameterMismatch
           
static I18n initialProgressMonitorTaskName
           
static I18n nullProgressMonitorTaskName
           
static I18n pathAncestorDegreeIsInvalid
           
static I18n pathCannotBeNormalized
           
static I18n pathIsAlreadyAbsolute
           
static I18n pathIsNotAbsolute
           
static I18n pathIsNotRelative
           
static I18n progressMonitorBeginTask
           
static I18n progressMonitorStatus
           
static I18n requiredToSuppliedParameterMismatch
           
 
Constructor Summary
CommonI18n()
           
 
Method Summary
static java.util.Set<java.util.Locale> getLocalizationProblemLocales()
           
static java.util.Set<java.lang.String> getLocalizationProblems()
           
static java.util.Set<java.lang.String> getLocalizationProblems(java.util.Locale locale)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

i18nClassInterface

public static I18n i18nClassInterface

i18nClassNotPublic

public static I18n i18nClassNotPublic

i18nFieldFinal

public static I18n i18nFieldFinal

i18nFieldInvalidType

public static I18n i18nFieldInvalidType

i18nFieldNotPublic

public static I18n i18nFieldNotPublic

i18nFieldNotStatic

public static I18n i18nFieldNotStatic

i18nLocalizationFileNotFound

public static I18n i18nLocalizationFileNotFound

i18nLocalizationProblems

public static I18n i18nLocalizationProblems

i18nRequiredToSuppliedParameterMismatch

public static I18n i18nRequiredToSuppliedParameterMismatch

i18nPropertyDuplicate

public static I18n i18nPropertyDuplicate
Parameters:
  1. Property
  2. Localization file URL


i18nPropertyMissing

public static I18n i18nPropertyMissing

i18nPropertyUnused

public static I18n i18nPropertyUnused

argumentMayNotBeNegative

public static I18n argumentMayNotBeNegative

argumentMayNotBePositive

public static I18n argumentMayNotBePositive

argumentMustBeNegative

public static I18n argumentMustBeNegative

argumentMustBePositive

public static I18n argumentMustBePositive

argumentMustBeNumber

public static I18n argumentMustBeNumber

argumentMayNotBeNullOrZeroLength

public static I18n argumentMayNotBeNullOrZeroLength

argumentMayNotBeNullOrZeroLengthOrEmpty

public static I18n argumentMayNotBeNullOrZeroLengthOrEmpty

argumentMayNotBeNull

public static I18n argumentMayNotBeNull

argumentMustBeNull

public static I18n argumentMustBeNull

argumentMustBeInstanceOf

public static I18n argumentMustBeInstanceOf

argumentMustBeSameAs

public static I18n argumentMustBeSameAs

argumentMustNotBeSameAs

public static I18n argumentMustNotBeSameAs

argumentMustBeEquals

public static I18n argumentMustBeEquals

argumentMustNotBeEquals

public static I18n argumentMustNotBeEquals

argumentMayNotBeEmpty

public static I18n argumentMayNotBeEmpty

argumentDidNotContainObject

public static I18n argumentDidNotContainObject

argumentDidNotContainKey

public static I18n argumentDidNotContainKey

argumentMayNotContainNullValue

public static I18n argumentMayNotContainNullValue

componentClassnameNotValid

public static I18n componentClassnameNotValid

componentNotConfigured

public static I18n componentNotConfigured

dateParsingFailure

public static I18n dateParsingFailure

initialProgressMonitorTaskName

public static I18n initialProgressMonitorTaskName

nullProgressMonitorTaskName

public static I18n nullProgressMonitorTaskName

pathAncestorDegreeIsInvalid

public static I18n pathAncestorDegreeIsInvalid

pathIsAlreadyAbsolute

public static I18n pathIsAlreadyAbsolute

pathIsNotAbsolute

public static I18n pathIsNotAbsolute

pathIsNotRelative

public static I18n pathIsNotRelative

pathCannotBeNormalized

public static I18n pathCannotBeNormalized

progressMonitorBeginTask

public static I18n progressMonitorBeginTask

progressMonitorStatus

public static I18n progressMonitorStatus

requiredToSuppliedParameterMismatch

public static I18n requiredToSuppliedParameterMismatch
Constructor Detail

CommonI18n

public CommonI18n()
Method Detail

getLocalizationProblemLocales

public static java.util.Set<java.util.Locale> getLocalizationProblemLocales()

getLocalizationProblems

public static java.util.Set<java.lang.String> getLocalizationProblems()

getLocalizationProblems

public static java.util.Set<java.lang.String> getLocalizationProblems(java.util.Locale locale)


Copyright © 2008. All Rights Reserved.