org.modeshape.jcr.GraphI18n Maven / Gradle / Ivy
/*
* ModeShape (http://www.modeshape.org)
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.modeshape.jcr;
import java.util.Locale;
import java.util.Set;
import org.modeshape.common.CommonI18n;
import org.modeshape.common.i18n.I18n;
/**
* The internationalized string constants for the org.modeshape.graph*
packages.
*/
public final class GraphI18n {
public static I18n closedConnectionMayNotBeUsed;
public static I18n errorConvertingIo;
public static I18n errorConvertingType;
public static I18n errorReadingPropertyValueBytes;
public static I18n invalidIndexInSegmentName;
public static I18n invalidQualifiedNameString;
public static I18n maximumPoolSizeMayNotBeSmallerThanCorePoolSize;
public static I18n missingEndBracketInSegmentName;
public static I18n noNamespaceRegisteredForPrefix;
public static I18n pathAncestorDegreeIsInvalid;
public static I18n pathCannotBeNormalized;
public static I18n pathIsAlreadyAbsolute;
public static I18n pathIsNotAbsolute;
public static I18n pathIsNotRelative;
public static I18n identifierPathContainedUnsupportedIdentifierFormat;
public static I18n identifierPathDoesNotMatchSuppliedUuid;
public static I18n unableToResolvePathRelativeToIdentifierPath;
public static I18n unableToCreateRelativePathWithIdentifierSegment;
public static I18n unableToCreatePathBasedUponIdentifierPath;
public static I18n unableToCreatePathUsingIdentifierPathAndAnotherPath;
public static I18n repositoryConnectionPoolIsNotRunning;
public static I18n unableToCreateSubpathBeginIndexGreaterThanOrEqualToEndingIndex;
public static I18n unableToCreateSubpathBeginIndexGreaterThanOrEqualToSize;
public static I18n unableToCreateValue;
public static I18n unableToDiscoverPropertyTypeForNullValue;
public static I18n unableToObtainValidRepositoryAfterAttempts;
public static I18n validPathMayNotContainEmptySegment;
public static I18n missingClosingBrace;
public static I18n valueJavaTypeNotCompatibleWithPropertyType;
public static I18n pathExpressionMayNotBeBlank;
public static I18n pathExpressionIsInvalid;
public static I18n pathExpressionHasInvalidSelect;
public static I18n pathExpressionHasInvalidMatch;
public static I18n messageDigestNotFound;
public static I18n pathNotFoundExceptionLowestExistingLocationFound;
public static I18n executingRequest;
public static I18n executedRequest;
public static I18n closingRequestProcessor;
public static I18n closedRequestProcessor;
public static I18n multipleErrorsWhileExecutingManyRequests;
public static I18n multipleErrorsWhileExecutingRequests;
public static I18n errorWhilePerformingAccessQuery;
public static I18n unsupportedRequestType;
public static I18n unableToAddMoreRequestsToAlreadyExecutedBatch;
public static I18n unableToCreateReferenceToNodeWithoutUuid;
public static I18n unableToCopyToLocationWithoutAPath;
public static I18n unableToCopyToTheRoot;
public static I18n actualLocationNotEqualToInputLocation;
public static I18n actualLocationIsNotChildOfInputLocation;
public static I18n actualLocationIsNotAtCorrectChildSegment;
public static I18n actualLocationDoesNotHaveCorrectChildName;
public static I18n actualLocationMustHavePath;
public static I18n actualNewLocationIsNotSameAsInputLocation;
public static I18n actualNewLocationMustHavePath;
public static I18n actualOldLocationIsNotSameAsInputLocation;
public static I18n actualOldLocationMustHavePath;
public static I18n actualNewLocationMustHaveSameParentAsOldLocation;
public static I18n actualNewLocationMustHaveSameNameAsRequest;
public static I18n requestIsFrozenAndMayNotBeChanged;
public static I18n propertyIsNotPartOfRequest;
public static I18n namespaceAliasWasNotMappedToRealNamespace;
public static I18n aliasesMappedToRealNamespacesButWereNotRegisteredInAliasNamespace;
public static I18n noPropertiesToUpdate;
public static I18n noPropertiesToRemove;
public static I18n errorImportingContent;
public static I18n unableToFindRepositorySourceWithName;
public static I18n nodeAlreadyExistsWithUuid;
public static I18n nodeDoesNotExistWithUuid;
public static I18n couldNotAcquireLock;
public static I18n errorNotifyingObserver;
public static I18n errorSerializingNodeCachePolicyInSource;
/* In-Memory Connector */
public static I18n nodeDoesNotExist;
public static I18n errorSerializingInMemoryCachePolicyInSource;
public static I18n inMemoryConnectorRequestsMustHavePathOrUuid;
public static I18n inMemoryConnectorMustAllowUpdates;
public static I18n pathConnectorRequestsMustHavePath;
public static I18n workspaceDoesNotExistInRepository;
public static I18n workspaceAlreadyExistsInRepository;
public static I18n currentWorkspaceCannotBeDeleted;
public static I18n sourceIsReadOnly;
public static I18n workspaceIsReadOnly;
public static I18n sourceDoesNotAllowCreatingWorkspaces;
public static I18n namePropertyDescription;
public static I18n namePropertyLabel;
public static I18n namePropertyCategory;
public static I18n jndiNamePropertyDescription;
public static I18n jndiNamePropertyLabel;
public static I18n jndiNamePropertyCategory;
public static I18n defaultWorkspaceNamePropertyDescription;
public static I18n defaultWorkspaceNamePropertyLabel;
public static I18n defaultWorkspaceNamePropertyCategory;
public static I18n rootNodeUuidWithDefaultPropertyDescription;
public static I18n rootNodeUuidPropertyDescription;
public static I18n rootNodeUuidPropertyLabel;
public static I18n rootNodeUuidPropertyCategory;
public static I18n predefinedWorkspaceNamesPropertyDescription;
public static I18n predefinedWorkspaceNamesPropertyLabel;
public static I18n predefinedWorkspaceNamesPropertyCategory;
public static I18n retryLimitPropertyDescription;
public static I18n retryLimitPropertyLabel;
public static I18n retryLimitPropertyCategory;
public static I18n updatesAllowedPropertyDescription;
public static I18n updatesAllowedPropertyLabel;
public static I18n updatesAllowedPropertyCategory;
public static I18n creatingWorkspacesAllowedPropertyDescription;
public static I18n creatingWorkspacesAllowedPropertyLabel;
public static I18n creatingWorkspacesAllowedPropertyCategory;
/* XML File Connector */
public static I18n contentPropertyDescription;
public static I18n contentPropertyLabel;
public static I18n contentPropertyCategory;
/* Federation Connection */
public static I18n namePropertyIsRequiredForFederatedRepositorySource;
public static I18n propertyIsRequiredForFederatedRepositorySource;
public static I18n federatedRepositorySourceMustBeInitialized;
public static I18n errorReadingConfigurationForFederatedRepositorySource;
public static I18n errorAddingProjectionRuleParseMethod;
public static I18n requiredNodeDoesNotExistRelativeToNode;
public static I18n unableToObtainConnectionToFederatedSource;
public static I18n workspaceDoesNotExistInFederatedRepository;
public static I18n locationCannotBeProjectedIntoWorkspaceAndSource;
public static I18n unableToAddRequestToChannelThatIsDone;
public static I18n federatedSourceDoesNotSupportCreatingWorkspaces;
public static I18n federatedSourceDoesNotSupportCloningWorkspaces;
public static I18n federatedSourceDoesNotSupportDestroyingWorkspaces;
public static I18n unableToProjectSourceInformationIntoWorkspace;
public static I18n unableToCreateNodeUnderPlaceholder;
public static I18n unableToUpdatePlaceholder;
public static I18n unableToDeletePlaceholder;
public static I18n copyLimitedToBeWithinSingleSource;
public static I18n moveLimitedToBeWithinSingleSource;
public static I18n cloneLimitedToBeWithinSingleSource;
/* Session */
public static I18n unableToRefreshBranchBecauseChangesDependOnChangesToNodesOutsideOfBranch;
public static I18n unableToSaveBranchBecauseChangesDependOnChangesToNodesOutsideOfBranch;
public static I18n unableToSaveNodeThatWasCreatedSincePreviousSave;
public static I18n nodeHasAlreadyBeenRemovedFromThisSession;
public static I18n unableToMoveNodeToBeChildOfDecendent;
public static I18n childNotFound;
public static I18n unableToRefreshPropertiesBecauseNodeIsModified;
/* Query */
public static I18n unknownQueryLanguage;
public static I18n tableDoesNotExist;
public static I18n tableDoesNotExistButMatchesAnotherTable;
public static I18n columnDoesNotExistOnTable;
public static I18n columnDoesNotExistOnTableAndMayBeResidual;
public static I18n columnDoesNotExistOnTableAndMayBeTypo;
public static I18n columnDoesNotExistOnTableAndMayBeWrongSelector;
public static I18n columnDoesNotExistInQuery;
public static I18n columnIsNotFullTextSearchable;
public static I18n tableIsNotFullTextSearchable;
public static I18n columnTypeCannotBeUsedInArithmeticOperation;
public static I18n dynamicOperandCannotBeUsedInArithmeticOperation;
public static I18n selectorDoesNotExistInQuery;
public static I18n selectorNamesMayNotBeUsedMoreThanOnce;
public static I18n propertyOnSelectorIsNotUsedInQuery;
public static I18n errorResolvingNodesFromLocationsUsingSourceAndWorkspace;
public static I18n queryHasNoResults;
public static I18n schemataKeyReferencesNonExistingColumn;
public static I18n nextMethodMustBeCalledBeforeGettingValue;
public static I18n expectingValidName;
public static I18n pathIsNotValid;
public static I18n pathMustBeAbsolute;
public static I18n columnMustBeScoped;
public static I18n expectingValidNameAtLineAndColumn;
public static I18n expectingValidPathAtLineAndColumn;
public static I18n mustBeScopedAtLineAndColumn;
public static I18n unexpectedToken;
public static I18n secondValueInLimitRangeCannotBeLessThanFirst;
public static I18n expectingComparisonOperator;
public static I18n expectingConstraintCondition;
public static I18n functionIsAmbiguous;
public static I18n functionHasInvalidBindVariable;
public static I18n bindVariableMustConformToNcName;
public static I18n invalidPropertyType;
public static I18n valueCannotBeCastToSpecifiedType;
public static I18n noMatchingBracketFound;
public static I18n expectingLiteralAndUnableToParseAsLong;
public static I18n expectingLiteralAndUnableToParseAsDouble;
public static I18n expectingLiteralAndUnableToParseAsDate;
public static I18n unexpectedClosingParenthesis;
public static I18n leftAndRightQueriesInSetQueryMustHaveUnionableColumns;
public static I18n operatorIsNotValidAgainstColumnInTable;
public static I18n columnInTableIsNotOrderable;
public static I18n missingVariableValue;
public static I18n lengthOperandRequiresLongLiteralType;
public static I18n nameOperandRequiresNameLiteralType;
/* Search */
public static I18n interruptedWhileClosingChannel;
public static I18n errorWhilePerformingQuery;
public static I18n errorShuttingDownExecutorServiceInSearchEngineIndexer;
public static I18n searchEngineIndexerForSourceHasAlreadyBeenClosed;
/* RepositoryConnectionPool */
public static I18n poolKeepAliveTimeDescription;
public static I18n poolKeepAliveTimeLabel;
public static I18n poolKeepAliveTimeCategory;
public static I18n poolCorePoolSizeDescription;
public static I18n poolCorePoolSizeLabel;
public static I18n poolCorePoolSizeCategory;
public static I18n poolMaxiumumPoolSizeDescription;
public static I18n poolMaxiumumPoolSizeLabel;
public static I18n poolMaxiumumPoolSizeCategory;
public static I18n poolValidateConnectionBeforeUseDescription;
public static I18n poolValidateConnectionBeforeUseLabel;
public static I18n poolValidateConnectionBeforeUseCategory;
public static I18n poolPingTimeoutDescription;
public static I18n poolPingTimeoutLabel;
public static I18n poolPingTimeoutCategory;
public static I18n poolMaximumFailedAttemptsBeforeErrorDescription;
public static I18n poolMaximumFailedAttemptsBeforeErrorLabel;
public static I18n poolMaximumFailedAttemptsBeforeErrorCategory;
private GraphI18n() {
}
static {
try {
I18n.initialize(GraphI18n.class);
} catch (final Exception err) {
// CHECKSTYLE IGNORE check FOR NEXT 1 LINES
System.err.println(err);
}
}
public static Set getLocalizationProblemLocales() {
return I18n.getLocalizationProblemLocales(CommonI18n.class);
}
public static Set getLocalizationProblems() {
return I18n.getLocalizationProblems(CommonI18n.class);
}
public static Set getLocalizationProblems( Locale locale ) {
return I18n.getLocalizationProblems(CommonI18n.class, locale);
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy