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

Packages that use I18n
org.jboss.dna.cnd Compact Node Definition (CND) defines JCR node types, property definitions, and child node definitions in a concise and easy-to-read form. 
org.jboss.dna.common The parent package for the common, low-level utilities and simple frameworks for all of JBoss DNA. 
org.jboss.dna.common.collection A set of common classes for dealing with collections of other objects. 
org.jboss.dna.common.util A set of miscellaneous utilities. 
org.jboss.dna.connector.filesystem The classes that make up the connector that accesses the files and directories on a local file system and exposes them as content in a repository. 
org.jboss.dna.connector.infinispan The classes that make up the connector that stores content in a deployed instance of Infinispan. 
org.jboss.dna.connector.jbosscache The classes that make up the connector that stores content in a JBoss Cache instance. 
org.jboss.dna.connector.store.jpa The classes that make up the connector that stores content in a relational database via JDBC and JPA. 
org.jboss.dna.connector.svn The classes that make up the connector that accesses content from an SVN repository. 
org.jboss.dna.graph The JBoss DNA Graph API defines the types that allow you to work with content organized as a graph. 
org.jboss.dna.jcr The DNA implementation of the JCR API. 
org.jboss.dna.maven The classes that make up the Maven classloader system. 
org.jboss.dna.repository The components and services that make up the JBoss DNA repository engine. 
org.jboss.dna.sequencer.cnd The classes that make up the JCR Compact Node Definition (CND) file sequencer. 
org.jboss.dna.sequencer.image The classes that make up the image sequencer. 
org.jboss.dna.sequencer.java The classes that make up the Java source file sequencer. 
org.jboss.dna.sequencer.msoffice The classes that make up the sequencer of Microsoft Office files. 
org.jboss.dna.sequencer.xml The classes that make up the XML sequencer. 
 

Uses of I18n in org.jboss.dna.cnd
 

Fields in org.jboss.dna.cnd declared as I18n
static I18n CndI18n.errorImportingCndContent
           
static I18n CndI18n.expectedBooleanLiteral
           
static I18n CndI18n.expectedStringLiteral
           
static I18n CndI18n.expectedValidNameLiteral
           
static I18n CndI18n.expectedValidOnParentVersion
           
static I18n CndI18n.expectedValidPropertyTypeName
           
static I18n CndI18n.expectedValidQueryOperator
           
static I18n CndI18n.locationFromLineNumberAndCharacter
           
static I18n CndI18n.passthrough
           
 

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.argumentMayNotBeGreaterThan
           
static I18n CommonI18n.argumentMayNotBeLessThan
           
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.argumentMustBeEmpty
           
static I18n CommonI18n.argumentMustBeEquals
           
static I18n CommonI18n.argumentMustBeGreaterThan
           
static I18n CommonI18n.argumentMustBeGreaterThanOrEqualTo
           
static I18n CommonI18n.argumentMustBeInstanceOf
           
static I18n CommonI18n.argumentMustBeLessThan
           
static I18n CommonI18n.argumentMustBeLessThanOrEqualTo
           
static I18n CommonI18n.argumentMustBeNegative
           
static I18n CommonI18n.argumentMustBeNull
           
static I18n CommonI18n.argumentMustBeNumber
           
static I18n CommonI18n.argumentMustBeOfMaximumSize
           
static I18n CommonI18n.argumentMustBeOfMinimumSize
           
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
           
static I18n CommonI18n.i18nPropertyMissing
           
static I18n CommonI18n.i18nPropertyUnused
           
static I18n CommonI18n.i18nRequiredToSuppliedParameterMismatch
           
static I18n CommonI18n.initialActivityMonitorTaskName
           
static I18n CommonI18n.noMatchingDoubleQuoteFound
           
static I18n CommonI18n.noMatchingSingleQuoteFound
           
static I18n CommonI18n.noMoreContent
           
static I18n CommonI18n.noMoreContentButWasExpectingCharacter
           
static I18n CommonI18n.noMoreContentButWasExpectingToken
           
static I18n CommonI18n.noMoreContentButWasExpectingTokenType
           
static I18n CommonI18n.nullActivityMonitorTaskName
           
static I18n CommonI18n.pathAncestorDegreeIsInvalid
           
static I18n CommonI18n.pathCannotBeNormalized
           
static I18n CommonI18n.pathIsAlreadyAbsolute
           
static I18n CommonI18n.pathIsNotAbsolute
           
static I18n CommonI18n.pathIsNotRelative
           
static I18n CommonI18n.requiredToSuppliedParameterMismatch
           
static I18n CommonI18n.startMethodMustBeCalledBeforeConsumingOrMatching
           
static I18n CommonI18n.startMethodMustBeCalledBeforeNext
           
static I18n CommonI18n.unableToAccessResourceFileFromClassLoader
           
static I18n CommonI18n.unexpectedCharacter
           
static I18n CommonI18n.unexpectedToken
           
