Package com.pervasive.datarush.namespace


package com.pervasive.datarush.namespace

Provides utilities for creating and managing collections of named objects.

  • Class
    Description
    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.
    Encapsulates the association of a name and entry in a namespace.
    An object which is assigned a name.
    A mapping of names to objects, similar to a Map.
    A mutable implementation of a Namespace.
    A collection of utility methods for working with Namespaces.
    Generates names for namespace entries when none is provided.