Uses of Class
org.jboss.dna.common.i18n.I18n

Packages that use I18n
org.jboss.dna.common   
org.jboss.dna.common.collection   
org.jboss.dna.common.monitor   
org.jboss.dna.common.util   
org.jboss.dna.maven   
org.jboss.dna.repository   
org.jboss.dna.sequencer.images   
 

Uses of I18n in org.jboss.dna.common
 

Fields in org.jboss.dna.common declared as I18n
static I18n CommonI18n.argumentDidNotContainKey
           
static I18n CommonI18n.argumentDidNotContainObject
           
static I18n CommonI18n.argumentMayNotBeEmpty
           
static I18n CommonI18n.argumentMayNotBeNegative
           
static I18n CommonI18n.argumentMayNotBeNull
           
static I18n CommonI18n.argumentMayNotBeNullOrZeroLength
           
static I18n CommonI18n.argumentMayNotBeNullOrZeroLengthOrEmpty
           
static I18n CommonI18n.argumentMayNotBePositive
           
static I18n CommonI18n.argumentMayNotContainNullValue
           
static I18n CommonI18n.argumentMustBeEquals
           
static I18n CommonI18n.argumentMustBeInstanceOf
           
static I18n CommonI18n.argumentMustBeNegative
           
static I18n CommonI18n.argumentMustBeNull
           
static I18n CommonI18n.argumentMustBeNumber
           
static I18n CommonI18n.argumentMustBePositive
           
static I18n CommonI18n.argumentMustBeSameAs
           
static I18n CommonI18n.argumentMustNotBeEquals
           
static I18n CommonI18n.argumentMustNotBeSameAs
           
static I18n CommonI18n.componentClassnameNotValid
           
static I18n CommonI18n.componentNotConfigured
           
static I18n CommonI18n.dateParsingFailure
           
static I18n CommonI18n.i18nClassInterface
           
static I18n CommonI18n.i18nClassNotPublic
           
static I18n CommonI18n.i18nFieldFinal
           
static I18n CommonI18n.i18nFieldInvalidType
           
static I18n CommonI18n.i18nFieldNotPublic
           
static I18n CommonI18n.i18nFieldNotStatic
           
static I18n CommonI18n.i18nLocalizationFileNotFound
           
static I18n CommonI18n.i18nLocalizationProblems
           
static I18n CommonI18n.i18nPropertyDuplicate
          Parameters: Property Localization file URL
static I18n CommonI18n.i18nPropertyMissing
           
static I18n CommonI18n.i18nPropertyUnused
           
static I18n CommonI18n.i18nRequiredToSuppliedParameterMismatch
           
static I18n CommonI18n.initialProgressMonitorTaskName
           
static I18n CommonI18n.nullProgressMonitorTaskName
           
static I18n CommonI18n.pathAncestorDegreeIsInvalid
           
static I18n CommonI18n.pathCannotBeNormalized
           
static I18n CommonI18n.pathIsAlreadyAbsolute
           
static I18n CommonI18n.pathIsNotAbsolute
           
static I18n CommonI18n.pathIsNotRelative
           
static I18n CommonI18n.progressMonitorBeginTask
           
static I18n CommonI18n.progressMonitorStatus
           
static I18n CommonI18n.requiredToSuppliedParameterMismatch
           
 

Uses of I18n in org.jboss.dna.common.collection
 

Methods in org.jboss.dna.common.collection that return I18n
 I18n Problem.getMessage()
           
 

