Uses of Class
org.modeshape.common.i18n.I18n

Packages that use I18n
org.modeshape.clustering   
org.modeshape.cnd Compact Node Definition (CND) defines JCR node types, property definitions, and child node definitions in a concise and easy-to-read form. 
org.modeshape.common The parent package for the common, low-level utilities and simple frameworks for all of ModeShape. 
org.modeshape.common.collection A set of common classes for dealing with collections of other objects. 
org.modeshape.common.util A set of miscellaneous utilities. 
org.modeshape.common.util.log   
org.modeshape.connector.disk The classes that make up the connector that stores content in a ModeShape-specific format on fixed disk. 
org.modeshape.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.modeshape.connector.infinispan The classes that make up the connector that stores content in a deployed instance of Infinispan. 
org.modeshape.connector.jbosscache The classes that make up the connector that stores content in a JBoss Cache instance. 
org.modeshape.connector.jcr The JCR connector provides access to a JCR repository instance running in the same process (and accessible via JNDI). 
org.modeshape.connector.meta.jdbc The classes that make up the connector that accesses the database schema metadata exposed by JDBC drivers for existing relational databases. 
org.modeshape.connector.store.jpa The classes that make up the connector that stores content in a relational database via JDBC and JPA. 
org.modeshape.connector.svn The classes that make up the connector that accesses content from an SVN repository. 
org.modeshape.extractor.tika The classes that make up the TextExtractor implementation that uses the Apache Tika Parser implementations. 
org.modeshape.graph The ModeShape Graph API defines the types that allow you to work with content organized as a graph. 
org.modeshape.jcr The ModeShape implementation of the JCR API. 
org.modeshape.jdbc   
org.modeshape.maven The classes that make up the Maven classloader system. 
org.modeshape.repository The components and services that make up ModeShape's lower-level graph engine, which is used within its JCR Engine. 
org.modeshape.repository.service The definition of common interfaces and classes for ModeShape services. 
org.modeshape.search.lucene An implementation of the SearchEngine interface that uses the Lucene library. 
org.modeshape.sequencer.classfile The classes that provide the ability to sequence Java class files into metadata and then write that metadata to a graph in a customizable way. 
org.modeshape.sequencer.cnd The classes that make up the JCR Compact Node Definition (CND) file sequencer. 
org.modeshape.sequencer.ddl The classes that make up the DDL sequencer, which is capable of parsing the more important DDL statements from SQL-92, Oracle, Derby, and PostgreSQL, and constructing a graph structure containing a structured representation of these statements. 
org.modeshape.sequencer.image The classes that make up the image sequencer. 
org.modeshape.sequencer.java The classes that make up the Java source file sequencer. 
org.modeshape.sequencer.msoffice The classes that make up the sequencer of Microsoft Office files. 
org.modeshape.sequencer.teiid The classes that make up the JCR Compact Node Definition (CND) file sequencer. 
org.modeshape.sequencer.text The classes that provide the ability to sequence fixed-width and delimited text files. 
org.modeshape.sequencer.wsdl The classes that make up the Web Service Definition Lanaguage (WSDL) 1.1 sequencer. 
org.modeshape.sequencer.xml The classes that make up the XML sequencer. 
org.modeshape.sequencer.xsd The classes that make up the XML Schema Document sequencer. 
org.modeshape.sequencer.zip The classes that make up the ZIP file sequencer. 
org.modeshape.util Some utilities that are useful for ModeShape, including the DDL generator for the various kinds of databases used by the JPA connector
org.modeshape.web.jcr.rest.client The ModeShape REST Client is a lightweight, non-UI Maven project that interacts with the ModeShape REST server. 
org.modeshape.web.jcr.webdav This package contains the core components for the ModeShape WebDAV server implementation. 
 

Uses of I18n in org.modeshape.clustering
 

Fields in org.modeshape.clustering declared as I18n
static I18n ClusteringI18n.clusteringChannelIsRunningAndCannotBeChangedUnlessShutdown
           
static I18n ClusteringI18n.clusterNameRequired
           
static I18n ClusteringI18n.errorDeserializingChanges
           
static I18n ClusteringI18n.errorSerializingChanges
           
static I18n ClusteringI18n.errorWhileStartingJGroups
           
static I18n ClusteringI18n.memberOfClusterIsSuspect
           
static I18n ClusteringI18n.unableToNotifyChangesBecauseClusterChannelHasClosed
           
static I18n ClusteringI18n.unableToNotifyChangesBecauseClusterChannelIsNotConnected
           
 

Uses of I18n in org.modeshape.cnd
 

Fields in org.modeshape.cnd declared as I18n
static I18n CndI18n.errorImportingCndContent
           
static I18n CndI18n.expectedNamespaceOrNodeDefinition
           
static I18n CndI18n.expectedValidNameLiteral
           
static I18n CndI18n.expectedValidQueryOperator
           
static I18n CndI18n.multipleKeywordNotValidInJcr2CndFormat
           
static I18n CndI18n.primaryKeywordNotValidInJcr2CndFormat
           
static I18n CndI18n.vendorBlockWasNotClosed
           
 

Uses of I18n in org.modeshape.common
 

Fields in org.modeshape.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.componentConfigClassnamePropertyCategory
           
static I18n CommonI18n.componentConfigClassnamePropertyDescription
           
static I18n CommonI18n.componentConfigClassnamePropertyLabel
           
static I18n CommonI18n.componentConfigClasspathPropertyCategory
           
static I18n CommonI18n.componentConfigClasspathPropertyDescription
           
static I18n CommonI18n.componentConfigClasspathPropertyLabel
           
static I18n CommonI18n.componentConfigDescriptionPropertyCategory
           
static I18n CommonI18n.componentConfigDescriptionPropertyDescription
           
static I18n CommonI18n.componentConfigDescriptionPropertyLabel
           
static I18n CommonI18n.componentConfigNamePropertyCategory
           
static I18n CommonI18n.componentConfigNamePropertyDescription
           
static I18n CommonI18n.componentConfigNamePropertyLabel
           
static I18n CommonI18n.componentNotConfigured
           
static I18n CommonI18n.dateParsingFailure
           
static I18n CommonI18n.endPositionMustBeGreaterThanStartingPosition
           
static I18n CommonI18n.expectingValidBooleanAtLineAndColumn
           
static I18n CommonI18n.expectingValidIntegerAtLineAndColumn
           
static I18n CommonI18n.expectingValidLongAtLineAndColumn
           
static I18n CommonI18n.i18nBundleNotFoundInClasspath
           
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.modeshape.common.collection
 

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

