org.jboss.dna.graph
Class GraphI18n

java.lang.Object
  extended by org.jboss.dna.graph.GraphI18n

public final class GraphI18n
extends Object

The internationalized string constants for the org.jboss.dna.graph* packages.


Field Summary
static I18n actualLocationDoesNotHaveCorrectChildName
           
static I18n actualLocationIsNotAtCorrectChildSegment
           
static I18n actualLocationIsNotChildOfInputLocation
           
static I18n actualLocationIsNotSameAsInputLocation
           
static I18n actualLocationMustHavePath
           
static I18n actualNewLocationIsNotSameAsInputLocation
           
static I18n actualNewLocationMustHavePath
           
static I18n actualNewLocationMustHaveSameNameAsRequest
           
static I18n actualNewLocationMustHaveSameParentAsOldLocation
           
static I18n actualOldLocationIsNotSameAsInputLocation
           
static I18n actualOldLocationMustHavePath
           
static I18n childNotFound
           
static I18n cloneLimitedToBeWithinSingleSource
           
static I18n closedConnectionMayNotBeUsed
           
static I18n closedRequestProcessor
           
static I18n closingRequestProcessor
           
static I18n copyLimitedToBeWithinSingleSource
           
static I18n errorAddingProjectionRuleParseMethod
           
static I18n errorConvertingIo
           
static I18n errorConvertingType
           
static I18n errorImportingContent
           
static I18n errorReadingConfigurationForFederatedRepositorySource
           
static I18n errorReadingPropertyValueBytes
           
static I18n errorSerializingInMemoryCachePolicyInSource
           
static I18n executedRequest
           
static I18n executingRequest
           
static I18n federatedRepositorySourceMustBeInitialized
           
static I18n federatedSourceDoesNotSupportCloningWorkspaces
           
static I18n federatedSourceDoesNotSupportCreatingWorkspaces
           
static I18n federatedSourceDoesNotSupportDestroyingWorkspaces
           
static I18n inMemoryConnectorRequestsMustHavePathOrUuid
           
static I18n inMemoryNodeDoesNotExist
           
static I18n invalidIndexInSegmentName
           
static I18n invalidQualifiedNameString
           
static I18n locationCannotBeProjectedIntoWorkspaceAndSource
           
static I18n maximumPoolSizeMayNotBeSmallerThanCorePoolSize
           
static I18n messageDigestNotFound
           
static I18n missingEndBracketInSegmentName
           
static I18n moveLimitedToBeWithinSingleSource
           
static I18n multipleErrorsWhileExecutingManyRequests
           
static I18n multipleErrorsWhileExecutingRequests
           
static I18n namePropertyIsRequiredForFederatedRepositorySource
           
static I18n nodeAlreadyExistsWithUuid
           
static I18n nodeHasAlreadyBeenRemovedFromThisSession
           
static I18n noNamespaceRegisteredForPrefix
           
static I18n pathAncestorDegreeIsInvalid
           
static I18n pathCannotBeNormalized
           
static I18n pathExpressionHasInvalidMatch
           
static I18n pathExpressionHasInvalidSelect
           
static I18n pathExpressionIsInvalid
           
static I18n pathExpressionMayNotBeBlank
           
static I18n pathIsAlreadyAbsolute
           
static I18n pathIsNotAbsolute
           
static I18n pathIsNotRelative
           
static I18n pathNotFoundExceptionLowestExistingLocationFound
           
static I18n propertyIsRequiredForFederatedRepositorySource
           
static I18n repositoryConnectionPoolIsNotRunning
           
static I18n requestIsFrozenAndMayNotBeChanged
           
static I18n requiredNodeDoesNotExistRelativeToNode
           
static I18n unableToAddMoreRequestsToAlreadyExecutedBatch
           
static I18n unableToAddRequestToChannelThatIsDone
           
static I18n unableToCopyToLocationWithoutAPath
           
static I18n unableToCopyToTheRoot
           
static I18n unableToCreateNodeUnderPlaceholder
           
static I18n unableToCreateReferenceToNodeWithoutUuid
           
static I18n unableToCreateSubpathBeginIndexGreaterThanOrEqualToEndingIndex
           
static I18n unableToCreateSubpathBeginIndexGreaterThanOrEqualToSize
           
static I18n unableToCreateValue
           
static I18n unableToDeletePlaceholder
           
static I18n unableToDiscoverPropertyTypeForNullValue
           
static I18n unableToFindRepositorySourceWithName
           
static I18n unableToMoveNodeToBeChildOfDecendent
           
static I18n unableToObtainConnectionToFederatedSource
           
static I18n unableToObtainValidRepositoryAfterAttempts
           
static I18n unableToProjectSourceInformationIntoWorkspace
           
static I18n unableToRefreshBranchBecauseChangesDependOnChangesToNodesOutsideOfBranch
           
static I18n unableToSaveBranchBecauseChangesDependOnChangesToNodesOutsideOfBranch
           
