| Package | Description | 
|---|---|
| org.apache.torque.generator.configuration.controller | 
      This package contains the classes for reading the control configuration of
      the Torque generator units of generation. | 
| org.apache.torque.generator.control | 
      This package implements the torque generator Controller . | 
| org.apache.torque.generator.option | 
      This package contains classes handling options. | 
| org.apache.torque.generator.qname | 
      This package contains classes which provide the implementation
      of a qualified name, i.e. | 
| Modifier and Type | Method and Description | 
|---|---|
| Namespace | OutletReference. getNamespace()Returns the namespace under which the outlet executes. | 
| Modifier and Type | Method and Description | 
|---|---|
| Namespace | ControllerState. getOutletNamespace()Returns the namespace of the outlet which is currently active. | 
| Modifier and Type | Method and Description | 
|---|---|
| Options | Options. getAllInHierarchy(Namespace namespace)Returns all mappings which live in the given namespace. | 
| Options | Options. getInHierarchy(Namespace namespace)Returns all mappings which live in the given name space. | 
| Modifier and Type | Field and Description | 
|---|---|
| static Namespace | Namespace. ROOT_NAMESPACEThe root namespace. | 
| Modifier and Type | Method and Description | 
|---|---|
| Namespace | QualifiedName. getNamespace()Returns the namespace of the QualifiedName. | 
| Namespace | Namespace. getParent()Returns the parent of the given namespace. | 
| Namespace | QualifiedName. getParentNamespace()Returns the parent of the Qualified name's namespace. | 
| Modifier and Type | Method and Description | 
|---|---|
| QualifiedNameMap<T> | QualifiedNameMap. getAllInHierarchy(Namespace namespace)Returns all mappings which live in the given namespace. | 
| QualifiedNameMap<T> | QualifiedNameMap. getInHierarchy(Namespace namespace)Returns all mappings which live in the given namespace. | 
| boolean | Namespace. isVisibleFrom(Namespace otherNamespace)Returns if this namespace is visible from another namespace. | 
| boolean | QualifiedName. isVisibleFrom(Namespace otherNamespace)Returns if this qualified name is visible from another namespace. | 
| boolean | Namespace. isVisibleTo(Namespace otherNamespace)Returns if this namespace is visible to another namespace. | 
| Constructor and Description | 
|---|
| Namespace(Namespace toCopy)Copy-Contructor. | 
| QualifiedName(String nameOrQualifiedName,
             Namespace defaultNamespace)Creates a QualifiedName from a fully qualified name or the name and the
 namespace parts of a QualifiedName. | 
Copyright © 2000–2020 The Apache Software Foundation. All rights reserved.