static I18n CommonI18n.unexpectedTokenType
           
 

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, Object... params)
          Add an error message with the parameters that should be used when localizing the message.
 void ImmutableProblems.addError(I18n message, Object... params)
          Add an error message with the parameters that should be used when localizing the message.
 void AbstractProblems.addError(I18n message, Object... params)
           
 void Problems.addError(I18n message, String resource, String location, Object... params)
          Add an error message with a description of the resource, its location, and the parameters that should be used when localizing the message
 void ImmutableProblems.addError(I18n message, String resource, String location, Object... params)
          Add an error message with a description of the resource, its location, and the parameters that should be used when localizing the message
 void AbstractProblems.addError(I18n message, String resource, String location, Object... params)
           
 void Problems.addError(int code, I18n message, Object... params)
          Add an error message with the parameters that should be used when localizing the message.
 void ImmutableProblems.addError(int code, I18n message, Object... params)
          Add an error message with the parameters that should be used when localizing the message.
 void AbstractProblems.addError(int code, I18n message, Object... params)
           
 void Problems.addError(int code, I18n message, String resource, String location, Object... params)
          Add an error message with a description of the resource, its location, and the parameters that should be used when localizing the message
 void ImmutableProblems.addError(int code, I18n message, String resource, String location, Object... params)
          Add an error message with a description of the resource, its location, and the parameters that should be used when localizing the message
 void AbstractProblems.addError(int code, I18n message, String resource, String location, Object... params)
           
 void Problems.addError(Throwable throwable, I18n message, Object... params)
          Add an error exception and message with the parameters that should be used when localizing the message.
 void ImmutableProblems.addError(Throwable throwable, I18n message, Object... params)
          Add an error exception and message with the parameters that should be used when localizing the message.
 void AbstractProblems.addError(Throwable throwable, I18n message, Object... params)
           
 void Problems.addError(Throwable throwable, I18n message, String resource, String location, Object... params)
          Add an error exception and message with a description of the resource, its location, and the parameters that should be used when localizing the message
 void ImmutableProblems.addError(Throwable throwable, I18n message, String resource, String location, Object... params)
          Add an error exception and message with a description of the resource, its location, and the parameters that should be used when localizing the message
 void AbstractProblems.addError(Throwable throwable, I18n message, String resource, String location, Object... params)
           
 void Problems.addError(Throwable throwable, int code, I18n message, Object... params)
          Add an error exception and message with the parameters that should be used when localizing the message.
 void ImmutableProblems.addError(Throwable throwable, int code, I18n message, Object... params)
          Add an error exception and message with the parameters that should be used when localizing the message.
 void AbstractProblems.addError(Throwable throwable, int code, I18n message, Object... params)
           
 void Problems.addError(Throwable throwable, int code, I18n message, String resource, String location, Object... params)
          Add an error exception and message with a description of the resource, its location, and the parameters that should be used when localizing the message
 void ImmutableProblems.addError(Throwable throwable, int code, I18n message, String resource, String location, Object... params)
          Add an error exception and message with a description of the resource, its location, and the parameters that should be used when localizing the message
 void AbstractProblems.addError(Throwable throwable, int code, I18n message, String resource, String location, Object... params)
           
 void Problems.addInfo(I18n message, Object... params)
          Add a informational message with the parameters that should be used when localizing the message.
 void ImmutableProblems.addInfo(I18n message, Object... params)
          Add a informational message with the parameters that should be used when localizing the message.
 void AbstractProblems.addInfo(I18n message, Object... params)
           
 void Problems.addInfo(I18n message, String resource, String location, Object... params)
          Add an informational message with a description of the resource, its location, and the parameters that should be used when localizing the message
 void ImmutableProblems.addInfo(I18n message, String resource, String location, Object... params)
          Add an informational message with a description of the resource, its location, and the parameters that should be used when localizing the message
 void AbstractProblems.addInfo(I18n message, String resource, String location, Object... params)
           
 void Problems.addInfo(int code, I18n message, Object... params)
          Add a informational message with the parameters that should be used when localizing the message.
 void ImmutableProblems.addInfo(int code, I18n message, Object... params)
          Add a informational message with the parameters that should be used when localizing the message.
 void AbstractProblems.addInfo(int code, I18n message, Object... params)
           
 void Problems.addInfo(int code, I18n message, String resource, String location, Object... params)
          Add an informational message with a description of the resource, its location, and the parameters that should be used when localizing the message
 void ImmutableProblems.addInfo(int code, I18n message, String resource, String location, Object... params)
          Add an informational message with a description of the resource, its location, and the parameters that should be used when localizing the message
 void AbstractProblems.addInfo(int code, I18n message, String resource, String location, Object... params)
           
 void Problems.addInfo(Throwable throwable, I18n message, Object... params)
          Add an informational exception and message with the parameters that should be used when localizing the message.
 void ImmutableProblems.addInfo(Throwable throwable, I18n message, Object... params)
          Add an informational exception and message with the parameters that should be used when localizing the message.
 void AbstractProblems.addInfo(Throwable throwable, I18n message, Object... params)
           
 void Problems.addInfo(Throwable throwable, I18n message, String resource, String location, Object... params)
          Add an informational exception and message with a description of the resource, its location, and the parameters that should be used when localizing the message
 void ImmutableProblems.addInfo(Throwable throwable, I18n message, String resource, String location, Object... params)
          Add an informational exception and message with a description of the resource, its location, and the parameters that should be used when localizing the message
 void AbstractProblems.addInfo(Throwable throwable, I18n message, String resource, String location, Object... params)
           
 void Problems.addInfo(Throwable throwable, int code, I18n message, Object... params)
          Add a informational exception and message with the parameters that should be used when localizing the message.
 void ImmutableProblems.addInfo(Throwable throwable, int code, I18n message, Object... params)
          Add a informational exception and message with the parameters that should be used when localizing the message.
 void AbstractProblems.addInfo(Throwable throwable, int code, I18n message, Object... params)
           
 void Problems.addInfo(Throwable throwable, int code, I18n message, String resource, String location, Object... params)
          Add an informational exception and message with a description of the resource, its location, and the parameters that should be used when localizing the message
 void ImmutableProblems.addInfo(Throwable throwable, int code, I18n message, String resource, String location, Object... params)
          Add an informational exception and message with a description of the resource, its location, and the parameters that should be used when localizing the message
 void AbstractProblems.addInfo(Throwable throwable, int code, I18n message, String resource, String location, Object... params)
           
 void Problems.addWarning(I18n message, Object... params)
          Add a warning message with the parameters that should be used when localizing the message.
 void ImmutableProblems.addWarning(I18n message, Object... params)
          Add a warning message with the parameters that should be used when localizing the message.
 void AbstractProblems.addWarning(I18n message, Object... params)
           
 void Problems.addWarning(I18n message, String resource, String location, Object... params)
          Add a warning message with a description of the resource, its location, and the parameters that should be used when localizing the message
 void ImmutableProblems.addWarning(I18n message, String resource, String location, Object... params)
          Add a warning message with a description of the resource, its location, and the parameters that should be used when localizing the message
 void AbstractProblems.addWarning(I18n message, String resource, String location, Object... params)
           
 void Problems.addWarning(int code, I18n message, Object... params)
          Add a warning message with the parameters that should be used when localizing the message.
 void ImmutableProblems.addWarning(int code, I18n message, Object... params)
          Add a warning message with the parameters that should be used when localizing the message.
 void AbstractProblems.addWarning(int code, I18n message, Object... params)
           
 void Problems.addWarning(int code, I18n message, String resource, String location, Object... params)
          Add a warning message with a description of the resource, its location, and the parameters that should be used when localizing the message
 void ImmutableProblems.addWarning(int code, I18n message, String resource, String location, Object... params)
          Add a warning message with a description of the resource, its location, and the parameters that should be used when localizing the message
 void AbstractProblems.addWarning(int code, I18n message, String resource, String location, Object... params)
           
 void Problems.addWarning(Throwable throwable, I18n message, Object... params)
          Add a warning exception and message with the parameters that should be used when localizing the message.
 void ImmutableProblems.addWarning(Throwable throwable, I18n message, Object... params)
          Add a warning exception and message with the parameters that should be used when localizing the message.
 void AbstractProblems.addWarning(Throwable throwable, I18n message, Object... params)
           
 void Problems.addWarning(Throwable throwable, I18n message, String resource, String location, Object... params)
          Add a warning exception and message with a description of the resource, its location, and the parameters that should be used when localizing the message
 void ImmutableProblems.addWarning(Throwable throwable, I18n message, String resource, String location, Object... params)
          Add a warning exception and message with a description of the resource, its location, and the parameters that should be used when localizing the message
 void AbstractProblems.addWarning(Throwable throwable, I18n message, String resource, String location, Object... params)
           
 void Problems.addWarning(Throwable throwable, int code, I18n message, Object... params)
          Add a warning exception and message with the parameters that should be used when localizing the message.
 void ImmutableProblems.addWarning(Throwable throwable, int code, I18n message, Object... params)
          Add a warning exception and message with the parameters that should be used when localizing the message.
 void AbstractProblems.addWarning(Throwable throwable, int code, I18n message, Object... params)
           
 void Problems.addWarning(Throwable throwable, int code, I18n message, String resource, String location, Object... params)
          Add a warning exception and message with a description of the resource, its location, and the parameters that should be used when localizing the message
 void ImmutableProblems.addWarning(Throwable throwable, int code, I18n message, String resource, String location, Object... params)
          Add a warning exception and message with a description of the resource, its location, and the parameters that should be used when localizing the message
 void AbstractProblems.addWarning(Throwable throwable, int code, I18n message, String resource, String location, Object... params)
           
 

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

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, Object... params)
          Log a message at the ERROR level according to the specified format and (optional) parameters.
 void Logger.error(Throwable t, I18n message, Object... params)
          Log an exception (throwable) at the ERROR level with an accompanying message.
 void Logger.info(I18n message, Object... params)
          Log a message at the INFO level according to the specified format and (optional) parameters.
 void Logger.info(Throwable t, I18n message, Object... params)
          Log an exception (throwable) at the INFO level with an accompanying message.
 void Logger.log(Logger.Level level, I18n message, Object... params)
          Log a message at the suplied level according to the specified format and (optional) parameters.
 void Logger.log(Logger.Level level, Throwable t, I18n message, Object... params)
          Log an exception (throwable) at the supplied level with an accompanying message.
 void Logger.warn(I18n message, Object... params)
          Log a message at the WARNING level according to the specified format and (optional) parameters.
 void Logger.warn(Throwable t, I18n message, Object... params)
          Log an exception (throwable) at the WARNING level with an accompanying message.
 