Methods in org.jboss.dna.common.collection with parameters of type I18n
 void Problems.addError(I18n message, java.lang.Object... params)
           
 void Problems.addError(I18n message, java.lang.String resource, java.lang.String location, java.lang.Object... params)
           
 void Problems.addError(int code, I18n message, java.lang.Object... params)
           
 void Problems.addError(int code, I18n message, java.lang.String resource, java.lang.String location, java.lang.Object... params)
           
 void Problems.addError(java.lang.Throwable throwable, I18n message, java.lang.Object... params)
           
 void Problems.addError(java.lang.Throwable throwable, I18n message, java.lang.String resource, java.lang.String location, java.lang.Object... params)
           
 void Problems.addError(java.lang.Throwable throwable, int code, I18n message, java.lang.Object... params)
           
 void Problems.addError(java.lang.Throwable throwable, int code, I18n message, java.lang.String resource, java.lang.String location, java.lang.Object... params)
           
 void Problems.addInfo(I18n message, java.lang.Object... params)
           
 void Problems.addInfo(I18n message, java.lang.String resource, java.lang.String location, java.lang.Object... params)
           
 void Problems.addInfo(int code, I18n message, java.lang.Object... params)
           
 void Problems.addInfo(int code, I18n message, java.lang.String resource, java.lang.String location, java.lang.Object... params)
           
 void Problems.addInfo(java.lang.Throwable throwable, I18n message, java.lang.Object... params)
           
 void Problems.addInfo(java.lang.Throwable throwable, I18n message, java.lang.String resource, java.lang.String location, java.lang.Object... params)
           
 void Problems.addInfo(java.lang.Throwable throwable, int code, I18n message, java.lang.Object... params)
           
 void Problems.addInfo(java.lang.Throwable throwable, int code, I18n message, java.lang.String resource, java.lang.String location, java.lang.Object... params)
           
 void Problems.addWarning(I18n message, java.lang.Object... params)
           
 void Problems.addWarning(I18n message, java.lang.String resource, java.lang.String location, java.lang.Object... params)
           
 void Problems.addWarning(int code, I18n message, java.lang.Object... params)
           
 void Problems.addWarning(int code, I18n message, java.lang.String resource, java.lang.String location, java.lang.Object... params)
           
 void Problems.addWarning(java.lang.Throwable throwable, I18n message, java.lang.Object... params)
           
 void Problems.addWarning(java.lang.Throwable throwable, I18n message, java.lang.String resource, java.lang.String location, java.lang.Object... params)
           
 void Problems.addWarning(java.lang.Throwable throwable, int code, I18n message, java.lang.Object... params)
           
 void Problems.addWarning(java.lang.Throwable throwable, int code, I18n message, java.lang.String resource, java.lang.String location, java.lang.Object... params)
           
 

Constructors in org.jboss.dna.common.collection with parameters of type I18n
Problem(Problem.Status status, int code, I18n message, java.lang.Object... params)
           
Problem(Problem.Status status, int code, I18n message, java.lang.Object[] params, java.lang.String resource, java.lang.String location, java.lang.Throwable throwable)
           
 

Uses of I18n in org.jboss.dna.common.monitor
 

Methods in org.jboss.dna.common.monitor with parameters of type I18n
 void SubProgressMonitor.beginTask(double totalWork, I18n name, java.lang.Object... params)
          Start work on the task, specifying the total amount of work that this task constitutes.
 void SimpleProgressMonitor.beginTask(double totalWork, I18n name, java.lang.Object... params)
          Start work on the task, specifying the total amount of work that this task constitutes.
 void ProgressMonitorWrapper.beginTask(double totalWork, I18n name, java.lang.Object... params)
          Start work on the task, specifying the total amount of work that this task constitutes.
 void ProgressMonitor.beginTask(double totalWork, I18n name, java.lang.Object... params)
          Start work on the task, specifying the total amount of work that this task constitutes.
 void NullProgressMonitor.beginTask(double totalWork, I18n name, java.lang.Object... params)
          Start work on the task, specifying the total amount of work that this task constitutes.
 void LoggingProgressMonitor.beginTask(double totalWork, I18n name, java.lang.Object... params)
          Start work on the task, specifying the total amount of work that this task constitutes.
 

Uses of I18n in org.jboss.dna.common.util
 

