Module datarush.library
Package com.pervasive.datarush.namespace
package com.pervasive.datarush.namespace
Provides utilities for creating and managing collections of named objects.
-
ClassDescriptionBindListener<T>Listener for detecting the assignment of names to objects in a namespace.Handler for name collisions within a namespace.Exception indicating a field already exists in a field namespace such as a record.Exception indicating reference to an invalid field (or fields) in a record structure.NameBinding<T>Encapsulates the association of a name and entry in a namespace.An object which is assigned a name.Namespace<T>A mapping of names to objects, similar to a
Map.A mutable implementation of aNamespace.A collection of utility methods for working withNamespaces.NamingPolicy<T>Generates names for namespace entries when none is provided.