Uses of Interface
com.pervasive.datarush.namespace.NamingPolicy
-
Packages that use NamingPolicy Package Description com.pervasive.datarush.namespace Provides utilities for creating and managing collections of named objects. -
-
Uses of NamingPolicy in com.pervasive.datarush.namespace
Fields in com.pervasive.datarush.namespace declared as NamingPolicy Modifier and Type Field Description static NamingPolicy<?>
NamespaceBuilder. NO_DEFAULT_NAME
Predefined name generation policy throwing an exception.Methods in com.pervasive.datarush.namespace with parameters of type NamingPolicy Modifier and Type Method Description static <T> NamespaceBuilder<T>
NamespaceBuilder. sequencedNamespace(NamingPolicy<T> defaultNaming)
Gets a mutable namespace using the specified default naming policy.static <T> NamespaceBuilder<T>
NamespaceBuilder. uniqueNamespace(NamingPolicy<T> defaultNaming)
Gets a mutable namespace using the specified default naming policy.Constructors in com.pervasive.datarush.namespace with parameters of type NamingPolicy Constructor Description NamespaceBuilder(CollisionPolicy<T> onCollision, NamingPolicy<T> defaultNaming)
Creates a new mutable namespace with the specified collision and name generation policies.NamespaceBuilder(NamingPolicy<T> defaultNaming)
Creates a new mutable namespace with collisions causing an error and the specified name generation policy.
-