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 | Method and Description |
---|---|
Set<NamespaceRegistry.Namespace> |
SystemNamespaceRegistry.getNamespaces() |
Set<NamespaceRegistry.Namespace> |
CndImporter.getNamespaces() |
Collection<NamespaceRegistry.Namespace> |
SystemContent.readAllNamespaces() |
Modifier and Type | Method and Description |
---|---|
void |
SystemNamespaceRegistry.register(Iterable<NamespaceRegistry.Namespace> namespaces) |
Modifier and Type | Method and Description |
---|---|
Set<NamespaceRegistry.Namespace> |
NamespaceRegistry.getNamespaces()
Obtain a snapshot of all of the
namespaces registered at the time this method is called. |
Modifier and Type | Method and Description |
---|---|
void |
NamespaceRegistry.register(Iterable<NamespaceRegistry.Namespace> namespaces) |
Modifier and Type | Class and Description |
---|---|
class |
BasicNamespace
Basic implementation of a
NamespaceRegistry namespace. |
Modifier and Type | Method and Description |
---|---|
Set<NamespaceRegistry.Namespace> |
LocalNamespaceRegistry.getLocalNamespaces()
Obtain the set of namespaces that are overridden within this
LocalNamespaceRegistry instance. |
Set<NamespaceRegistry.Namespace> |
ThreadSafeNamespaceRegistry.getNamespaces() |
Set<NamespaceRegistry.Namespace> |
SimpleNamespaceRegistry.getNamespaces() |
Set<NamespaceRegistry.Namespace> |
NamespaceRegistryWithAliases.getNamespaces() |
Set<NamespaceRegistry.Namespace> |
LocalNamespaceRegistry.getNamespaces() |
Modifier and Type | Method and Description |
---|---|
int |
BasicNamespace.compareTo(NamespaceRegistry.Namespace that) |
Modifier and Type | Method and Description |
---|---|
void |
ThreadSafeNamespaceRegistry.register(Iterable<NamespaceRegistry.Namespace> namespaces) |
void |
SimpleNamespaceRegistry.register(Iterable<NamespaceRegistry.Namespace> namespaces) |
void |
NamespaceRegistryWithAliases.register(Iterable<NamespaceRegistry.Namespace> namespaces) |
Copyright © 2008–2016 JBoss, a division of Red Hat. All rights reserved.