Uses of I18n in org.jboss.dna.connector.filesystem
 

Fields in org.jboss.dna.connector.filesystem declared as I18n
static I18n FileSystemI18n.connectorName
           
static I18n FileSystemI18n.copyFailed
           
static I18n FileSystemI18n.couldNotCreateFile
           
static I18n FileSystemI18n.couldNotUpdateData
           
static I18n FileSystemI18n.couldNotWriteData
           
static I18n FileSystemI18n.deleteFailed
           
static I18n FileSystemI18n.fileAlreadyExists
           
static I18n FileSystemI18n.getCanonicalPathFailed
           
static I18n FileSystemI18n.invalidNameForResource
           
static I18n FileSystemI18n.invalidPathForResource
           
static I18n FileSystemI18n.invalidPropertyNames
           
static I18n FileSystemI18n.locationInRequestMustHavePath
           
static I18n FileSystemI18n.maxPathLengthExceeded
           
static I18n FileSystemI18n.missingRequiredProperty
           
static I18n FileSystemI18n.nodeOrderingNotSupported
           
static I18n FileSystemI18n.onlyTheDefaultNamespaceIsAllowed
           
static I18n FileSystemI18n.parentIsReadOnly
           
static I18n FileSystemI18n.pathForDefaultWorkspaceCannotBeRead
           
