Package | Description |
---|---|
org.modeshape.jcr | |
org.modeshape.jcr.value |
Nodes in a graph contain properties, and this package defines the interfaces, classes and exceptions for
representing and working with properties and their values.
|
org.modeshape.jcr.value.basic |
A set of basic implementations of the various interfaces defined in
org.modeshape.jcr.value . |
Modifier and Type | Class and Description |
---|---|
class |
ExecutionContext
An ExecutionContext is a representation of the environment or context in which a component or operation is operating.
|
Modifier and Type | Method and Description |
---|---|
UriFactory |
UriFactory.with(NamespaceRegistry.Holder namespaceRegistryHolder)
Return a potentially new copy of this factory that uses the supplied
NamespaceRegistry.Holder object. |
StringFactory |
StringFactory.with(NamespaceRegistry.Holder namespaceRegistryHolder)
Return a potentially new copy of this factory that uses the supplied
NamespaceRegistry.Holder object. |
NameFactory |
NameFactory.with(NamespaceRegistry.Holder namespaceRegistryHolder)
Return a potentially new copy of this factory that uses the supplied
NamespaceRegistry.Holder object. |
Modifier and Type | Method and Description |
---|---|
UriFactory |
UriValueFactory.with(NamespaceRegistry.Holder namespaceRegistryHolder) |
StringFactory |
StringValueFactory.with(NamespaceRegistry.Holder namespaceRegistryHolder) |
NameFactory |
NameValueFactory.with(NamespaceRegistry.Holder namespaceRegistryHolder) |
Constructor and Description |
---|
NameValueFactory(NamespaceRegistry.Holder namespaceRegistryHolder,
TextDecoder decoder,
ValueFactories factories)
Create a new instance.
|
StringValueFactory(NamespaceRegistry.Holder namespaceRegistryHolder,
TextDecoder decoder,
TextEncoder encoder) |
UriValueFactory(NamespaceRegistry.Holder namespaceRegistryHolder,
TextDecoder decoder,
ValueFactories factories)
Create a new instance.
|
Copyright © 2008-2014 JBoss, a division of Red Hat. All Rights Reserved.