static I18n unableToSaveNodeThatWasCreatedSincePreviousSave
           
static I18n unableToUpdatePlaceholder
           
static I18n unsupportedRequestType
           
static I18n validPathMayNotContainEmptySegment
           
static I18n valueJavaTypeNotCompatibleWithPropertyType
           
static I18n workspaceAlreadyExistsInRepository
           
static I18n workspaceDoesNotExistInFederatedRepository
           
static I18n workspaceDoesNotExistInRepository
           
 
Constructor Summary
GraphI18n()
           
 
Method Summary
static Set<Locale> getLocalizationProblemLocales()
           
static Set<String> getLocalizationProblems()
           
static Set<String> getLocalizationProblems(Locale locale)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

closedConnectionMayNotBeUsed

public static I18n closedConnectionMayNotBeUsed

errorConvertingIo

public static I18n errorConvertingIo

errorConvertingType

public static I18n errorConvertingType

errorReadingPropertyValueBytes

public static I18n errorReadingPropertyValueBytes

invalidIndexInSegmentName

public static I18n invalidIndexInSegmentName

invalidQualifiedNameString

public static I18n invalidQualifiedNameString

maximumPoolSizeMayNotBeSmallerThanCorePoolSize

public static I18n maximumPoolSizeMayNotBeSmallerThanCorePoolSize

missingEndBracketInSegmentName

public static I18n missingEndBracketInSegmentName

noNamespaceRegisteredForPrefix

public static I18n noNamespaceRegisteredForPrefix

pathAncestorDegreeIsInvalid

public static I18n pathAncestorDegreeIsInvalid

pathCannotBeNormalized

public static I18n pathCannotBeNormalized

pathIsAlreadyAbsolute

public static I18n pathIsAlreadyAbsolute

pathIsNotAbsolute

public static I18n pathIsNotAbsolute

pathIsNotRelative

public static I18n pathIsNotRelative

repositoryConnectionPoolIsNotRunning

public static I18n repositoryConnectionPoolIsNotRunning

unableToCreateSubpathBeginIndexGreaterThanOrEqualToEndingIndex

public static I18n unableToCreateSubpathBeginIndexGreaterThanOrEqualToEndingIndex

unableToCreateSubpathBeginIndexGreaterThanOrEqualToSize

public static I18n unableToCreateSubpathBeginIndexGreaterThanOrEqualToSize

unableToCreateValue

public static I18n unableToCreateValue

unableToDiscoverPropertyTypeForNullValue

public static I18n unableToDiscoverPropertyTypeForNullValue

unableToObtainValidRepositoryAfterAttempts

public static I18n unableToObtainValidRepositoryAfterAttempts

validPathMayNotContainEmptySegment

public static I18n validPathMayNotContainEmptySegment

valueJavaTypeNotCompatibleWithPropertyType

public static I18n valueJavaTypeNotCompatibleWithPropertyType

pathExpressionMayNotBeBlank

public static I18n pathExpressionMayNotBeBlank

pathExpressionIsInvalid

public static I18n pathExpressionIsInvalid

pathExpressionHasInvalidSelect

public static I18n pathExpressionHasInvalidSelect

pathExpressionHasInvalidMatch

public static I18n pathExpressionHasInvalidMatch

messageDigestNotFound

public static I18n messageDigestNotFound

pathNotFoundExceptionLowestExistingLocationFound

public static I18n pathNotFoundExceptionLowestExistingLocationFound

executingRequest

public static I18n executingRequest

executedRequest

public static I18n executedRequest

closingRequestProcessor

public static I18n closingRequestProcessor

closedRequestProcessor

public static I18n closedRequestProcessor

multipleErrorsWhileExecutingManyRequests

public static I18n multipleErrorsWhileExecutingManyRequests

multipleErrorsWhileExecutingRequests

public static I18n multipleErrorsWhileExecutingRequests

unsupportedRequestType

public static I18n unsupportedRequestType

unableToAddMoreRequestsToAlreadyExecutedBatch

public static I18n unableToAddMoreRequestsToAlreadyExecutedBatch

unableToCreateReferenceToNodeWithoutUuid

public static I18n unableToCreateReferenceToNodeWithoutUuid

unableToCopyToLocationWithoutAPath

public static I18n unableToCopyToLocationWithoutAPath

unableToCopyToTheRoot

public static I18n unableToCopyToTheRoot

actualLocationIsNotSameAsInputLocation

public static I18n actualLocationIsNotSameAsInputLocation

actualLocationIsNotChildOfInputLocation

public static I18n actualLocationIsNotChildOfInputLocation

actualLocationIsNotAtCorrectChildSegment

public static I18n actualLocationIsNotAtCorrectChildSegment

actualLocationDoesNotHaveCorrectChildName

public static I18n actualLocationDoesNotHaveCorrectChildName

actualLocationMustHavePath

public static I18n actualLocationMustHavePath

actualNewLocationIsNotSameAsInputLocation