Methods in org.jboss.dna.common.util with parameters of type I18n
 void Logger.error(I18n message, java.lang.Object... params)
          Log a message at the ERROR level according to the specified format and (optional) parameters.
 void Logger.error(java.lang.Throwable t, I18n message, java.lang.Object... params)
          Log an exception (throwable) at the ERROR level with an accompanying message.
 void Logger.info(I18n message, java.lang.Object... params)
          Log a message at the INFO level according to the specified format and (optional) parameters.
 void Logger.info(java.lang.Throwable t, I18n message, java.lang.Object... params)
          Log an exception (throwable) at the INFO level with an accompanying message.
 void Logger.log(Logger.Level level, I18n message, java.lang.Object... params)
          Log a message at the suplied level according to the specified format and (optional) parameters.
 void Logger.log(Logger.Level level, java.lang.Throwable t, I18n message, java.lang.Object... params)
          Log an exception (throwable) at the supplied level with an accompanying message.
 void Logger.warn(I18n message, java.lang.Object... params)
          Log a message at the WARNING level according to the specified format and (optional) parameters.
 void Logger.warn(java.lang.Throwable t, I18n message, java.lang.Object... params)
          Log an exception (throwable) at the WARNING level with an accompanying message.
 

Uses of I18n in org.jboss.dna.maven
 

Fields in org.jboss.dna.maven declared as I18n
static I18n MavenI18n.errorClosingTempFileStreamAfterWritingContent
           
static I18n MavenI18n.errorClosingUrlStreamToPom
           
static I18n MavenI18n.errorCreatingNode
           
static I18n MavenI18n.errorCreatingUrlForMavenId
           
static I18n MavenI18n.errorCreatingXpathParserToEvaluatePom
           
static I18n MavenI18n.errorCreatingXpathStatementsToEvaluatePom
           
static I18n MavenI18n.errorDeletingTempFileStreamAfterWritingContent
           
static I18n MavenI18n.errorGettingPomFileForMavenIdAtUrl
           
static I18n MavenI18n.errorGettingUrlForMavenProject
           
static I18n MavenI18n.errorReadingNode
           
static I18n MavenI18n.errorReadingXmlDocumentToEvaluatePom
           
static I18n MavenI18n.errorWritingNode
           
static I18n MavenI18n.pomFileContainsUnexpectedId
           
static I18n MavenI18n.pomFileIsInvalid
           
static I18n MavenI18n.unableToFindWorkspaceWhenCreatingNode
           
static I18n MavenI18n.unableToFindWorkspaceWhenReadingNode
           
static I18n MavenI18n.unableToFindWorkspaceWhenWritingNode
           
static I18n MavenI18n.unableToOpenSessiontoRepositoryWhenCreatingNode
           
static I18n MavenI18n.unableToOpenSessiontoRepositoryWhenReadingNode
           
static I18n MavenI18n.unableToOpenSessiontoRepositoryWhenWritingNode
           
static I18n MavenI18n.unableToWriteToClosedStream
           
static I18n MavenI18n.unsupportedMavenCoordinateFormat
           
 

Uses of I18n in org.jboss.dna.repository
 

Fields in org.jboss.dna.repository declared as I18n
static I18n RepositoryI18n.errorAddingOrUpdatingRuleSet
           
static I18n RepositoryI18n.errorClosingBinaryStreamForPropertyFromNode
           
static I18n RepositoryI18n.errorDeregisteringRuleSetBeforeUpdatingIt
           
static I18n RepositoryI18n.errorExecutingRuleSetWithGlobalsAndFacts
           
static I18n RepositoryI18n.errorFindingPropertyNameInPropertyAddedEvent
           
static I18n RepositoryI18n.errorFindingPropertyNameInPropertyChangedEvent
           
static I18n RepositoryI18n.errorFindingPropertyNameInPropertyRemovedEvent
           
static I18n RepositoryI18n.errorFindingSequencersToRunAgainstNode
           
static I18n RepositoryI18n.errorGettingNodeRelativeToNode
           
static I18n RepositoryI18n.errorGettingOptionalPropertyFromNode
           
static I18n RepositoryI18n.errorGettingRequiredPropertyFromNode
           
static I18n RepositoryI18n.errorInRepositoryWhileFindingSequencersToRunAgainstNode
           
static I18n RepositoryI18n.errorInRepositoryWhileSequencingNode
           