static I18n FileSystemI18n.pathForDefaultWorkspaceDoesNotExist
           
static I18n FileSystemI18n.pathForDefaultWorkspaceIsNotDirectory
           
static I18n FileSystemI18n.pathForPredefinedWorkspaceCannotBeRead
           
static I18n FileSystemI18n.pathForPredefinedWorkspaceDoesNotExist
           
static I18n FileSystemI18n.pathForPredefinedWorkspaceIsNotDirectory
           
static I18n FileSystemI18n.pathForWorkspaceRootCannotBeRead
           
static I18n FileSystemI18n.pathForWorkspaceRootDoesNotExist
           
static I18n FileSystemI18n.pathForWorkspaceRootIsNotDirectory
           
static I18n FileSystemI18n.pathIsReadOnly
           
static I18n FileSystemI18n.propertyIsRequired
           
static I18n FileSystemI18n.sameNameSiblingsAreNotAllowed
           
static I18n FileSystemI18n.sourceIsReadOnly
           
static I18n FileSystemI18n.unableToCreateWorkspaces
           
static I18n FileSystemI18n.unsupportedPrimaryType
           
static I18n FileSystemI18n.workspaceDoesNotExist
           
 

Uses of I18n in org.jboss.dna.connector.infinispan
 

Fields in org.jboss.dna.connector.infinispan declared as I18n
static I18n InfinispanConnectorI18n.connectorName
           
static I18n InfinispanConnectorI18n.defaultCacheManagerConfigurationNameWasNotValidConfiguration
           
static I18n InfinispanConnectorI18n.errorSerializingCachePolicyInSource
           
static I18n InfinispanConnectorI18n.nodeDoesNotExist
           
static I18n InfinispanConnectorI18n.objectFoundInJndiWasNotCacheManager
           
static I18n InfinispanConnectorI18n.propertyIsRequired
           
static I18n InfinispanConnectorI18n.unableToCreateWorkspace
           
static I18n InfinispanConnectorI18n.workspaceAlreadyExists
           
static I18n InfinispanConnectorI18n.workspaceDoesNotExist
           
static I18n InfinispanConnectorI18n.workspaceNameWasNotValidConfiguration
           
 

Uses of I18n in org.jboss.dna.connector.jbosscache
 

Fields in org.jboss.dna.connector.jbosscache declared as I18n
static I18n JBossCacheConnectorI18n.connectorName
           
static I18n JBossCacheConnectorI18n.defaultCacheFactoryConfigurationNameWasNotValidConfiguration
           
static I18n JBossCacheConnectorI18n.errorSerializingCachePolicyInSource
           
static I18n JBossCacheConnectorI18n.locationsMustHavePath
           
static I18n JBossCacheConnectorI18n.nodeDoesNotExist
           
static I18n JBossCacheConnectorI18n.objectFoundInJndiWasNotCache
           
static I18n JBossCacheConnectorI18n.objectFoundInJndiWasNotCacheFactory
           
static I18n JBossCacheConnectorI18n.propertyIsRequired
           
static I18n JBossCacheConnectorI18n.unableToCloneWorkspaces
           
static I18n JBossCacheConnectorI18n.unableToCreateWorkspace
           
static I18n JBossCacheConnectorI18n.unableToCreateWorkspaces
           
static I18n JBossCacheConnectorI18n.unableToDeleteBranch
           
static I18n JBossCacheConnectorI18n.workspaceAlreadyExists
           
static I18n JBossCacheConnectorI18n.workspaceDoesNotExist
           
static I18n JBossCacheConnectorI18n.workspaceNameWasNotValidConfiguration
           
 

Uses of I18n in org.jboss.dna.connector.store.jpa
 

Fields in org.jboss.dna.connector.store.jpa declared as I18n
static I18n JpaConnectorI18n.basicModelDescription
           
static I18n JpaConnectorI18n.connectionIsNoLongerOpen
           
static I18n JpaConnectorI18n.connectorName
           
static I18n JpaConnectorI18n.errorFindingDataSourceInJndi
           
static I18n JpaConnectorI18n.errorSettingContextClassLoader
           