public static I18n actualNewLocationIsNotSameAsInputLocation

actualNewLocationMustHavePath

public static I18n actualNewLocationMustHavePath

actualOldLocationIsNotSameAsInputLocation

public static I18n actualOldLocationIsNotSameAsInputLocation

actualOldLocationMustHavePath

public static I18n actualOldLocationMustHavePath

actualNewLocationMustHaveSameParentAsOldLocation

public static I18n actualNewLocationMustHaveSameParentAsOldLocation

actualNewLocationMustHaveSameNameAsRequest

public static I18n actualNewLocationMustHaveSameNameAsRequest

requestIsFrozenAndMayNotBeChanged

public static I18n requestIsFrozenAndMayNotBeChanged

errorImportingContent

public static I18n errorImportingContent

unableToFindRepositorySourceWithName

public static I18n unableToFindRepositorySourceWithName

nodeAlreadyExistsWithUuid

public static I18n nodeAlreadyExistsWithUuid

inMemoryNodeDoesNotExist

public static I18n inMemoryNodeDoesNotExist

errorSerializingInMemoryCachePolicyInSource

public static I18n errorSerializingInMemoryCachePolicyInSource

inMemoryConnectorRequestsMustHavePathOrUuid

public static I18n inMemoryConnectorRequestsMustHavePathOrUuid

workspaceDoesNotExistInRepository

public static I18n workspaceDoesNotExistInRepository

workspaceAlreadyExistsInRepository

public static I18n workspaceAlreadyExistsInRepository

namePropertyIsRequiredForFederatedRepositorySource

public static I18n namePropertyIsRequiredForFederatedRepositorySource

propertyIsRequiredForFederatedRepositorySource

public static I18n propertyIsRequiredForFederatedRepositorySource

federatedRepositorySourceMustBeInitialized

public static I18n federatedRepositorySourceMustBeInitialized

errorReadingConfigurationForFederatedRepositorySource

public static I18n errorReadingConfigurationForFederatedRepositorySource

errorAddingProjectionRuleParseMethod

public static I18n errorAddingProjectionRuleParseMethod

requiredNodeDoesNotExistRelativeToNode

public static I18n requiredNodeDoesNotExistRelativeToNode

unableToObtainConnectionToFederatedSource

public static I18n unableToObtainConnectionToFederatedSource

workspaceDoesNotExistInFederatedRepository

public static I18n workspaceDoesNotExistInFederatedRepository

locationCannotBeProjectedIntoWorkspaceAndSource

public static I18n locationCannotBeProjectedIntoWorkspaceAndSource

unableToAddRequestToChannelThatIsDone

public static I18n unableToAddRequestToChannelThatIsDone

federatedSourceDoesNotSupportCreatingWorkspaces

public static I18n federatedSourceDoesNotSupportCreatingWorkspaces

federatedSourceDoesNotSupportCloningWorkspaces

public static I18n federatedSourceDoesNotSupportCloningWorkspaces

federatedSourceDoesNotSupportDestroyingWorkspaces

public static I18n federatedSourceDoesNotSupportDestroyingWorkspaces

unableToProjectSourceInformationIntoWorkspace

public static I18n unableToProjectSourceInformationIntoWorkspace

unableToCreateNodeUnderPlaceholder

public static I18n unableToCreateNodeUnderPlaceholder

unableToUpdatePlaceholder

public static I18n unableToUpdatePlaceholder

unableToDeletePlaceholder

public static I18n unableToDeletePlaceholder

copyLimitedToBeWithinSingleSource

public static I18n copyLimitedToBeWithinSingleSource

moveLimitedToBeWithinSingleSource

public static I18n moveLimitedToBeWithinSingleSource

cloneLimitedToBeWithinSingleSource

public static I18n cloneLimitedToBeWithinSingleSource

unableToRefreshBranchBecauseChangesDependOnChangesToNodesOutsideOfBranch

public static I18n unableToRefreshBranchBecauseChangesDependOnChangesToNodesOutsideOfBranch

unableToSaveBranchBecauseChangesDependOnChangesToNodesOutsideOfBranch

public static I18n unableToSaveBranchBecauseChangesDependOnChangesToNodesOutsideOfBranch

unableToSaveNodeThatWasCreatedSincePreviousSave

public static I18n unableToSaveNodeThatWasCreatedSincePreviousSave

nodeHasAlreadyBeenRemovedFromThisSession

public static I18n nodeHasAlreadyBeenRemovedFromThisSession

unableToMoveNodeToBeChildOfDecendent

public static I18n unableToMoveNodeToBeChildOfDecendent

childNotFound

public static I18n childNotFound
Constructor Detail

GraphI18n

public GraphI18n()
Method Detail

getLocalizationProblemLocales

public static Set<Locale> getLocalizationProblemLocales()

getLocalizationProblems

public static Set<String> getLocalizationProblems()

getLocalizationProblems

public static Set<String> getLocalizationProblems(Locale locale)


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