static I18n RepositoryI18n.errorObtainingSessionToRepositoryWorkspace
           
static I18n RepositoryI18n.errorProcessingEvents
           
static I18n RepositoryI18n.errorReadingPropertiesFromContainerNode
           
static I18n RepositoryI18n.errorReadingRulesAndProperties
           
static I18n RepositoryI18n.errorRecreatingRuleSet
           
static I18n RepositoryI18n.errorRemovingRuleSet
           
static I18n RepositoryI18n.errorRemovingRuleSetUponShutdown
           
static I18n RepositoryI18n.errorRollingBackRuleSetAfterUpdateFailed
           
static I18n RepositoryI18n.errorUnregisteringWorkspaceListenerWhileShuttingDownObservationService
           
static I18n RepositoryI18n.errorUsingJsr94RuleAdministrator
           
static I18n RepositoryI18n.errorWhileSequencingNode
           
static I18n RepositoryI18n.errorWritingProblemsOnRuleSet
           
static I18n RepositoryI18n.executionContextHasBeenClosed
           
static I18n RepositoryI18n.invalidRepositoryNodePath
           
static I18n RepositoryI18n.invalidStateString
           
static I18n RepositoryI18n.optionalPropertyOnNodeCouldNotBeRead
           
static I18n RepositoryI18n.optionalPropertyOnNodeWasExpectedToBeStringArrayValue
           
static I18n RepositoryI18n.optionalPropertyOnNodeWasExpectedToBeStringValue
           
static I18n RepositoryI18n.pathExpressionHasInvalidMatch
           
static I18n RepositoryI18n.pathExpressionHasInvalidSelect
           
static I18n RepositoryI18n.pathExpressionIsInvalid
           
static I18n RepositoryI18n.pathExpressionMayNotBeBlank
           
static I18n RepositoryI18n.requiredNodeDoesNotExistRelativeToNode
           
static I18n RepositoryI18n.requiredPropertyIsMissingFromNode
           
static I18n RepositoryI18n.requiredPropertyOnNodeCouldNotBeRead
           
static I18n RepositoryI18n.requiredPropertyOnNodeWasExpectedToBeStringArrayValue
           
static I18n RepositoryI18n.requiredPropertyOnNodeWasExpectedToBeStringValue
           
static I18n RepositoryI18n.sequencerSubtask
           
static I18n RepositoryI18n.sequencerTask
           
static I18n RepositoryI18n.sequencingPropertyOnNode
           
static I18n RepositoryI18n.sequencingServiceName
           
static I18n RepositoryI18n.serviceShutdowAndMayNotBePaused
           
static I18n RepositoryI18n.serviceShutdowAndMayNotBeStarted
           
static I18n RepositoryI18n.unableToBuildRuleSetRegularExpressionPattern
           
static I18n RepositoryI18n.unableToChangeExecutionContextWhileRunning
           
static I18n RepositoryI18n.unableToFindPropertyForSequencing
           
static I18n RepositoryI18n.unableToFindRepositoryInJndi
           
static I18n RepositoryI18n.unableToFindRepositoryWithName
           
static I18n RepositoryI18n.unableToFindRuleSet
           
static I18n RepositoryI18n.unableToObtainJsr94RuleAdministrator
           
static I18n RepositoryI18n.unableToObtainJsr94ServiceProvider
           
static I18n RepositoryI18n.unableToRegisterRepositoryInJndi
           
static I18n RepositoryI18n.unableToRemoveRepository
           
static I18n RepositoryI18n.unableToStartSequencingServiceWithoutExecutionContext
           
static I18n RepositoryI18n.unableToUnregisterRepositoryInJndi
           
static I18n RepositoryI18n.unknownPropertyValueType
           
static I18n RepositoryI18n.writingOutputSequencedFromPropertyOnNodes
           
 

Uses of I18n in org.jboss.dna.sequencer.images
 

Fields in org.jboss.dna.sequencer.images declared as I18n
static I18n ImageSequencerI18n.sequencerTaskName
           
 



Copyright © 2008. All Rights Reserved.