static I18n JpaConnectorI18n.existingStoreSpecifiesUnknownModel
           
static I18n JpaConnectorI18n.invalidReferences
           
static I18n JpaConnectorI18n.invalidUuidForWorkspace
           
static I18n JpaConnectorI18n.locationShouldHavePathAndOrProperty
           
static I18n JpaConnectorI18n.nodeDoesNotExist
           
static I18n JpaConnectorI18n.propertyIsRequired
           
static I18n JpaConnectorI18n.repositorySourceMustHaveName
           
static I18n JpaConnectorI18n.unableToCreateWorkspaces
           
static I18n JpaConnectorI18n.unableToDeleteBecauseOfReferences
           
static I18n JpaConnectorI18n.unableToMoveRootNode
           
static I18n JpaConnectorI18n.unableToReadLargeValue
           
static I18n JpaConnectorI18n.unknownModelName
           
static I18n JpaConnectorI18n.workspaceAlreadyExists
           
static I18n JpaConnectorI18n.workspaceDoesNotExist
           
 

Uses of I18n in org.jboss.dna.connector.svn
 

Fields in org.jboss.dna.connector.svn declared as I18n
static I18n SVNRepositoryConnectorI18n.connectingFailureOrUserAuthenticationProblem
           
static I18n SVNRepositoryConnectorI18n.connectorName
           
static I18n SVNRepositoryConnectorI18n.errorSerializingCachePolicyInSource
           
static I18n SVNRepositoryConnectorI18n.locationInRequestMustHavePath
           
static I18n SVNRepositoryConnectorI18n.nodeDoesNotExist
           
static I18n SVNRepositoryConnectorI18n.nodeIsActuallyUnknow
           
static I18n SVNRepositoryConnectorI18n.onlyTheDefaultNamespaceIsAllowed
           
static I18n SVNRepositoryConnectorI18n.pathForDefaultWorkspaceCannotBeRead
           
static I18n SVNRepositoryConnectorI18n.pathForDefaultWorkspaceDoesNotExist
           
static I18n SVNRepositoryConnectorI18n.pathForDefaultWorkspaceIsNotDirectory
           
static I18n SVNRepositoryConnectorI18n.pathForPredefinedWorkspaceCannotBeRead
           
static I18n SVNRepositoryConnectorI18n.pathForPredefinedWorkspaceDoesNotExist
           
static I18n SVNRepositoryConnectorI18n.pathForPredefinedWorkspaceIsNotDirectory
           
static I18n SVNRepositoryConnectorI18n.propertyIsRequired
           
static I18n SVNRepositoryConnectorI18n.sameNameSiblingsAreNotAllowed
           
static I18n SVNRepositoryConnectorI18n.sourceDoesNotSupportCloningWorkspaces
           
static I18n SVNRepositoryConnectorI18n.sourceDoesNotSupportCreatingWorkspaces
           
static I18n SVNRepositoryConnectorI18n.sourceDoesNotSupportDeletingWorkspaces
           
static I18n SVNRepositoryConnectorI18n.sourceIsReadOnly
           
static I18n SVNRepositoryConnectorI18n.unableToCreateWorkspaces
           
static I18n SVNRepositoryConnectorI18n.workspaceDoesNotExist
           
 

Uses of I18n in org.jboss.dna.graph
 

Fields in org.jboss.dna.graph declared as I18n
static I18n GraphI18n.actualLocationDoesNotHaveCorrectChildName
           
static I18n GraphI18n.actualLocationIsNotAtCorrectChildSegment
           
static I18n GraphI18n.actualLocationIsNotChildOfInputLocation
           
static I18n GraphI18n.actualLocationIsNotSameAsInputLocation
           
static I18n GraphI18n.actualLocationMustHavePath
           
static I18n GraphI18n.actualNewLocationIsNotSameAsInputLocation
           
static I18n GraphI18n.actualNewLocationMustHavePath
           
static I18n GraphI18n.actualNewLocationMustHaveSameNameAsRequest
           
static I18n GraphI18n.actualNewLocationMustHaveSameParentAsOldLocation
           
static I18n GraphI18n.actualOldLocationIsNotSameAsInputLocation
           
static I18n GraphI18n.actualOldLocationMustHavePath
           
static I18n GraphI18n.childNotFound
           
static I18n GraphI18n.cloneLimitedToBeWithinSingleSource
           
static I18n GraphI18n.closedConnectionMayNotBeUsed
           
static I18n GraphI18n.closedRequestProcessor
           
static I18n GraphI18n.closingRequestProcessor
           
static I18n GraphI18n.copyLimitedToBeWithinSingleSource
           
static I18n GraphI18n.errorAddingProjectionRuleParseMethod
           
static I18n GraphI18n.errorConvertingIo
           
static I18n GraphI18n.errorConvertingType
           
static I18n GraphI18n.errorImportingContent
           
static I18n GraphI18n.errorReadingConfigurationForFederatedRepositorySource
           
static I18n GraphI18n.errorReadingPropertyValueBytes
           
static I18n GraphI18n.errorSerializingInMemoryCachePolicyInSource
           
static I18n GraphI18n.executedRequest
           
static I18n GraphI18n.executingRequest
           
static I18n GraphI18n.federatedRepositorySourceMustBeInitialized
           
static I18n GraphI18n.federatedSourceDoesNotSupportCloningWorkspaces
           