Methods in org.modeshape.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(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, String resource, String location, I18n message, 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, String resource, String location, I18n message, 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, String resource, String location, I18n message, Object... params)
           
 void Problems.addError(String resource, String location, I18n message, 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(String resource, String location, I18n message, 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(String resource, String location, I18n message, 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, 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, String resource, String location, I18n message, 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, String resource, String location, I18n message, 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, String resource, String location, I18n message, Object... params)
           
 void Problems.addError(Throwable throwable, String resource, String location, I18n message, 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, String resource, String location, I18n message, 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, String resource, String location, I18n message, 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(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, String resource, String location, I18n message, 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, String resource, String location, I18n message, 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, String resource, String location, I18n message, Object... params)
           
 void Problems.addInfo(String resource, String location, I18n message, 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(String resource, String location, I18n message, 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(String resource, String location, I18n message, 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, 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, String resource, String location, I18n message, 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, String resource, String location, I18n message, 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, String resource, String location, I18n message, Object... params)
           
 void Problems.addInfo(Throwable throwable, String resource, String location, I18n message, 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, String resource, String location, I18n message, 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, String resource, String location, I18n message, 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(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, String resource, String location, I18n message, 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, String resource, String location, I18n message, 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, String resource, String location, I18n message, Object... params)
           
 void Problems.addWarning(String resource, String location, I18n message, 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(String resource, String location, I18n message, 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(String resource, String location, I18n message, 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, 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, String resource, String location, I18n message, 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, String resource, String location, I18n message, 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, String resource, String location, I18n message, Object... params)
           
 void Problems.addWarning(Throwable throwable, String resource, String location, I18n message, 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, String resource, String location, I18n message, 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, String resource, String location, I18n message, Object... params)
           
 

Constructors in org.modeshape.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.modeshape.common.util
 

Methods in org.modeshape.common.util with parameters of type I18n
abstract  void Logger.error(I18n message, Object... params)
          Log a message at the ERROR level according to the specified format and (optional) parameters.
abstract  void Logger.error(Throwable t, I18n message, Object... params)
          Log an exception (throwable) at the ERROR level with an accompanying message.
abstract  void Logger.info(I18n message, Object... params)
          Log a message at the INFO level according to the specified format and (optional) parameters.
abstract  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.
abstract  void Logger.warn(I18n message, Object... params)
          Log a message at the WARNING level according to the specified format and (optional) parameters.
abstract  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.modeshape.common.util.log
 

Methods in org.modeshape.common.util.log with parameters of type I18n
 void SLF4JLoggerImpl.error(I18n message, Object... params)
          Log a message at the ERROR level according to the specified format and (optional) parameters.
 void JdkLoggerImpl.error(I18n message, Object... params)
           
 void SLF4JLoggerImpl.error(Throwable t, I18n message, Object... params)
          Log an exception (throwable) at the ERROR level with an accompanying message.
 void JdkLoggerImpl.error(Throwable t, I18n message, Object... params)
           
 void SLF4JLoggerImpl.info(I18n message, Object... params)
          Log a message at the INFO level according to the specified format and (optional) parameters.
 void JdkLoggerImpl.info(I18n message, Object... params)
           
 void SLF4JLoggerImpl.info(Throwable t, I18n message, Object... params)
          Log an exception (throwable) at the INFO level with an accompanying message.
 void JdkLoggerImpl.info(Throwable t, I18n message, Object... params)
           
 void SLF4JLoggerImpl.warn(I18n message, Object... params)
           
 void JdkLoggerImpl.warn(I18n message, Object... params)
           
 void SLF4JLoggerImpl.warn(Throwable t, I18n message, Object... params)
           
 void JdkLoggerImpl.warn(Throwable t, I18n message, Object... params)
           
 

Uses of I18n in org.modeshape.connector.disk
 

Fields in org.modeshape.connector.disk declared as I18n
static I18n DiskConnectorI18n.connectorName
           
static I18n DiskConnectorI18n.couldNotCreateLockFile
           
static I18n DiskConnectorI18n.defaultWorkspaceNamePropertyCategory
           
static I18n DiskConnectorI18n.defaultWorkspaceNamePropertyDescription
           
static I18n DiskConnectorI18n.defaultWorkspaceNamePropertyLabel
           
static I18n DiskConnectorI18n.errorSerializingCachePolicyInSource
           
static I18n DiskConnectorI18n.largeValuePathPropertyCategory
           
static I18n DiskConnectorI18n.largeValuePathPropertyDescription
           
static I18n DiskConnectorI18n.largeValuePathPropertyLabel
           
static I18n DiskConnectorI18n.largeValueSizeInBytesPropertyCategory
           
static I18n DiskConnectorI18n.largeValueSizeInBytesPropertyDescription
           
static I18n DiskConnectorI18n.largeValueSizeInBytesPropertyLabel
           
static I18n DiskConnectorI18n.lockFileUsedPropertyCategory
           
static I18n DiskConnectorI18n.lockFileUsedPropertyDescription
           
static I18n DiskConnectorI18n.lockFileUsedPropertyLabel
           
static I18n DiskConnectorI18n.namePropertyCategory
           
static I18n DiskConnectorI18n.namePropertyDescription
           
static I18n DiskConnectorI18n.namePropertyLabel
           
static I18n DiskConnectorI18n.predefinedWorkspaceNamesPropertyCategory
           
static I18n DiskConnectorI18n.predefinedWorkspaceNamesPropertyDescription
           
static I18n DiskConnectorI18n.predefinedWorkspaceNamesPropertyLabel
           
static I18n DiskConnectorI18n.problemAcquiringFileLock
           
static I18n DiskConnectorI18n.problemReleasingFileLock
           
static I18n DiskConnectorI18n.propertyIsRequired
           
static I18n DiskConnectorI18n.repositoryRootPathPropertyCategory
           
static I18n DiskConnectorI18n.repositoryRootPathPropertyDescription
           
static I18n DiskConnectorI18n.repositoryRootPathPropertyLabel
           
static I18n DiskConnectorI18n.retryLimitPropertyCategory
           
static I18n DiskConnectorI18n.retryLimitPropertyDescription
           
static I18n DiskConnectorI18n.retryLimitPropertyLabel
           
static I18n DiskConnectorI18n.rootNodeUuidPropertyCategory
           
static I18n DiskConnectorI18n.rootNodeUuidPropertyDescription
           
static I18n DiskConnectorI18n.rootNodeUuidPropertyLabel
           
static I18n DiskConnectorI18n.unableToCreateWorkspace
           
static I18n DiskConnectorI18n.updatesAllowedPropertyCategory
           
static I18n DiskConnectorI18n.updatesAllowedPropertyDescription
           
static I18n DiskConnectorI18n.updatesAllowedPropertyLabel
           
 

Uses of I18n in org.modeshape.connector.filesystem
 

Fields in org.modeshape.connector.filesystem declared as I18n
static I18n FileSystemI18n.ancestorInPathIsFile
           
static I18n FileSystemI18n.cannotCreateFileAsExcludedPattern
           
static I18n FileSystemI18n.cannotRenameFileToExcludedPattern
           
static I18n FileSystemI18n.connectorName
           
static I18n FileSystemI18n.couldNotCopyData
           
static I18n FileSystemI18n.couldNotCreateDirectory
           
static I18n FileSystemI18n.couldNotCreateFile
           
static I18n FileSystemI18n.couldNotReadData
           
static I18n FileSystemI18n.couldNotReadListOfFilesInDirectory
           
static I18n FileSystemI18n.couldNotStoreProperties
           
static I18n FileSystemI18n.couldNotStoreProperty
           
static I18n FileSystemI18n.couldNotWriteData
           
static I18n FileSystemI18n.customPropertiesFactoryPropertyCategory
           
static I18n FileSystemI18n.customPropertiesFactoryPropertyDescription
           
static I18n FileSystemI18n.customPropertiesFactoryPropertyLabel
           
static I18n FileSystemI18n.defaultWorkspaceNamePropertyCategory
           
static I18n FileSystemI18n.defaultWorkspaceNamePropertyDescription
           
static I18n FileSystemI18n.defaultWorkspaceNamePropertyLabel
           
static I18n FileSystemI18n.deleteFailed
           
static I18n FileSystemI18n.determineMimeTypeUsingContentPropertyCategory
           
static I18n FileSystemI18n.determineMimeTypeUsingContentPropertyDescription
           
static I18n FileSystemI18n.determineMimeTypeUsingContentPropertyLabel
           
static I18n FileSystemI18n.eagerFileLoadingPropertyCategory
           
static I18n FileSystemI18n.eagerFileLoadingPropertyDescription
           
static I18n FileSystemI18n.eagerFileLoadingPropertyLabel
           
static I18n FileSystemI18n.errorSerializingCachePolicyInSource
           
static I18n FileSystemI18n.exclusionPatternPropertyCategory
           
static I18n FileSystemI18n.exclusionPatternPropertyDescription
           
static I18n FileSystemI18n.exclusionPatternPropertyLabel
           
static I18n FileSystemI18n.extraPropertiesPropertyCategory
           
static I18n FileSystemI18n.extraPropertiesPropertyDescription
           
static I18n FileSystemI18n.extraPropertiesPropertyLabel
           
static I18n FileSystemI18n.fileAlreadyExists
           
static I18n FileSystemI18n.getCanonicalPathFailed
           
static I18n FileSystemI18n.inclusionPatternPropertyCategory
           
static I18n FileSystemI18n.inclusionPatternPropertyDescription
           
static I18n FileSystemI18n.inclusionPatternPropertyLabel
           
static I18n FileSystemI18n.invalidNameForResource
           
static I18n FileSystemI18n.invalidPathForResource
           
static I18n FileSystemI18n.invalidPropertyNames
           
static I18n FileSystemI18n.maxPathLengthExceeded
           
static I18n FileSystemI18n.maxPathLengthPropertyCategory
           
static I18n FileSystemI18n.maxPathLengthPropertyDescription
           
static I18n FileSystemI18n.maxPathLengthPropertyLabel
           
static I18n FileSystemI18n.missingRequiredProperty
           
static I18n FileSystemI18n.nodeOrderingNotSupported
           
static I18n FileSystemI18n.onlyTheDefaultNamespaceIsAllowed
           
static I18n FileSystemI18n.parentIsReadOnly
           
static I18n FileSystemI18n.pathForWorkspaceCannotBeRead
           
static I18n FileSystemI18n.pathForWorkspaceIsNotDirectory
           
static I18n FileSystemI18n.pathForWorkspaceRootCannotBeRead
           
static I18n FileSystemI18n.pathForWorkspaceRootDoesNotExist
           
static I18n FileSystemI18n.pathForWorkspaceRootIsNotDirectory
           
static I18n FileSystemI18n.pathIsReadOnly
           
static I18n FileSystemI18n.predefinedWorkspaceNamesPropertyCategory
           
static I18n FileSystemI18n.predefinedWorkspaceNamesPropertyDescription
           
static I18n FileSystemI18n.predefinedWorkspaceNamesPropertyLabel
           
static I18n FileSystemI18n.propertyIsRequired
           
static I18n FileSystemI18n.sameNameSiblingsAreNotAllowed
           
static I18n FileSystemI18n.sourceIsReadOnly
           
static I18n FileSystemI18n.temporaryStoragePathPropertyCategory
           
static I18n FileSystemI18n.temporaryStoragePathPropertyDescription
           
static I18n FileSystemI18n.temporaryStoragePathPropertyLabel
           
static I18n FileSystemI18n.unableToCreateWorkspaces
           
static I18n FileSystemI18n.unsupportedPrimaryType
           
static I18n FileSystemI18n.updatesAllowedPropertyCategory
           
static I18n FileSystemI18n.updatesAllowedPropertyDescription
           
static I18n FileSystemI18n.updatesAllowedPropertyLabel
           
static I18n FileSystemI18n.workspaceDoesNotExist
           
static I18n FileSystemI18n.workspaceRootPathPropertyCategory
           
static I18n FileSystemI18n.workspaceRootPathPropertyDescription
           
static I18n FileSystemI18n.workspaceRootPathPropertyLabel
           
 

Uses of I18n in org.modeshape.connector.infinispan
 

Fields in org.modeshape.connector.infinispan declared as I18n
static I18n InfinispanConnectorI18n.cacheConfigurationNamePropertyCategory
           
static I18n InfinispanConnectorI18n.cacheConfigurationNamePropertyDescription
           
static I18n InfinispanConnectorI18n.cacheConfigurationNamePropertyLabel
           
static I18n InfinispanConnectorI18n.cacheContainerJndiNamePropertyCategory
           
static I18n InfinispanConnectorI18n.cacheContainerJndiNamePropertyDescription
           
static I18n InfinispanConnectorI18n.cacheContainerJndiNamePropertyLabel
           
static I18n InfinispanConnectorI18n.configFileNotFound
           
static I18n InfinispanConnectorI18n.configFileNotValid
           
static I18n InfinispanConnectorI18n.connectorName
           
static I18n InfinispanConnectorI18n.defaultWorkspaceNamePropertyCategory
           
static I18n InfinispanConnectorI18n.defaultWorkspaceNamePropertyDescription
           
static I18n InfinispanConnectorI18n.defaultWorkspaceNamePropertyLabel
           
static I18n InfinispanConnectorI18n.errorSerializingCachePolicyInSource
           
static I18n InfinispanConnectorI18n.namePropertyCategory
           
static I18n InfinispanConnectorI18n.namePropertyDescription
           
static I18n InfinispanConnectorI18n.namePropertyLabel
           
static I18n InfinispanConnectorI18n.objectFoundInJndiWasNotCacheContainer
           
static I18n InfinispanConnectorI18n.predefinedWorkspaceNamesPropertyCategory
           
static I18n InfinispanConnectorI18n.predefinedWorkspaceNamesPropertyDescription
           
static I18n InfinispanConnectorI18n.predefinedWorkspaceNamesPropertyLabel
           
static I18n InfinispanConnectorI18n.propertyIsRequired
           
static I18n InfinispanConnectorI18n.remoteInfinispanServerListPropertyCategory
           
static I18n InfinispanConnectorI18n.remoteInfinispanServerListPropertyDescription
           
static I18n InfinispanConnectorI18n.remoteInfinispanServerListPropertyLabel
           
static I18n InfinispanConnectorI18n.retryLimitPropertyCategory
           
static I18n InfinispanConnectorI18n.retryLimitPropertyDescription
           
static I18n InfinispanConnectorI18n.retryLimitPropertyLabel
           
static I18n InfinispanConnectorI18n.rootNodeUuidPropertyCategory
           
static I18n InfinispanConnectorI18n.rootNodeUuidPropertyDescription
           
static I18n InfinispanConnectorI18n.rootNodeUuidPropertyLabel
           
static I18n InfinispanConnectorI18n.unableToCreateWorkspace
           
static I18n InfinispanConnectorI18n.updatesAllowedPropertyCategory
           
static I18n InfinispanConnectorI18n.updatesAllowedPropertyDescription
           
static I18n InfinispanConnectorI18n.updatesAllowedPropertyLabel
           
 

Uses of I18n in org.modeshape.connector.jbosscache
 

Fields in org.modeshape.connector.jbosscache declared as I18n
static I18n JBossCacheConnectorI18n.cacheConfigurationNamePropertyCategory
           
static I18n JBossCacheConnectorI18n.cacheConfigurationNamePropertyDescription
           
static I18n JBossCacheConnectorI18n.cacheConfigurationNamePropertyLabel
           
static I18n JBossCacheConnectorI18n.cacheFactoryJndiNamePropertyCategory
           
static I18n JBossCacheConnectorI18n.cacheFactoryJndiNamePropertyDescription
           
static I18n JBossCacheConnectorI18n.cacheFactoryJndiNamePropertyLabel
           
static I18n JBossCacheConnectorI18n.cacheJndiNamePropertyCategory
           
static I18n JBossCacheConnectorI18n.cacheJndiNamePropertyDescription
           
static I18n JBossCacheConnectorI18n.cacheJndiNamePropertyLabel
           
static I18n JBossCacheConnectorI18n.configFileNotFound
           
static I18n JBossCacheConnectorI18n.configFileNotValid
           
static I18n JBossCacheConnectorI18n.connectorName
           
static I18n JBossCacheConnectorI18n.creatingWorkspacesAllowedPropertyCategory
           
static I18n JBossCacheConnectorI18n.creatingWorkspacesAllowedPropertyDescription
           
static I18n JBossCacheConnectorI18n.creatingWorkspacesAllowedPropertyLabel
           
static I18n JBossCacheConnectorI18n.defaultCacheFactoryConfigurationNameWasNotValidConfiguration
           
static I18n JBossCacheConnectorI18n.defaultWorkspaceNamePropertyCategory
           
static I18n JBossCacheConnectorI18n.defaultWorkspaceNamePropertyDescription
           
static I18n JBossCacheConnectorI18n.defaultWorkspaceNamePropertyLabel
           
static I18n JBossCacheConnectorI18n.errorSerializingCachePolicyInSource
           
static I18n JBossCacheConnectorI18n.namePropertyCategory
           
static I18n JBossCacheConnectorI18n.namePropertyDescription
           
static I18n JBossCacheConnectorI18n.namePropertyLabel
           
static I18n JBossCacheConnectorI18n.objectFoundInJndiWasNotCacheFactory
           
static I18n JBossCacheConnectorI18n.predefinedWorkspaceNamesPropertyCategory
           
static I18n JBossCacheConnectorI18n.predefinedWorkspaceNamesPropertyDescription
           
static I18n JBossCacheConnectorI18n.predefinedWorkspaceNamesPropertyLabel
           
static I18n JBossCacheConnectorI18n.propertyIsRequired
           
static I18n JBossCacheConnectorI18n.retryLimitPropertyCategory
           
static I18n JBossCacheConnectorI18n.retryLimitPropertyDescription
           
static I18n JBossCacheConnectorI18n.retryLimitPropertyLabel
           
static I18n JBossCacheConnectorI18n.rootNodeUuidPropertyCategory
           
static I18n JBossCacheConnectorI18n.rootNodeUuidPropertyDescription
           
static I18n JBossCacheConnectorI18n.rootNodeUuidPropertyLabel
           
static I18n JBossCacheConnectorI18n.unableToCreateWorkspace
           
static I18n JBossCacheConnectorI18n.updatesAllowedPropertyCategory
           
static I18n JBossCacheConnectorI18n.updatesAllowedPropertyDescription
           
static I18n JBossCacheConnectorI18n.updatesAllowedPropertyLabel
           
static I18n JBossCacheConnectorI18n.workspaceNameWasNotValidConfiguration
           
 

Uses of I18n in org.modeshape.connector.jcr
 

Fields in org.modeshape.connector.jcr declared as I18n
static I18n JcrConnectorI18n.connectorName
           
static I18n JcrConnectorI18n.errorConvertingJcrValueOfType
           
static I18n JcrConnectorI18n.errorSerializingObjectUsedInSource
           
static I18n JcrConnectorI18n.namePropertyCategory
           
static I18n JcrConnectorI18n.namePropertyDescription
           
static I18n JcrConnectorI18n.namePropertyLabel
           
static I18n JcrConnectorI18n.nodeDoesNotExist
           
static I18n JcrConnectorI18n.objectFoundInJndiWasNotRepository
           
static I18n JcrConnectorI18n.passwordPropertyCategory
           
static I18n JcrConnectorI18n.passwordPropertyDescription
           
static I18n JcrConnectorI18n.passwordPropertyLabel
           
static I18n JcrConnectorI18n.propertyIsRequired
           
static I18n JcrConnectorI18n.repositoryJndiNamePropertyCategory
           
static I18n JcrConnectorI18n.repositoryJndiNamePropertyDescription
           
static I18n JcrConnectorI18n.repositoryJndiNamePropertyLabel
           
static I18n JcrConnectorI18n.repositoryObjectNotFoundInJndi
           
static I18n JcrConnectorI18n.retryLimitPropertyCategory
           
static I18n JcrConnectorI18n.retryLimitPropertyDescription
           
static I18n JcrConnectorI18n.retryLimitPropertyLabel
           
static I18n JcrConnectorI18n.unableToCreateWorkspaceInRepository
           
static I18n JcrConnectorI18n.unableToDestroyWorkspaceInRepository
           
static I18n JcrConnectorI18n.unableToFindNodeWithoutPathOrUuid
           
static I18n JcrConnectorI18n.unableToFindNodeWithUuid
           
static I18n JcrConnectorI18n.updatesAllowedPropertyCategory
           
static I18n JcrConnectorI18n.updatesAllowedPropertyDescription
           
static I18n JcrConnectorI18n.updatesAllowedPropertyLabel
           
static I18n JcrConnectorI18n.usernamePropertyCategory
           
static I18n JcrConnectorI18n.usernamePropertyDescription
           
static I18n JcrConnectorI18n.usernamePropertyLabel
           
static I18n JcrConnectorI18n.workspaceAlreadyExistsInRepository
           
 

Uses of I18n in org.modeshape.connector.meta.jdbc
 

Fields in org.modeshape.connector.meta.jdbc declared as I18n
static I18n JdbcMetadataI18n.couldNotGetCatalogNames
           
static I18n JdbcMetadataI18n.couldNotGetColumn
           
static I18n JdbcMetadataI18n.couldNotGetDatabaseMetadata
           
static I18n JdbcMetadataI18n.couldNotGetProcedure
           
static I18n JdbcMetadataI18n.couldNotGetProcedureNames
           
static I18n JdbcMetadataI18n.couldNotGetSchemaNames
           
static I18n JdbcMetadataI18n.couldNotGetTable
           
static I18n JdbcMetadataI18n.couldNotGetTableNames
           
static I18n JdbcMetadataI18n.couldNotSetDriverProperties
           
static I18n JdbcMetadataI18n.dataSourceJndiNamePropertyCategory
           
static I18n JdbcMetadataI18n.dataSourceJndiNamePropertyDescription
           
static I18n JdbcMetadataI18n.dataSourceJndiNamePropertyLabel
           
static I18n JdbcMetadataI18n.defaultCatalogNamePropertyCategory
           
static I18n JdbcMetadataI18n.defaultCatalogNamePropertyDescription
           
static I18n JdbcMetadataI18n.defaultCatalogNamePropertyLabel
           
static I18n JdbcMetadataI18n.defaultSchemaNamePropertyCategory
           
static I18n JdbcMetadataI18n.defaultSchemaNamePropertyDescription
           
static I18n JdbcMetadataI18n.defaultSchemaNamePropertyLabel
           
static I18n JdbcMetadataI18n.defaultWorkspaceNamePropertyCategory
           
static I18n JdbcMetadataI18n.defaultWorkspaceNamePropertyDescription
           
static I18n JdbcMetadataI18n.defaultWorkspaceNamePropertyLabel
           
static I18n JdbcMetadataI18n.driverClassloaderNamePropertyCategory
           
static I18n JdbcMetadataI18n.driverClassloaderNamePropertyDescription
           
static I18n JdbcMetadataI18n.driverClassloaderNamePropertyLabel
           
static I18n JdbcMetadataI18n.driverClassNameAndUrlAreRequired
           
static I18n JdbcMetadataI18n.driverClassNamePropertyCategory
           
static I18n JdbcMetadataI18n.driverClassNamePropertyDescription
           
static I18n JdbcMetadataI18n.driverClassNamePropertyLabel
           
static I18n JdbcMetadataI18n.duplicateTablesWithSameName
           
static I18n JdbcMetadataI18n.errorClosingConnection
           
static I18n JdbcMetadataI18n.errorFindingDataSourceInJndi
           
static I18n JdbcMetadataI18n.errorObtainingConnection
           
static I18n JdbcMetadataI18n.errorSerializingCachePolicyInSource
           
static I18n JdbcMetadataI18n.errorSettingContextClassLoader
           
static I18n JdbcMetadataI18n.idleTimeInSecondsBeforeTestingConnectionsPropertyCategory
           
static I18n JdbcMetadataI18n.idleTimeInSecondsBeforeTestingConnectionsPropertyDescription
           
static I18n JdbcMetadataI18n.idleTimeInSecondsBeforeTestingConnectionsPropertyLabel
           
static I18n JdbcMetadataI18n.maximumConnectionIdleTimeInSecondsPropertyCategory
           
static I18n JdbcMetadataI18n.maximumConnectionIdleTimeInSecondsPropertyDescription
           
static I18n JdbcMetadataI18n.maximumConnectionIdleTimeInSecondsPropertyLabel
           
static I18n JdbcMetadataI18n.maximumConnectionsInPoolPropertyCategory
           
static I18n JdbcMetadataI18n.maximumConnectionsInPoolPropertyDescription
           
static I18n JdbcMetadataI18n.maximumConnectionsInPoolPropertyLabel
           
static I18n JdbcMetadataI18n.maximumSizeOfStatementCachePropertyCategory
           
static I18n JdbcMetadataI18n.maximumSizeOfStatementCachePropertyDescription
           
static I18n JdbcMetadataI18n.maximumSizeOfStatementCachePropertyLabel
           
static I18n JdbcMetadataI18n.metadataCollectorClassNamePropertyCategory
           
static I18n JdbcMetadataI18n.metadataCollectorClassNamePropertyDescription
           
static I18n JdbcMetadataI18n.metadataCollectorClassNamePropertyLabel
           
static I18n JdbcMetadataI18n.minimumConnectionsInPoolPropertyCategory
           
static I18n JdbcMetadataI18n.minimumConnectionsInPoolPropertyDescription
           
static I18n JdbcMetadataI18n.minimumConnectionsInPoolPropertyLabel
           
static I18n JdbcMetadataI18n.numberOfConnectionsToAcquireAsNeededPropertyCategory
           
static I18n JdbcMetadataI18n.numberOfConnectionsToAcquireAsNeededPropertyDescription
           
static I18n JdbcMetadataI18n.numberOfConnectionsToAcquireAsNeededPropertyLabel
           
static I18n JdbcMetadataI18n.passwordPropertyCategory
           
static I18n JdbcMetadataI18n.passwordPropertyDescription
           
static I18n JdbcMetadataI18n.passwordPropertyLabel
           
static I18n JdbcMetadataI18n.repositorySourceMustHaveName
           
static I18n JdbcMetadataI18n.retryLimitPropertyCategory
           
static I18n JdbcMetadataI18n.retryLimitPropertyDescription
           
static I18n JdbcMetadataI18n.retryLimitPropertyLabel
           
static I18n JdbcMetadataI18n.sourceIsReadOnly
           
static I18n JdbcMetadataI18n.updatesAllowedPropertyCategory
           
static I18n JdbcMetadataI18n.updatesAllowedPropertyDescription
           
static I18n JdbcMetadataI18n.updatesAllowedPropertyLabel
           
static I18n JdbcMetadataI18n.urlPropertyCategory
           
static I18n JdbcMetadataI18n.urlPropertyDescription
           
static I18n JdbcMetadataI18n.urlPropertyLabel
           
static I18n JdbcMetadataI18n.usernamePropertyCategory
           
static I18n JdbcMetadataI18n.usernamePropertyDescription
           
static I18n JdbcMetadataI18n.usernamePropertyLabel
           
 

Uses of I18n in org.modeshape.connector.store.jpa
 

Fields in org.modeshape.connector.store.jpa declared as I18n
static I18n JpaConnectorI18n.autoGenerateSchemaPropertyCategory
           
static I18n JpaConnectorI18n.autoGenerateSchemaPropertyDescription
           
static I18n JpaConnectorI18n.autoGenerateSchemaPropertyLabel
           
static I18n JpaConnectorI18n.basicModelDescription
           
static I18n JpaConnectorI18n.cacheConcurrencyStrategyPropertyCategory
           
static I18n JpaConnectorI18n.cacheConcurrencyStrategyPropertyDescription
           
static I18n JpaConnectorI18n.cacheConcurrencyStrategyPropertyLabel
           
static I18n JpaConnectorI18n.cacheManagerLookupPropertyCategory
           
static I18n JpaConnectorI18n.cacheManagerLookupPropertyDescription
           
static I18n JpaConnectorI18n.cacheManagerLookupPropertyLabel
           
static I18n JpaConnectorI18n.cacheProviderClassNamePropertyCategory
           
static I18n JpaConnectorI18n.cacheProviderClassNamePropertyDescription
           
static I18n JpaConnectorI18n.cacheProviderClassNamePropertyLabel
           
static I18n JpaConnectorI18n.cacheTimeToLiveInMillisecondsPropertyCategory
           
static I18n JpaConnectorI18n.cacheTimeToLiveInMillisecondsPropertyDescription
           
static I18n JpaConnectorI18n.cacheTimeToLiveInMillisecondsPropertyLabel
           
static I18n JpaConnectorI18n.compressDataPropertyCategory
           
static I18n JpaConnectorI18n.compressDataPropertyDescription
           
static I18n JpaConnectorI18n.compressDataPropertyLabel
           
static I18n JpaConnectorI18n.connectionIsNoLongerOpen
           
static I18n JpaConnectorI18n.connectorName
           
static I18n JpaConnectorI18n.creatingWorkspacesAllowedPropertyCategory
           
static I18n JpaConnectorI18n.creatingWorkspacesAllowedPropertyDescription
           
static I18n JpaConnectorI18n.creatingWorkspacesAllowedPropertyLabel
           
static I18n JpaConnectorI18n.dataSourceJndiNamePropertyCategory
           
static I18n JpaConnectorI18n.dataSourceJndiNamePropertyDescription
           
static I18n JpaConnectorI18n.dataSourceJndiNamePropertyLabel
           
static I18n JpaConnectorI18n.defaultWorkspaceNamePropertyCategory
           
static I18n JpaConnectorI18n.defaultWorkspaceNamePropertyDescription
           
static I18n JpaConnectorI18n.defaultWorkspaceNamePropertyLabel
           
static I18n JpaConnectorI18n.dialectCouldNotBeDeterminedAndMustBeSpecified
           
static I18n JpaConnectorI18n.dialectPropertyCategory
           
static I18n JpaConnectorI18n.dialectPropertyDescription
           
static I18n JpaConnectorI18n.dialectPropertyLabel
           
static I18n JpaConnectorI18n.driverClassloaderNamePropertyCategory
           
static I18n JpaConnectorI18n.driverClassloaderNamePropertyDescription
           
static I18n JpaConnectorI18n.driverClassloaderNamePropertyLabel
           
static I18n JpaConnectorI18n.driverClassNamePropertyCategory
           
static I18n JpaConnectorI18n.driverClassNamePropertyDescription
           
static I18n JpaConnectorI18n.driverClassNamePropertyLabel
           
static I18n JpaConnectorI18n.errorFindingDataSourceInJndi
           
static I18n JpaConnectorI18n.errorSettingContextClassLoader
           
static I18n JpaConnectorI18n.existingStoreSpecifiesUnknownModel
           
static I18n JpaConnectorI18n.garbageCollectionEnabledPropertyCategory
           
static I18n JpaConnectorI18n.garbageCollectionEnabledPropertyDescription
           
static I18n JpaConnectorI18n.garbageCollectionEnabledPropertyLabel
           
static I18n JpaConnectorI18n.idleTimeInSecondsBeforeTestingConnectionsPropertyCategory
           
static I18n JpaConnectorI18n.idleTimeInSecondsBeforeTestingConnectionsPropertyDescription
           
static I18n JpaConnectorI18n.idleTimeInSecondsBeforeTestingConnectionsPropertyLabel
           
static I18n JpaConnectorI18n.invalidIsolationLevel
           
static I18n JpaConnectorI18n.invalidReferences
           
static I18n JpaConnectorI18n.invalidUuidForWorkspace
           
static I18n JpaConnectorI18n.isolationLevelPropertyCategory
           
static I18n JpaConnectorI18n.isolationLevelPropertyDescription
           
static I18n JpaConnectorI18n.isolationLevelPropertyLabel
           
static I18n JpaConnectorI18n.largeValueSizeInBytesPropertyCategory
           
static I18n JpaConnectorI18n.largeValueSizeInBytesPropertyDescription
           
static I18n JpaConnectorI18n.largeValueSizeInBytesPropertyLabel
           
static I18n JpaConnectorI18n.locationShouldHavePathAndOrProperty
           
static I18n JpaConnectorI18n.maximumConnectionIdleTimeInSecondsPropertyCategory
           
static I18n JpaConnectorI18n.maximumConnectionIdleTimeInSecondsPropertyDescription
           
static I18n JpaConnectorI18n.maximumConnectionIdleTimeInSecondsPropertyLabel
           
static I18n JpaConnectorI18n.maximumConnectionsInPoolPropertyCategory
           
static I18n JpaConnectorI18n.maximumConnectionsInPoolPropertyDescription
           
static I18n JpaConnectorI18n.maximumConnectionsInPoolPropertyLabel
           
static I18n JpaConnectorI18n.maximumSizeOfStatementCachePropertyCategory
           
static I18n JpaConnectorI18n.maximumSizeOfStatementCachePropertyDescription
           
static I18n JpaConnectorI18n.maximumSizeOfStatementCachePropertyLabel
           
static I18n JpaConnectorI18n.minimumConnectionsInPoolPropertyCategory
           
static I18n JpaConnectorI18n.minimumConnectionsInPoolPropertyDescription
           
static I18n JpaConnectorI18n.minimumConnectionsInPoolPropertyLabel
           
static I18n JpaConnectorI18n.modelNamePropertyCategory
           
static I18n JpaConnectorI18n.modelNamePropertyDescription
           
static I18n JpaConnectorI18n.modelNamePropertyLabel
           
static I18n JpaConnectorI18n.namePropertyCategory
           
static I18n JpaConnectorI18n.namePropertyDescription
           
static I18n JpaConnectorI18n.namePropertyLabel
           
static I18n JpaConnectorI18n.nodeDoesNotExist
           
static I18n JpaConnectorI18n.numberOfConnectionsToAcquireAsNeededPropertyCategory
           
static I18n JpaConnectorI18n.numberOfConnectionsToAcquireAsNeededPropertyDescription
           
static I18n JpaConnectorI18n.numberOfConnectionsToAcquireAsNeededPropertyLabel
           
static I18n JpaConnectorI18n.passwordPropertyCategory
           
static I18n JpaConnectorI18n.passwordPropertyDescription
           
static I18n JpaConnectorI18n.passwordPropertyLabel
           
static I18n JpaConnectorI18n.predefinedWorkspaceNamesPropertyCategory
           
static I18n JpaConnectorI18n.predefinedWorkspaceNamesPropertyDescription
           
static I18n JpaConnectorI18n.predefinedWorkspaceNamesPropertyLabel
           
static I18n JpaConnectorI18n.propertyIsRequired
           
static I18n JpaConnectorI18n.referentialIntegrityEnforcedPropertyCategory
           
static I18n JpaConnectorI18n.referentialIntegrityEnforcedPropertyDescription
           
static I18n JpaConnectorI18n.referentialIntegrityEnforcedPropertyLabel
           
static I18n JpaConnectorI18n.repositorySourceMustHaveName
           
static I18n JpaConnectorI18n.retryLimitPropertyCategory
           
static I18n JpaConnectorI18n.retryLimitPropertyDescription
           
static I18n JpaConnectorI18n.retryLimitPropertyLabel
           
static I18n JpaConnectorI18n.rootNodeUuidPropertyCategory
           
static I18n JpaConnectorI18n.rootNodeUuidPropertyDescription
           
static I18n JpaConnectorI18n.rootNodeUuidPropertyLabel
           
static I18n JpaConnectorI18n.schemaNamePropertyCategory
           
static I18n JpaConnectorI18n.schemaNamePropertyDescription
           
static I18n JpaConnectorI18n.schemaNamePropertyLabel
           
static I18n JpaConnectorI18n.showSqlPropertyCategory
           
static I18n JpaConnectorI18n.showSqlPropertyDescription
           
static I18n JpaConnectorI18n.showSqlPropertyLabel
           
static I18n JpaConnectorI18n.simpleModelDescription
           
static I18n JpaConnectorI18n.unableToCreateWorkspaces
           
static I18n JpaConnectorI18n.unableToDeleteBecauseOfReferences
           
static I18n JpaConnectorI18n.unableToMoveRootNode
           
static I18n JpaConnectorI18n.unableToReadLargeValue
           
static I18n JpaConnectorI18n.unknownModelName
           
static I18n JpaConnectorI18n.updatesAllowedPropertyCategory
           
static I18n JpaConnectorI18n.updatesAllowedPropertyDescription
           
static I18n JpaConnectorI18n.updatesAllowedPropertyLabel
           
static I18n JpaConnectorI18n.urlPropertyCategory
           
static I18n JpaConnectorI18n.urlPropertyDescription
           
static I18n JpaConnectorI18n.urlPropertyLabel
           
static I18n JpaConnectorI18n.usernamePropertyCategory
           
static I18n JpaConnectorI18n.usernamePropertyDescription
           
static I18n JpaConnectorI18n.usernamePropertyLabel
           
static I18n JpaConnectorI18n.workspaceAlreadyExists
           
static I18n JpaConnectorI18n.workspaceDoesNotExist
           
 

Constructors in org.modeshape.connector.store.jpa with parameters of type I18n
Model(String name, I18n description)
           
 

Uses of I18n in org.modeshape.connector.svn
 

Fields in org.modeshape.connector.svn declared as I18n
static I18n SvnRepositoryConnectorI18n.connectingFailureOrUserAuthenticationProblem
           
static I18n SvnRepositoryConnectorI18n.connectorName
           
static I18n SvnRepositoryConnectorI18n.couldNotCreateFile
           
static I18n SvnRepositoryConnectorI18n.couldNotReadData
           
static I18n SvnRepositoryConnectorI18n.creatingWorkspacesAllowedPropertyCategory
           
static I18n SvnRepositoryConnectorI18n.creatingWorkspacesAllowedPropertyDescription
           
static I18n SvnRepositoryConnectorI18n.creatingWorkspacesAllowedPropertyLabel
           
static I18n SvnRepositoryConnectorI18n.defaultWorkspaceNamePropertyCategory
           
static I18n SvnRepositoryConnectorI18n.defaultWorkspaceNamePropertyDescription
           
static I18n SvnRepositoryConnectorI18n.defaultWorkspaceNamePropertyLabel
           
static I18n SvnRepositoryConnectorI18n.deleteFailed
           
static I18n SvnRepositoryConnectorI18n.errorSerializingCachePolicyInSource
           
static I18n SvnRepositoryConnectorI18n.invalidNameForResource
           
static I18n SvnRepositoryConnectorI18n.invalidPathForResource
           
static I18n SvnRepositoryConnectorI18n.invalidPropertyNames
           
static I18n SvnRepositoryConnectorI18n.locationInRequestMustHavePath
           
static I18n SvnRepositoryConnectorI18n.missingRequiredProperty
           
static I18n SvnRepositoryConnectorI18n.nodeAlreadyExist
           
static I18n SvnRepositoryConnectorI18n.nodeDoesNotExist
           
static I18n SvnRepositoryConnectorI18n.nodeIsActuallyUnknow
           
static I18n SvnRepositoryConnectorI18n.nodeOrderingNotSupported
           
static I18n SvnRepositoryConnectorI18n.onlyTheDefaultNamespaceIsAllowed
           
static I18n SvnRepositoryConnectorI18n.passwordPropertyCategory
           
static I18n SvnRepositoryConnectorI18n.passwordPropertyDescription
           
static I18n SvnRepositoryConnectorI18n.passwordPropertyLabel
           
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.pathForRequestIsNotCorrect
           
static I18n SvnRepositoryConnectorI18n.pathForRequestMustStartWithAForwardSlash
           
static I18n SvnRepositoryConnectorI18n.predefinedWorkspaceNamesPropertyCategory
           
static I18n SvnRepositoryConnectorI18n.predefinedWorkspaceNamesPropertyDescription
           
static I18n SvnRepositoryConnectorI18n.predefinedWorkspaceNamesPropertyLabel
           
static I18n SvnRepositoryConnectorI18n.propertyIsRequired
           
static I18n SvnRepositoryConnectorI18n.repositoryRootUrlPropertyCategory
           
static I18n SvnRepositoryConnectorI18n.repositoryRootUrlPropertyDescription
           
static I18n SvnRepositoryConnectorI18n.repositoryRootUrlPropertyLabel
           
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.unsupportedPrimaryType
           
static I18n SvnRepositoryConnectorI18n.updatesAllowedPropertyCategory
           
static I18n SvnRepositoryConnectorI18n.updatesAllowedPropertyDescription
           
static I18n SvnRepositoryConnectorI18n.updatesAllowedPropertyLabel
           
static I18n SvnRepositoryConnectorI18n.usernamePropertyCategory
           
static I18n SvnRepositoryConnectorI18n.usernamePropertyDescription
           
static I18n SvnRepositoryConnectorI18n.usernamePropertyLabel
           
static I18n SvnRepositoryConnectorI18n.workspaceDoesNotExist
           
 

Uses of I18n in org.modeshape.extractor.tika
 

Fields in org.modeshape.extractor.tika declared as I18n
static I18n TikaI18n.errorWhileExtractingTextFrom
           
static I18n TikaI18n.warnMimeTypeNotSet
           
 

Uses of I18n in org.modeshape.graph
 

Fields in org.modeshape.graph declared as I18n
static I18n GraphI18n.actualLocationDoesNotHaveCorrectChildName
           
static I18n GraphI18n.actualLocationIsNotAtCorrectChildSegment
           
static I18n GraphI18n.actualLocationIsNotChildOfInputLocation
           
static I18n GraphI18n.actualLocationMustHavePath
           
static I18n GraphI18n.actualLocationNotEqualToInputLocation
           
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.aliasesMappedToRealNamespacesButWereNotRegisteredInAliasNamespace
           
static I18n GraphI18n.bindVariableMustConformToNcName
           
static I18n GraphI18n.childNotFound
           
static I18n GraphI18n.cloneLimitedToBeWithinSingleSource
           
static I18n GraphI18n.closedConnectionMayNotBeUsed
           
static I18n GraphI18n.closedRequestProcessor
           
static I18n GraphI18n.closingRequestProcessor
           
static I18n GraphI18n.columnDoesNotExistInQuery
           
static I18n GraphI18n.columnDoesNotExistOnTable
           
static I18n GraphI18n.columnInTableIsNotOrderable
           
static I18n GraphI18n.columnIsNotFullTextSearchable
           
static I18n GraphI18n.columnMustBeScoped
           
static I18n GraphI18n.columnTypeCannotBeUsedInArithmeticOperation
           
static I18n GraphI18n.contentPropertyCategory
           
static I18n GraphI18n.contentPropertyDescription
           
static I18n GraphI18n.contentPropertyLabel
           
static I18n GraphI18n.copyLimitedToBeWithinSingleSource
           
static I18n GraphI18n.couldNotAcquireLock
           
static I18n GraphI18n.creatingWorkspacesAllowedPropertyCategory
           
static I18n GraphI18n.creatingWorkspacesAllowedPropertyDescription
           
static I18n GraphI18n.creatingWorkspacesAllowedPropertyLabel
           
static I18n GraphI18n.currentWorkspaceCannotBeDeleted
           
static I18n GraphI18n.defaultWorkspaceNamePropertyCategory
           
static I18n GraphI18n.defaultWorkspaceNamePropertyDescription
           
static I18n GraphI18n.defaultWorkspaceNamePropertyLabel
           
static I18n GraphI18n.dynamicOperandCannotBeUsedInArithmeticOperation
           
static I18n GraphI18n.errorAddingProjectionRuleParseMethod
           
static I18n GraphI18n.errorConvertingIo
           
static I18n GraphI18n.errorConvertingType
           
static I18n GraphI18n.errorImportingContent
           
static I18n GraphI18n.errorNotifyingObserver
           
static I18n GraphI18n.errorReadingConfigurationForFederatedRepositorySource
           
static I18n GraphI18n.errorReadingPropertyValueBytes
           
static I18n GraphI18n.errorResolvingNodesFromLocationsUsingSourceAndWorkspace
           
static I18n GraphI18n.errorSerializingInMemoryCachePolicyInSource
           
static I18n GraphI18n.errorSerializingNodeCachePolicyInSource
           
static I18n GraphI18n.errorShuttingDownExecutorServiceInSearchEngineIndexer
           
static I18n GraphI18n.errorWhilePerformingAccessQuery
           
static I18n GraphI18n.errorWhilePerformingQuery
           
static I18n GraphI18n.executedRequest
           
static I18n GraphI18n.executingRequest
           
static I18n GraphI18n.expectingComparisonOperator
           
static I18n GraphI18n.expectingConstraintCondition
           
static I18n GraphI18n.expectingLiteralAndUnableToParseAsDate
           
static I18n GraphI18n.expectingLiteralAndUnableToParseAsDouble
           
static I18n GraphI18n.expectingLiteralAndUnableToParseAsLong
           
static I18n GraphI18n.expectingValidName
           
static I18n GraphI18n.expectingValidNameAtLineAndColumn
           
static I18n GraphI18n.expectingValidPath
           
static I18n GraphI18n.expectingValidPathAtLineAndColumn
           
static I18n GraphI18n.federatedRepositorySourceMustBeInitialized
           
static I18n GraphI18n.federatedSourceDoesNotSupportCloningWorkspaces
           
static I18n GraphI18n.federatedSourceDoesNotSupportCreatingWorkspaces
           
static I18n GraphI18n.federatedSourceDoesNotSupportDestroyingWorkspaces
           
static I18n GraphI18n.functionIsAmbiguous
           
static I18n GraphI18n.identifierPathContainedUnsupportedIdentifierFormat
           
static I18n GraphI18n.identifierPathDoesNotMatchSuppliedUuid
           
static I18n GraphI18n.inMemoryConnectorMustAllowUpdates
           
static I18n GraphI18n.inMemoryConnectorRequestsMustHavePathOrUuid
           
static I18n GraphI18n.interruptedWhileClosingChannel
           
static I18n GraphI18n.invalidIndexInSegmentName
           
static I18n GraphI18n.invalidPropertyType
           
static I18n GraphI18n.invalidQualifiedNameString
           
static I18n GraphI18n.jndiNamePropertyCategory
           
static I18n GraphI18n.jndiNamePropertyDescription
           
static I18n GraphI18n.jndiNamePropertyLabel
           
static I18n GraphI18n.leftAndRightQueriesInSetQueryMustHaveUnionableColumns
           
static I18n GraphI18n.lengthOperandRequiresLongLiteralType
           
static I18n GraphI18n.locationCannotBeProjectedIntoWorkspaceAndSource
           
static I18n GraphI18n.maximumPoolSizeMayNotBeSmallerThanCorePoolSize
           
static I18n GraphI18n.messageDigestNotFound
           
static I18n GraphI18n.missingClosingBrace
           
static I18n GraphI18n.missingEndBracketInSegmentName
           
static I18n GraphI18n.missingVariableValue
           
static I18n GraphI18n.moveLimitedToBeWithinSingleSource
           
static I18n GraphI18n.multipleErrorsWhileExecutingManyRequests
           
static I18n GraphI18n.multipleErrorsWhileExecutingRequests
           
static I18n GraphI18n.mustBeScopedAtLineAndColumn
           
static I18n GraphI18n.nameOperandRequiresNameLiteralType
           
static I18n GraphI18n.namePropertyCategory
           
static I18n GraphI18n.namePropertyDescription
           
static I18n GraphI18n.namePropertyIsRequiredForFederatedRepositorySource
           
static I18n GraphI18n.namePropertyLabel
           
static I18n GraphI18n.namespaceAliasWasNotMappedToRealNamespace
           
static I18n GraphI18n.nextMethodMustBeCalledBeforeGettingValue
           
static I18n GraphI18n.nodeAlreadyExistsWithUuid
           
static I18n GraphI18n.nodeDoesNotExist
           
static I18n GraphI18n.nodeDoesNotExistWithUuid
           
static I18n GraphI18n.nodeHasAlreadyBeenRemovedFromThisSession
           
static I18n GraphI18n.noMatchingBracketFound
           
static I18n GraphI18n.noNamespaceRegisteredForPrefix
           
static I18n GraphI18n.noPropertiesToRemove
           
static I18n GraphI18n.noPropertiesToUpdate
           
static I18n GraphI18n.operatorIsNotValidAgainstColumnInTable
           
static I18n GraphI18n.pathAncestorDegreeIsInvalid
           
static I18n GraphI18n.pathCannotBeNormalized
           
static I18n GraphI18n.pathConnectorRequestsMustHavePath
           
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.pathIsNotValid
           
static I18n GraphI18n.pathMustBeAbsolute
           
static I18n GraphI18n.pathNotFoundExceptionLowestExistingLocationFound
           
static I18n GraphI18n.poolCorePoolSizeCategory
           
static I18n GraphI18n.poolCorePoolSizeDescription
           
static I18n GraphI18n.poolCorePoolSizeLabel
           
static I18n GraphI18n.poolKeepAliveTimeCategory
           
static I18n GraphI18n.poolKeepAliveTimeDescription
           
static I18n GraphI18n.poolKeepAliveTimeLabel
           
static I18n GraphI18n.poolMaximumFailedAttemptsBeforeErrorCategory
           
static I18n GraphI18n.poolMaximumFailedAttemptsBeforeErrorDescription
           
static I18n GraphI18n.poolMaximumFailedAttemptsBeforeErrorLabel
           
static I18n GraphI18n.poolMaxiumumPoolSizeCategory
           
static I18n GraphI18n.poolMaxiumumPoolSizeDescription
           
static I18n GraphI18n.poolMaxiumumPoolSizeLabel
           
static I18n GraphI18n.poolPingTimeoutCategory
           
static I18n GraphI18n.poolPingTimeoutDescription
           
static I18n GraphI18n.poolPingTimeoutLabel
           
static I18n GraphI18n.poolValidateConnectionBeforeUseCategory
           
static I18n GraphI18n.poolValidateConnectionBeforeUseDescription
           
static I18n GraphI18n.poolValidateConnectionBeforeUseLabel
           
static I18n GraphI18n.predefinedWorkspaceNamesPropertyCategory
           
static I18n GraphI18n.predefinedWorkspaceNamesPropertyDescription
           
static I18n GraphI18n.predefinedWorkspaceNamesPropertyLabel
           
static I18n GraphI18n.propertyIsNotPartOfRequest
           
static I18n GraphI18n.propertyIsRequiredForFederatedRepositorySource
           
static I18n GraphI18n.propertyOnSelectorIsNotUsedInQuery
           
static I18n GraphI18n.queryHasNoResults
           
static I18n GraphI18n.repositoryConnectionPoolIsNotRunning
           
static I18n GraphI18n.requestIsFrozenAndMayNotBeChanged
           
static I18n GraphI18n.requiredNodeDoesNotExistRelativeToNode
           
static I18n GraphI18n.retryLimitPropertyCategory
           
static I18n GraphI18n.retryLimitPropertyDescription
           
static I18n GraphI18n.retryLimitPropertyLabel
           
static I18n GraphI18n.rootNodeUuidPropertyCategory
           
static I18n GraphI18n.rootNodeUuidPropertyDescription
           
static I18n GraphI18n.rootNodeUuidPropertyLabel
           
static I18n GraphI18n.rootNodeUuidWithDefaultPropertyDescription
           
static I18n GraphI18n.schemataKeyReferencesNonExistingColumn
           
static I18n GraphI18n.searchEngineIndexerForSourceHasAlreadyBeenClosed
           
static I18n GraphI18n.secondValueInLimitRangeCannotBeLessThanFirst
           
static I18n GraphI18n.selectorDoesNotExistInQuery
           
static I18n GraphI18n.selectorNamesMayNotBeUsedMoreThanOnce
           
static I18n GraphI18n.sourceDoesNotAllowCreatingWorkspaces
           
static I18n GraphI18n.sourceIsReadOnly
           
static I18n GraphI18n.tableDoesNotExist
           
static I18n GraphI18n.tableIsNotFullTextSearchable
           
static I18n GraphI18n.unableToAddMoreRequestsToAlreadyExecutedBatch
           
static I18n GraphI18n.unableToAddRequestToChannelThatIsDone
           
static I18n GraphI18n.unableToCopyToLocationWithoutAPath
           
static I18n GraphI18n.unableToCopyToTheRoot
           
static I18n GraphI18n.unableToCreateNodeUnderPlaceholder
           
static I18n GraphI18n.unableToCreatePathBasedUponIdentifierPath
           
static I18n GraphI18n.unableToCreatePathUsingIdentifierPathAndAnotherPath
           
static I18n GraphI18n.unableToCreateReferenceToNodeWithoutUuid
           
static I18n GraphI18n.unableToCreateRelativePathWithIdentifierSegment
           
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.unableToRefreshPropertiesBecauseNodeIsModified
           
static I18n GraphI18n.unableToResolvePathRelativeToIdentifierPath
           
static I18n GraphI18n.unableToSaveBranchBecauseChangesDependOnChangesToNodesOutsideOfBranch
           
static I18n GraphI18n.unableToSaveNodeThatWasCreatedSincePreviousSave
           
static I18n GraphI18n.unableToUpdatePlaceholder
           
static I18n GraphI18n.unexpectedClosingParenthesis
           
static I18n GraphI18n.unexpectedToken
           
static I18n GraphI18n.unknownQueryLanguage
           
static I18n GraphI18n.unsupportedRequestType
           
static I18n GraphI18n.updatesAllowedPropertyCategory
           
static I18n GraphI18n.updatesAllowedPropertyDescription
           
static I18n GraphI18n.updatesAllowedPropertyLabel
           
static I18n GraphI18n.validPathMayNotContainEmptySegment
           
static I18n GraphI18n.valueCannotBeCastToSpecifiedType
           
static I18n GraphI18n.valueJavaTypeNotCompatibleWithPropertyType
           
static I18n GraphI18n.workspaceAlreadyExistsInRepository
           
static I18n GraphI18n.workspaceDoesNotExistInFederatedRepository
           
static I18n GraphI18n.workspaceDoesNotExistInRepository
           
static I18n GraphI18n.workspaceIsReadOnly
           
 

Uses of I18n in org.modeshape.jcr
 

Fields in org.modeshape.jcr declared as I18n
static I18n JcrI18n.allNodeTypeTemplatesMustComeFromSameSession
           
static I18n JcrI18n.allPropertyValuesMustHaveSameType
           
static I18n JcrI18n.alreadyLocked
           
static I18n JcrI18n.ambiguousPrimaryItemName
           
static I18n JcrI18n.autocreatedNodesNeedDefaults
           
static I18n JcrI18n.autocreatedPropertyNeedsDefault
           
static I18n JcrI18n.badNodeTypeName
           
static I18n JcrI18n.cannotAddMixin
           
static I18n JcrI18n.cannotCheckinNodeWithAbortChildNode
           
static I18n JcrI18n.cannotCheckinNodeWithAbortProperty
           
static I18n JcrI18n.cannotConvertValue
           
static I18n JcrI18n.cannotCreateChildOnCheckedInNodeSinceOpvOfChildDefinitionIsNotIgnore
           
static I18n JcrI18n.cannotCreateUuid
           
static I18n JcrI18n.cannotMakeMandatoryDefinitionOptional
           
static I18n JcrI18n.cannotOverrideProtectedDefinition
           
static I18n JcrI18n.cannotPerformNodeTypeCheck
           
static I18n JcrI18n.cannotRedefineChildNodeWithIncompatibleDefinition
           
static I18n JcrI18n.cannotRedefineProperty
           
static I18n JcrI18n.cannotRemoveChildOnCheckedInNodeSinceOpvOfChildDefinitionIsNotIgnore
           
static I18n JcrI18n.cannotRemoveFromProtectedNode
           
static I18n JcrI18n.cannotRemoveItemWithProtectedDefinition
           
static I18n JcrI18n.cannotRemoveLockToken
           
static I18n JcrI18n.cannotRemoveNodeFromClone
           
static I18n JcrI18n.cannotRemoveNodeFromCloneDueToChangesInSession
           
static I18n JcrI18n.cannotRemoveParentNodeOfTarget
           
static I18n JcrI18n.cannotRemoveRootNode
           
static I18n JcrI18n.cannotRemoveVersion
           
static I18n JcrI18n.cannotRestoreRootVersion
           
static I18n JcrI18n.cannotUnregisterDefaultPrimaryType
           
static I18n JcrI18n.cannotUnregisterInUseType
           
static I18n JcrI18n.cannotUnregisterRequiredPrimaryType
           
static I18n JcrI18n.cannotUnregisterSupertype
           
static I18n JcrI18n.cannotUseMixinTypeAsPrimaryType
           
static I18n JcrI18n.childNodeAlreadyExists
           
static I18n JcrI18n.childNotFoundUnderNode
           
static I18n JcrI18n.cleanedUpLocks
           
static I18n JcrI18n.cleaningUpLocks
           
static I18n JcrI18n.completedRegisteringNodeTypesDefinedInConfiguration
           
static I18n JcrI18n.completedStartingRepository
           
static I18n JcrI18n.constraintsChangedInSubtype
           
static I18n JcrI18n.constraintViolatedOnReference
           
static I18n JcrI18n.couldNotFindDefinitionOfRequiredPrimaryType
           
static I18n JcrI18n.couldNotStartEngine
           
static I18n JcrI18n.credentialsMustProvideJaasMethod
           
static I18n JcrI18n.credentialsMustReturnLoginContext
           
static I18n JcrI18n.defaultWorkspaceName
           
static I18n JcrI18n.emptyRepositoryNameProvidedWhenRegisteringRepositoryInJndi
           
static I18n JcrI18n.engineStarted
           
static I18n JcrI18n.engineStarting
           
static I18n JcrI18n.engineStopped
           
static I18n JcrI18n.engineStopping
           
static I18n JcrI18n.equiJoinWithOneJcrPathPseudoColumnIsInvalid
           
static I18n JcrI18n.errorCleaningUpLocks
           
static I18n JcrI18n.errorDuringCheckinNode
           
static I18n JcrI18n.errorImportingNodeTypeContent
           
static I18n JcrI18n.errorLoadingNodeTypeDefintions
           
static I18n JcrI18n.errorObtainingDefaultWorkspaceName
           
static I18n JcrI18n.errorObtainingWorkspaceNames
           
static I18n JcrI18n.errorReadingNodeTypesFromRemote
           
static I18n JcrI18n.errorRefreshingNodeTypes
           
static I18n JcrI18n.errorRefreshingNodeTypesFromSystem
           
static I18n JcrI18n.errorRegisteringPersistentNamespace
           
static I18n JcrI18n.errorsParsingNodeTypeDefinitions
           
static I18n JcrI18n.errorsParsingStreamOfNodeTypeDefinitions
           
static I18n JcrI18n.errorStartingRepositoryCheckConfiguration
           
static I18n JcrI18n.errorSynchronizingNodeTypes
           
static I18n JcrI18n.errorUpdatingQueryIndexes
           
static I18n JcrI18n.errorVerifyingWorkspaceName
           
static I18n JcrI18n.errorWhileFindingNodeWithPath
           
static I18n JcrI18n.errorWhileFindingNodeWithUuid
           
static I18n JcrI18n.errorWhileInitializingTheNamespaceRegistry
           
static I18n JcrI18n.failedToQueryForDerivedContent
           
static I18n JcrI18n.failedToReadPropertiesFromManifest
           
static I18n JcrI18n.failedToReadPropertyFromManifest
           
static I18n JcrI18n.fileDoesNotExist
           
static I18n JcrI18n.fileMustExistAndBeReadable
           
static I18n JcrI18n.identifierPathContainedUnsupportedIdentifierFormat
           
static I18n JcrI18n.identifierPathNeverReferencesProperty
           
static I18n JcrI18n.indexRebuildingComplete
           
static I18n JcrI18n.indexRebuildingOfWorkspaceComplete
           
static I18n JcrI18n.indexRebuildingOfWorkspaceStarted
           
static I18n JcrI18n.indexRebuildingStarted
           
static I18n JcrI18n.invalidAbsolutePath
           
static I18n JcrI18n.invalidJcrUrl
           
static I18n JcrI18n.invalidLockToken
           
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.invalidOptionProvided
           
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.invalidRepositoryNameWhenRegisteringRepositoryInJndi
           
static I18n JcrI18n.invalidSupertypeName
           
static I18n JcrI18n.invalidVersion
           
static I18n JcrI18n.invalidVersionLabel
           
static I18n JcrI18n.invalidVersionName
           
static I18n JcrI18n.itemAlreadyExistsWithUuid
           
static I18n JcrI18n.itemNotFoundAtPath
           
static I18n JcrI18n.itemNotFoundAtPathRelativeToReferenceNode
           
static I18n JcrI18n.itemNotFoundWithUuid
           
static I18n JcrI18n.lockTokenAlreadyHeld
           
static I18n JcrI18n.lockTokenNotHeld
           
static I18n JcrI18n.loginConfigNotFound
           
static I18n JcrI18n.loginFailed
           
static I18n JcrI18n.missingMandatoryItem
           
static I18n JcrI18n.missingNodeTypeForExistingNode
           
static I18n JcrI18n.multipleSelectorsAppearInQueryRequireSpecifyingSelectorName
           
static I18n JcrI18n.multipleSelectorsAppearInQueryUnableToCallMethod
           
static I18n JcrI18n.mustBeInPrivilegedAction
           
static I18n JcrI18n.nodeDefinitionCouldNotBeDeterminedForNode
           
static I18n JcrI18n.noDefinition
           
static I18n JcrI18n.nodeHasAlreadyBeenRemovedFromThisSession
           
static I18n JcrI18n.nodeIsCheckedIn
           
static I18n JcrI18n.nodeNotFoundAtPathRelativeToReferenceNode
           
static I18n JcrI18n.nodeNotLockable
           
static I18n JcrI18n.nodeNotReferenceable
           
static I18n JcrI18n.nodeNotReferenceableUuid
           
static I18n JcrI18n.nodeTypeAlreadyExists
           
static I18n JcrI18n.nodeTypesNotFoundInXml
           
static I18n JcrI18n.noExistingVersionForRestore
           
static I18n JcrI18n.noNamespaceWithPrefix
           
static I18n JcrI18n.noNamespaceWithUri
           
static I18n JcrI18n.noNegativeDepth
           
static I18n JcrI18n.noOptionValueProvided
           
static I18n JcrI18n.noPendingChangesAllowed
           
static I18n JcrI18n.noPendingChangesAllowedForNode
           
static I18n JcrI18n.noPrimaryItemNameDefinedOnPrimaryType
           
static I18n JcrI18n.noPrivilegeToGetLoginContextFromCredentials
           
static I18n JcrI18n.noSnsDefinition
           
static I18n JcrI18n.noSnsDefinitionForNode
           
static I18n JcrI18n.noSuchNodeType
           
static I18n JcrI18n.noSuchVariableInQuery
           
static I18n JcrI18n.notLocked
           
static I18n JcrI18n.notOrderable
           
static I18n JcrI18n.notStoredQuery
           
static I18n JcrI18n.parentAlreadyLocked
           
static I18n JcrI18n.pathCannotHaveSameNameSiblingIndex
           
static I18n JcrI18n.pathNotFound
           
static I18n JcrI18n.pathNotFoundRelativeTo
           
static I18n JcrI18n.pendingMergeConflicts
           
static I18n JcrI18n.permissionDenied
           
static I18n JcrI18n.primaryItemDoesNotExist
           
static I18n JcrI18n.primaryItemNameForPrimaryTypeIsNotValid
           
static I18n JcrI18n.primaryTypeCannotBeAbstract
           
static I18n JcrI18n.problemReadingNodeTypesFromRemote
           
static I18n JcrI18n.problemRefreshingNodeTypesFromSystem
           
static I18n JcrI18n.propertyNotFoundAtPathRelativeToReferenceNode
           
static I18n JcrI18n.propertyNotFoundOnNode
           
static I18n JcrI18n.queryCannotBeParsedUsingLanguage
           
static I18n JcrI18n.queryInLanguageIsNotValid
           
static I18n JcrI18n.queryIsDisabledInRepository
           
static I18n JcrI18n.queryResultsDoNotIncludeColumn
           
static I18n JcrI18n.queryResultsDoNotIncludeScore
           
static I18n JcrI18n.referenceValuesViolateConstraintsOnDefinition
           
static I18n JcrI18n.referenceValueViolatesConstraintsOnDefinition
           
static I18n JcrI18n.registeringNodeTypesDefinedInConfiguration
           
static I18n JcrI18n.repositoryDoesNotExist
           
static I18n JcrI18n.repositoryMustBeConfigured
           
static I18n JcrI18n.repositoryNameNotProvidedWhenRegisteringRepositoryInJndi
           
static I18n JcrI18n.repositoryNameProvidedWhenRegisteringEngineInJndi
           
static I18n JcrI18n.repositoryReferencesNonExistantSource
           
static I18n JcrI18n.requiresVersionable
           
static I18n JcrI18n.residualDefinitionsCannotBeMandatory
           
static I18n JcrI18n.rootNodeHasNoParent
           
static I18n JcrI18n.rootNodeIsNotProperty
           
static I18n JcrI18n.searchIndexDirectoryOptionSpecifiesDirectoryThatCannotBeCreated
           
static I18n JcrI18n.searchIndexDirectoryOptionSpecifiesDirectoryThatCannotBeRead
           
static I18n JcrI18n.searchIndexDirectoryOptionSpecifiesDirectoryThatCannotBeWrittenTo
           
static I18n JcrI18n.searchIndexDirectoryOptionSpecifiesFileNotDirectory
           
static I18n JcrI18n.selectorNotUsedInQuery
           
static I18n JcrI18n.selectorUsedInEquiJoinCriteriaDoesNotExistInQuery
           
static I18n JcrI18n.sessionIsNotActive
           
static I18n JcrI18n.setPrimaryTypeNotSupported
           
static I18n JcrI18n.singleValuedPropertyNeedsSingleValuedDefault
           
static I18n JcrI18n.sourceInUse
           
static I18n JcrI18n.SPEC_NAME_DESC
           
static I18n JcrI18n.startingAllRepositoriesWasInterrupted
           
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.typeMissingWhenRegisteringEngineInJndi
           
static I18n JcrI18n.typeNotFound
           
static I18n JcrI18n.unableToBindToJndi
           
static I18n JcrI18n.unableToChangeTheDefaultNamespace
           
static I18n JcrI18n.unableToCreateNodeWithInternalPrimaryType
           
static I18n JcrI18n.unableToCreateNodeWithNoDefaultPrimaryTypeOnChildNodeDefinition
           
static I18n JcrI18n.unableToCreateNodeWithPrimaryTypeThatDoesNotExist
           
static I18n JcrI18n.unableToFindNodeTypeDefinitionsOnClasspathOrFileOrUrl
           
static I18n JcrI18n.unableToFindResourceOnClasspathOrFileOrUrl
           
static I18n JcrI18n.unableToImportInitialContent
           
static I18n JcrI18n.unableToInitializeAuthenticationProvider
           
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.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.unknownCredentialsImplementation
           
static I18n JcrI18n.unrootedVersionsInRestore
           
static I18n JcrI18n.usingAnonymousUser
           
static I18n JcrI18n.uuidRequiredForLock
           
static I18n JcrI18n.valueMayNotContainNull
           
static I18n JcrI18n.valuesViolateConstraintsOnDefinition
           
static I18n JcrI18n.valueViolatesConstraintsOnDefinition
           
static I18n JcrI18n.versionLabelAlreadyExists
           
static I18n JcrI18n.versionNotInMergeFailed
           
static I18n JcrI18n.warningsParsingNodeTypeDefinitions
           
static I18n JcrI18n.warningsParsingStreamOfNodeTypeDefinitions
           
static I18n JcrI18n.weakReferenceValuesViolateConstraintsOnDefinition
           
static I18n JcrI18n.weakReferenceValueViolatesConstraintsOnDefinition
           
static I18n JcrI18n.workspaceNameIsInvalid
           
 

Uses of I18n in org.modeshape.jdbc
 

Fields in org.modeshape.jdbc declared as I18n
static I18n JdbcLocalI18n.argumentMayNotBeNegative
           
static I18n JdbcLocalI18n.argumentMayNotBeNull
           
static I18n JdbcLocalI18n.classDoesNotImplementInterface
           
static I18n JdbcLocalI18n.configurationFileNotSpecified
           
static I18n JdbcLocalI18n.connectionIsClosed
           
static I18n JdbcLocalI18n.currentRowNotSet
           
static I18n JdbcI18n.driverErrorRegistering
          HTTP connection option related text info
static I18n JdbcLocalI18n.driverErrorRegistering
           
static I18n JdbcI18n.driverName
           
static I18n JdbcLocalI18n.driverName
           
static I18n JdbcI18n.driverVendor
           
static I18n JdbcLocalI18n.driverVendor
           
static I18n JdbcI18n.driverVendorUrl
           
static I18n JdbcLocalI18n.driverVendorUrl
           
static I18n JdbcI18n.driverVersion
           
static I18n JdbcLocalI18n.driverVersion
           
static I18n JdbcLocalI18n.failedToReadPropertiesFromManifest
           
static I18n JdbcLocalI18n.i18nClassInterface
           
static I18n JdbcLocalI18n.i18nClassNotPublic
           
static I18n JdbcLocalI18n.i18nFieldFinal
           
static I18n JdbcLocalI18n.i18nFieldInvalidType
           
static I18n JdbcLocalI18n.i18nFieldNotPublic
           
static I18n JdbcLocalI18n.i18nFieldNotStatic
           
static I18n JdbcLocalI18n.i18nLocalizationFileNotFound
           
static I18n JdbcLocalI18n.i18nLocalizationProblems
           
static I18n JdbcLocalI18n.i18nPropertyDuplicate
           
static I18n JdbcLocalI18n.i18nPropertyMissing
           
static I18n JdbcLocalI18n.i18nPropertyUnused
           
static I18n JdbcLocalI18n.i18nRequiredToSuppliedParameterMismatch
           
static I18n JdbcLocalI18n.invalidArgument
           
static I18n JdbcLocalI18n.invalidClientInfo
           
static I18n JdbcLocalI18n.invalidColumnIndex
           
static I18n JdbcLocalI18n.invalidUrl
           
static I18n JdbcLocalI18n.invalidUrlPrefix
           
static I18n JdbcLocalI18n.noJcrTypeMapped
           
static I18n JdbcLocalI18n.noNodeTypesReturned
           
static I18n JdbcLocalI18n.noRepositoryNamesFound
           
static I18n JdbcLocalI18n.noSuchColumn
           
static I18n JdbcLocalI18n.noSuchNodeType
           
static I18n JdbcLocalI18n.objectInJndiIsRepositories
           
static I18n JdbcLocalI18n.objectInJndiMustBeRepositoryOrRepositories
           
static I18n JdbcLocalI18n.passwordPropertyDescription
           
static I18n JdbcLocalI18n.passwordPropertyName
           
static I18n JdbcLocalI18n.repositoryNameInUse
           
static I18n JdbcLocalI18n.repositoryNamePropertyDescription
           
static I18n JdbcLocalI18n.repositoryNamePropertyName
           
static I18n JdbcLocalI18n.resultSetIsClosed
           
static I18n JdbcLocalI18n.resultSetIsForwardOnly
           
static I18n JdbcLocalI18n.statementIsClosed
           
static I18n JdbcLocalI18n.timeoutMayNotBeNegative
           
static I18n JdbcLocalI18n.unableToFindNamedRepository
           
static I18n JdbcLocalI18n.unableToFindObjectInJndi
           
static I18n JdbcLocalI18n.unableToGetJndiContext
           
static I18n JdbcLocalI18n.unableToGetNodeType
           
static I18n JdbcLocalI18n.unableToGetNodeTypes
           
static I18n JdbcLocalI18n.updatesNotSupported
           
static I18n JdbcLocalI18n.urlMustContainJndiNameOfRepositoryOrRepositoriesObject
           
static I18n JdbcLocalI18n.urlPropertyDescription
           
static I18n JdbcLocalI18n.urlPropertyName
           
static I18n JdbcLocalI18n.usernamePropertyDescription
           
static I18n JdbcLocalI18n.usernamePropertyName
           
static I18n JdbcLocalI18n.workspaceNamePropertyDescription
           
static I18n JdbcLocalI18n.workspaceNamePropertyName
           
 

Uses of I18n in org.modeshape.maven
 

Fields in org.modeshape.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.modeshape.repository
 

Fields in org.modeshape.repository declared as I18n
static I18n RepositoryI18n.clusteringConfigurationRequiresClusterName
           
static I18n RepositoryI18n.clusteringServiceName
           
static I18n RepositoryI18n.engineIsNotRunning
           
static I18n RepositoryI18n.errorClosingBinaryStreamForPropertyFromNode
           
static I18n RepositoryI18n.errorCollectingGarbageInSource
           
static I18n RepositoryI18n.errorCreatingInstanceOfClass
           
static I18n RepositoryI18n.errorCreatingInstanceOfClassUsingClassLoaders
           
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.errorProcessingEvents
           
static I18n RepositoryI18n.errorReadingPropertiesFromContainerNode
           
static I18n RepositoryI18n.errorSettingJavaBeanPropertyOnInstanceOfClass
           
static I18n RepositoryI18n.errorsPreventStarting
           
static I18n RepositoryI18n.errorStartingRepositoryService
           
static I18n RepositoryI18n.errorUnregisteringWorkspaceListenerWhileShuttingDownObservationService
           
static I18n RepositoryI18n.errorVerifyingConfiguration
           
static I18n RepositoryI18n.errorWhileSequencingNode
           
static I18n RepositoryI18n.executionContextHasBeenClosed
           
static I18n RepositoryI18n.illegalAccessExceptionWhileSettingProperty
           
static I18n RepositoryI18n.invalidArgumentExceptionWhileSettingProperty
           
static I18n RepositoryI18n.invalidRepositoryNodePath
           
static I18n RepositoryI18n.invalidStateString
           
static I18n RepositoryI18n.invocationTargetExceptionWhileSettingProperty
           
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.problemsWhileSequencingNode
           
static I18n RepositoryI18n.repositoryServiceName
           
static I18n RepositoryI18n.requiredNodeDoesNotExistRelativeToNode
           
static I18n RepositoryI18n.requiredPropertyIsMissingFromNode
           
static I18n RepositoryI18n.requiredPropertyOnNodeCouldNotBeRead
           
static I18n RepositoryI18n.requiredPropertyOnNodeWasExpectedToBeStringArrayValue
           
static I18n RepositoryI18n.requiredPropertyOnNodeWasExpectedToBeStringValue
           
static I18n RepositoryI18n.securityExceptionWhileSettingProperty
           
static I18n RepositoryI18n.sequencingServiceName
           
static I18n RepositoryI18n.serviceNotShutdowAndMayNotBeTerminated
           
static I18n RepositoryI18n.serviceShutdowAndMayNotBePaused
           
static I18n RepositoryI18n.serviceShutdowAndMayNotBeStarted
           
static I18n RepositoryI18n.unableToAccessClassUsingClasspath
           
static I18n RepositoryI18n.unableToChangeExecutionContextWhileRunning
           
static I18n RepositoryI18n.unableToFindPropertyForSequencing
           
static I18n RepositoryI18n.unableToFindRepositoryInJndi
           
static I18n RepositoryI18n.unableToFindRepositoryWithName
           
static I18n RepositoryI18n.unableToInstantiateClassUsingClasspath
           
static I18n RepositoryI18n.unableToLoadClass
           
static I18n RepositoryI18n.unableToLoadClassUsingClasspath
           
static I18n RepositoryI18n.unableToNotifyObserversOnUnstartedClusteringService
           
static I18n RepositoryI18n.unableToRegisterObserverOnUnstartedClusteringService
           
static I18n RepositoryI18n.unableToRegisterRepositoryInJndi
           
static I18n RepositoryI18n.unableToRemoveRepository
           
static I18n RepositoryI18n.unableToStartSequencingServiceWithoutExecutionContext
           
static I18n RepositoryI18n.unableToUnregisterObserverOnUnstartedClusteringService
           
static I18n RepositoryI18n.unableToUnregisterRepositoryInJndi
           
static I18n RepositoryI18n.unableToUseGarbageCollectionIntervalValue
           
static I18n RepositoryI18n.unknownPropertyValueType
           
static I18n RepositoryI18n.warningsWhileStarting
           
 

Uses of I18n in org.modeshape.repository.service
 

Constructors in org.modeshape.repository.service with parameters of type I18n
AbstractServiceAdministrator(I18n serviceName, ServiceAdministrator.State initialState)
           
 

Uses of I18n in org.modeshape.search.lucene
 

Fields in org.modeshape.search.lucene declared as I18n
static I18n LuceneI18n.errorWhileCommittingIndexChanges
           
static I18n LuceneI18n.errorWhileRollingBackIndexChanges
           
static I18n LuceneI18n.locationForIndexesCannotBeRead
           
static I18n LuceneI18n.locationForIndexesCannotBeWritten
           
static I18n LuceneI18n.locationForIndexesIsNotDirectory
           
static I18n LuceneI18n.missingVariableValue
           
 

Uses of I18n in org.modeshape.sequencer.classfile
 

Fields in org.modeshape.sequencer.classfile declared as I18n
static I18n ClassFileSequencerI18n.errorSequencingClass
           
 

Uses of I18n in org.modeshape.sequencer.cnd
 

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

Uses of I18n in org.modeshape.sequencer.ddl
 

Fields in org.modeshape.sequencer.ddl declared as I18n
static I18n DdlSequencerI18n.alterTableOptionNotFound
           
static I18n DdlSequencerI18n.errorInstantiatingParserForGrammarClasspath
           
static I18n DdlSequencerI18n.errorInstantiatingParserForGrammarUsingDefaultClasspath
           
static I18n DdlSequencerI18n.errorParsingDdlContent
           
static I18n DdlSequencerI18n.errorSequencingDdlContent
           
static I18n DdlSequencerI18n.missingReturnTypeForFunction
           
static I18n DdlSequencerI18n.sequencerTaskName
           
static I18n DdlSequencerI18n.unknownCreateStatement
           
static I18n DdlSequencerI18n.unsupportedProcedureParameterDeclaration
           
static I18n DdlSequencerI18n.unusedTokensDiscovered
           
static I18n DdlSequencerI18n.unusedTokensParsingColumnDefinition
           
static I18n DdlSequencerI18n.unusedTokensParsingColumnsAndConstraints
           
static I18n DdlSequencerI18n.unusedTokensParsingCreateIndex
           
 

Uses of I18n in org.modeshape.sequencer.image
 

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

Uses of I18n in org.modeshape.sequencer.java
 

Fields in org.modeshape.sequencer.java declared as I18n
static I18n JavaMetadataI18n.errorSequencingFile
           
static I18n JavaMetadataI18n.sequencerTaskName
           
 

Uses of I18n in org.modeshape.sequencer.msoffice
 

Fields in org.modeshape.sequencer.msoffice declared as I18n
static I18n MSOfficeMetadataI18n.errorExtractingExcelMetadata
           
static I18n MSOfficeMetadataI18n.errorExtractingPowerpointMetadata
           
static I18n MSOfficeMetadataI18n.errorExtractingWordMetadata
           
static I18n MSOfficeMetadataI18n.sequencerTaskName
           
 

Uses of I18n in org.modeshape.sequencer.teiid
 

Fields in org.modeshape.sequencer.teiid declared as I18n
static I18n TeiidI18n.errorClosingVdbFile
           
static I18n TeiidI18n.errorReadingEcoreFile
           
static I18n TeiidI18n.errorReadingVdbFile
           
static I18n TeiidI18n.errorSequencingModelContent
           
static I18n TeiidI18n.errorSequencingVdbContent
           
static I18n TeiidI18n.errorWritingCndFile
           
static I18n TeiidI18n.modelSequencerTaskName
           
static I18n TeiidI18n.readingEcoreFile
           
static I18n TeiidI18n.vdbSequencerTaskName
           
 

Methods in org.modeshape.sequencer.teiid with parameters of type I18n
protected  void CndFromEcore.debug(I18n msg, Object... params)
           
 

Uses of I18n in org.modeshape.sequencer.text
 

Fields in org.modeshape.sequencer.text declared as I18n
static I18n TextSequencerI18n.couldNotInstantiateRowFactory
           
static I18n TextSequencerI18n.errorReadingLine
           
 

Uses of I18n in org.modeshape.sequencer.wsdl
 

Fields in org.modeshape.sequencer.wsdl declared as I18n
static I18n WsdlI18n.errorClosingWsdlFile
           
static I18n WsdlI18n.errorReadingWsdlFile
           
static I18n WsdlI18n.warningReadingWsdlFile
           
 

Uses of I18n in org.modeshape.sequencer.xml
 

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

Uses of I18n in org.modeshape.sequencer.xsd
 

Fields in org.modeshape.sequencer.xsd declared as I18n
static I18n XsdI18n.errorClosingXsdFile
           
static I18n XsdI18n.errorReadingXsdFile
           
static I18n XsdI18n.warningReadingXsdFile
           
 

Uses of I18n in org.modeshape.sequencer.zip
 

Fields in org.modeshape.sequencer.zip declared as I18n
static I18n ZipI18n.errorClosingZipFile
           
static I18n ZipI18n.errorReadingZipFile
           
 

Uses of I18n in org.modeshape.util
 

Fields in org.modeshape.util declared as I18n
static I18n JpaDdlGenI18n.dialectRequiresModification
           
static I18n JpaDdlGenI18n.directoryLocationCreated
           
static I18n JpaDdlGenI18n.invalidModel
           
static I18n JpaDdlGenI18n.usage
           
 

Uses of I18n in org.modeshape.web.jcr.rest.client
 

Fields in org.modeshape.web.jcr.rest.client declared as I18n
static I18n RestClientI18n.childNodeDefinitionShortDescription
           
static I18n RestClientI18n.connectionErrorMsg
           
static I18n RestClientI18n.createFileFailedMsg
           
static I18n RestClientI18n.createFolderFailedMsg
           
static I18n RestClientI18n.getNodeTypeFailedMsg
           
static I18n RestClientI18n.getNodeTypesFailedMsg
           
static I18n RestClientI18n.getRepositoriesFailedMsg
           
static I18n RestClientI18n.getWorkspacesFailedMsg
           
static I18n RestClientI18n.invalidQueryLanguageMsg
           
static I18n RestClientI18n.invalidQueryMsg
           
static I18n RestClientI18n.nodeTypeShortDescription
           
static I18n RestClientI18n.nullArgumentMsg
           
static I18n RestClientI18n.propertyDefinitionShortDescription
           
static I18n RestClientI18n.publishFailedMsg
           
static I18n RestClientI18n.publishSucceededMsg
           
static I18n RestClientI18n.repositoryShortDescription
           
static I18n RestClientI18n.serverShortDescription
           
static I18n RestClientI18n.unableToConvertValue
           
static I18n RestClientI18n.unknownHttpRequestMethodMsg
           
static I18n RestClientI18n.unpublishFailedMsg
           
static I18n RestClientI18n.unpublishNeverPublishedMsg
           
static I18n RestClientI18n.unpublishSucceededMsg
           
static I18n RestClientI18n.updateFileFailedMsg
           
static I18n RestClientI18n.workspaceShortDescription
           
 

Uses of I18n in org.modeshape.web.jcr.webdav
 

Fields in org.modeshape.web.jcr.webdav declared as I18n
static I18n WebdavI18n.cannotCreateRepository
           
static I18n WebdavI18n.cannotCreateWorkspaceInRepository
           
static I18n WebdavI18n.noStoredRequest
           
static I18n WebdavI18n.requiredParameterMissing
           
static I18n WebdavI18n.uriIsProperty
           
 



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