static I18n GraphI18n.federatedSourceDoesNotSupportCreatingWorkspaces
           
static I18n GraphI18n.federatedSourceDoesNotSupportDestroyingWorkspaces
           
static I18n GraphI18n.inMemoryConnectorRequestsMustHavePathOrUuid
           
static I18n GraphI18n.inMemoryNodeDoesNotExist
           
static I18n GraphI18n.invalidIndexInSegmentName
           
static I18n GraphI18n.invalidQualifiedNameString
           
static I18n GraphI18n.locationCannotBeProjectedIntoWorkspaceAndSource
           
static I18n GraphI18n.maximumPoolSizeMayNotBeSmallerThanCorePoolSize
           
static I18n GraphI18n.messageDigestNotFound
           
static I18n GraphI18n.missingEndBracketInSegmentName
           
static I18n GraphI18n.moveLimitedToBeWithinSingleSource
           
static I18n GraphI18n.multipleErrorsWhileExecutingManyRequests
           
static I18n GraphI18n.multipleErrorsWhileExecutingRequests
           
static I18n GraphI18n.namePropertyIsRequiredForFederatedRepositorySource
           
static I18n GraphI18n.nodeAlreadyExistsWithUuid
           
static I18n GraphI18n.nodeHasAlreadyBeenRemovedFromThisSession
           
static I18n GraphI18n.noNamespaceRegisteredForPrefix
           
static I18n GraphI18n.pathAncestorDegreeIsInvalid
           
static I18n GraphI18n.pathCannotBeNormalized
           
static I18n GraphI18n.pathExpressionHasInvalidMatch
           
static I18n GraphI18n.pathExpressionHasInvalidSelect
           
static I18n GraphI18n.pathExpressionIsInvalid
           
static I18n GraphI18n.pathExpressionMayNotBeBlank
           
static I18n GraphI18n.pathIsAlreadyAbsolute
           
static I18n GraphI18n.pathIsNotAbsolute
           
static I18n GraphI18n.pathIsNotRelative
           
static I18n GraphI18n.pathNotFoundExceptionLowestExistingLocationFound
           
static I18n GraphI18n.propertyIsRequiredForFederatedRepositorySource
           
static I18n GraphI18n.repositoryConnectionPoolIsNotRunning
           
static I18n GraphI18n.requestIsFrozenAndMayNotBeChanged
           
static I18n GraphI18n.requiredNodeDoesNotExistRelativeToNode
           
static I18n GraphI18n.unableToAddMoreRequestsToAlreadyExecutedBatch
           
static I18n GraphI18n.unableToAddRequestToChannelThatIsDone
           
static I18n GraphI18n.unableToCopyToLocationWithoutAPath
           
static I18n GraphI18n.unableToCopyToTheRoot
           
static I18n GraphI18n.unableToCreateNodeUnderPlaceholder
           
static I18n GraphI18n.unableToCreateReferenceToNodeWithoutUuid
           
static I18n GraphI18n.unableToCreateSubpathBeginIndexGreaterThanOrEqualToEndingIndex
           
static I18n GraphI18n.unableToCreateSubpathBeginIndexGreaterThanOrEqualToSize
           
static I18n GraphI18n.unableToCreateValue
           
static I18n GraphI18n.unableToDeletePlaceholder
           
static I18n GraphI18n.unableToDiscoverPropertyTypeForNullValue
           
static I18n GraphI18n.unableToFindRepositorySourceWithName
           
static I18n GraphI18n.unableToMoveNodeToBeChildOfDecendent
           
static I18n GraphI18n.unableToObtainConnectionToFederatedSource
           
static I18n GraphI18n.unableToObtainValidRepositoryAfterAttempts
           
static I18n GraphI18n.unableToProjectSourceInformationIntoWorkspace
           
static I18n GraphI18n.unableToRefreshBranchBecauseChangesDependOnChangesToNodesOutsideOfBranch
           
static I18n GraphI18n.unableToSaveBranchBecauseChangesDependOnChangesToNodesOutsideOfBranch
           
static I18n GraphI18n.unableToSaveNodeThatWasCreatedSincePreviousSave
           
static I18n GraphI18n.unableToUpdatePlaceholder
           
static I18n GraphI18n.unsupportedRequestType
           
static I18n GraphI18n.validPathMayNotContainEmptySegment
           
static I18n GraphI18n.valueJavaTypeNotCompatibleWithPropertyType
           
static I18n GraphI18n.workspaceAlreadyExistsInRepository
           
static I18n GraphI18n.workspaceDoesNotExistInFederatedRepository
           
static I18n GraphI18n.workspaceDoesNotExistInRepository
           
 

Uses of I18n in org.jboss.dna.jcr
 

Fields in org.jboss.dna.jcr declared as I18n
static I18n JcrI18n.allNodeTypeTemplatesMustComeFromSameSession
           
static I18n JcrI18n.allPropertyValuesMustHaveSameType
           
static I18n JcrI18n.ambiguousPrimaryItemName
           
static I18n JcrI18n.autocreatedNodesNeedDefaults
           
static I18n JcrI18n.autocreatedPropertyNeedsDefault
           
static I18n JcrI18n.cannotAddMixin
           
static I18n JcrI18n.cannotConvertValue
           
static I18n JcrI18n.cannotMakeMandatoryDefinitionOptional
           
static I18n JcrI18n.cannotOverrideProtectedDefinition
           
static I18n JcrI18n.cannotRedefineProperty
           
static I18n JcrI18n.cannotRemoveNodeFromClone
           
static I18n JcrI18n.cannotRemoveNodeFromCloneDueToChangesInSession
           
static I18n JcrI18n.cannotRemoveParentNodeOfTarget
           
static I18n JcrI18n.cannotUnregisterDefaultPrimaryType
           
static I18n JcrI18n.cannotUnregisterRequiredPrimaryType
           
static I18n JcrI18n.cannotUnregisterSupertype
           
static I18n JcrI18n.childNodeAlreadyExists
           
static I18n JcrI18n.childNotFoundUnderNode
           
static I18n JcrI18n.constraintsChangedInSubtype
           
static I18n JcrI18n.credentialsMustProvideJaasMethod
           
static I18n JcrI18n.credentialsMustReturnLoginContext
           
static I18n JcrI18n.defaultWorkspaceName
           
static I18n JcrI18n.errorObtainingDefaultWorkspaceName
           
static I18n JcrI18n.errorObtainingWorkspaceNames
           
static I18n JcrI18n.errorRegisteringPersistentNamespace
           
static I18n JcrI18n.errorVerifyingWorkspaceName
           
static I18n JcrI18n.errorWhileFindingNodeWithPath
           
static I18n JcrI18n.errorWhileFindingNodeWithUuid
           
static I18n JcrI18n.errorWhileInitializingTheNamespaceRegistry
           
static I18n JcrI18n.fileDoesNotExist
           
static I18n JcrI18n.inputStreamConsumed
           
static I18n JcrI18n.invalidMethodForMultiValuedProperty
           
static I18n JcrI18n.invalidMethodForSingleValuedProperty
           
static I18n JcrI18n.invalidMixinTypeForNode
           
static I18n JcrI18n.invalidNamePattern
           
static I18n JcrI18n.invalidNodeTypeName
           
static I18n JcrI18n.invalidNodeTypeNameParameter
           
static I18n JcrI18n.invalidPathParameter
           
static I18n JcrI18n.invalidPrimaryItemName
           
static I18n JcrI18n.invalidPrimaryTypeName
           
static I18n JcrI18n.invalidPropertyType
           
static I18n JcrI18n.invalidQueryLanguage
           
static I18n JcrI18n.invalidRelativePath
           
static I18n JcrI18n.invalidSupertypeName
           
static I18n JcrI18n.itemAlreadyExistsWithUuid
           
static I18n JcrI18n.itemNotFoundAtPath
           
static I18n JcrI18n.itemNotFoundAtPathRelativeToReferenceNode
           
static I18n JcrI18n.itemNotFoundWithUuid
           
static I18n JcrI18n.missingMandatoryItem
           
static I18n JcrI18n.missingNodeTypeForExistingNode
           
static I18n JcrI18n.mustBeInPrivilegedAction
           
static I18n JcrI18n.nodeDefinitionCouldNotBeDeterminedForNode
           
static I18n JcrI18n.noDefinition
           
static I18n JcrI18n.nodeHasAlreadyBeenRemovedFromThisSession
           
static I18n JcrI18n.nodeNotFoundAtPathRelativeToReferenceNode
           
static I18n JcrI18n.nodeNotReferenceable
           
static I18n JcrI18n.nodeNotReferenceableUuid
           
static I18n JcrI18n.nodeTypeAlreadyExists
           
static I18n JcrI18n.noNamespaceWithPrefix
           
static I18n JcrI18n.noNamespaceWithUri
           
static I18n JcrI18n.noNegativeDepth
           
static I18n JcrI18n.nonInputStreamConsumed
           
static I18n JcrI18n.noPendingChangesAllowed
           
static I18n JcrI18n.noPrimaryItemNameDefinedOnPrimaryType
           
static I18n JcrI18n.noSnsDefinition
           
static I18n JcrI18n.noSnsDefinitionForNode
           
static I18n JcrI18n.noSuchNodeType
           
static I18n JcrI18n.notOrderable
           
static I18n JcrI18n.notStoredQuery
           
static I18n JcrI18n.pathCannotHaveSameNameSiblingIndex
           
static I18n JcrI18n.pathNotFound
           
static I18n JcrI18n.pathNotFoundRelativeTo
           
static I18n JcrI18n.permissionDenied
           
static I18n JcrI18n.primaryItemDoesNotExist
           
static I18n JcrI18n.primaryItemNameForPrimaryTypeIsNotValid
           
static I18n JcrI18n.propertyNotFoundAtPathRelativeToReferenceNode
           
static I18n JcrI18n.propertyNotFoundOnNode
           
static I18n JcrI18n.REP_NAME_DESC
           
static I18n JcrI18n.REP_VENDOR_DESC
           
static I18n JcrI18n.repositoryDoesNotExist
           
static I18n JcrI18n.repositoryMustBeConfigured
           
static I18n JcrI18n.residualDefinitionsCannotBeMandatory
           
static I18n JcrI18n.rootNodeHasNoParent
           
static I18n JcrI18n.singleValuedPropertyNeedsSingleValuedDefault
           
static I18n JcrI18n.sourceInUse
           
static I18n JcrI18n.SPEC_NAME_DESC
           
static I18n JcrI18n.supertypeNotFound
           
static I18n JcrI18n.supertypesConflict
           
static I18n JcrI18n.systemSourceNameOptionValueDoesNotReferenceExistingSource
           
static I18n JcrI18n.systemSourceNameOptionValueDoesNotReferenceValidWorkspace
           
static I18n JcrI18n.systemSourceNameOptionValueIsNotFormattedCorrectly
           
static I18n JcrI18n.tooDeep
           
static I18n JcrI18n.typeNotFound
           
static I18n JcrI18n.unableToChangeTheDefaultNamespace
           
static I18n JcrI18n.unableToCreateNodeWithNoDefaultPrimaryTypeOnChildNodeDefinition
           
static I18n JcrI18n.unableToCreateNodeWithPrimaryTypeThatDoesNotExist
           
static I18n JcrI18n.unableToMoveNodeToBeChildOfDecendent
           
static I18n JcrI18n.unableToRefreshBranchBecauseChangesDependOnChangesToNodesOutsideOfBranch
           
static I18n JcrI18n.unableToRegisterNamespaceUsingXmlPrefix
           
static I18n JcrI18n.unableToRegisterNamespaceWithInvalidPrefix
           
static I18n JcrI18n.unableToRegisterReservedNamespacePrefix
           
static I18n JcrI18n.unableToRegisterReservedNamespaceUri
           
static I18n JcrI18n.unableToRemapUriNotRegisteredInNamespaceRegistry
           
static I18n JcrI18n.unableToRemapUriUsingPrefixUsedInNamespaceRegistry
           
static I18n JcrI18n.unableToRemoveRootNode
           
static I18n JcrI18n.unableToSaveBranchBecauseChangesDependOnChangesToNodesOutsideOfBranch
           
static I18n JcrI18n.unableToSaveNodeThatWasCreatedSincePreviousSave
           
static I18n JcrI18n.unableToSetMultiValuedPropertyUsingSingleValue
           
static I18n JcrI18n.unableToSetSingleValuedPropertyUsingMultipleValues
           
static I18n JcrI18n.unableToUnregisterPrefixForNamespaceThatIsNotRegistered
           
static I18n JcrI18n.unableToUnregisterReservedNamespacePrefix
           
static I18n JcrI18n.unableToUnregisterReservedNamespaceUri
           
static I18n JcrI18n.workspaceNameIsInvalid
           
 

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.engineIsNotRunning
           
static I18n RepositoryI18n.errorAddingOrUpdatingRuleSet
           
static I18n RepositoryI18n.errorClosingBinaryStreamForPropertyFromNode
           
static I18n RepositoryI18n.errorCreatingInstanceOfClass
           
static I18n RepositoryI18n.errorCreatingInstanceOfClassUsingClassLoaders
           
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.errorSettingJavaBeanPropertyOnInstanceOfClass
           
static I18n RepositoryI18n.errorsPreventStarting
           
static I18n RepositoryI18n.errorStartingRepositoryService
           
static I18n RepositoryI18n.errorUnregisteringWorkspaceListenerWhileShuttingDownObservationService
           
static I18n RepositoryI18n.errorUsingJsr94RuleAdministrator
           
static I18n RepositoryI18n.errorWhileSequencingNode
           
static I18n RepositoryI18n.errorWritingProblemsOnRuleSet
           
static I18n RepositoryI18n.executionContextHasBeenClosed
           
static I18n RepositoryI18n.federationServiceName
           
static I18n RepositoryI18n.invalidRepositoryNodePath
           
static I18n RepositoryI18n.invalidStateString
           
static I18n RepositoryI18n.observationServiceName
           
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.pathExpressionIsInvalidOnSequencer
           
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.ruleServiceName
           
static I18n RepositoryI18n.sequencingServiceName
           
static I18n RepositoryI18n.serviceNotShutdowAndMayNotBeTerminated
           
static I18n RepositoryI18n.serviceShutdowAndMayNotBePaused
           
static I18n RepositoryI18n.serviceShutdowAndMayNotBeStarted
           
static I18n RepositoryI18n.unableToAccessClassUsingClasspath
           
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.unableToInstantiateClassUsingClasspath
           
static I18n RepositoryI18n.unableToLoadClass
           
static I18n RepositoryI18n.unableToLoadClassUsingClasspath
           
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
           
 

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

Fields in org.jboss.dna.sequencer.cnd declared as I18n
static I18n CndSequencerI18n.errorSequencingCndContent
           
static I18n CndSequencerI18n.sequencerTaskName
           
 

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

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

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

Fields in org.jboss.dna.sequencer.java declared as I18n
static I18n JavaMetadataI18n.sequencerTaskName
           
 

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

Fields in org.jboss.dna.sequencer.msoffice declared as I18n
static I18n MSOfficeMetadataI18n.sequencerTaskName
           
 

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

Fields in org.jboss.dna.sequencer.xml declared as I18n
static I18n XmlSequencerI18n.canceledSequencingXmlDocument
           
static I18n XmlSequencerI18n.errorSequencingXmlDocument
           
static I18n XmlSequencerI18n.fatalErrorSequencingXmlDocument
           
static I18n XmlSequencerI18n.warningSequencingXmlDocument
           
 



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