Uses of Class
org.apache.torque.generator.qname.QualifiedName
Packages that use QualifiedName
Package
Description
This package contains the classes for reading the control configuration of
the Torque generator units of generation.
This package contains the classes for reading the outlet mappings for
torque-generator's units of generation.
This package implements the torque generator Controller .
This package contains classes handling options.
This package defines torque generator outlets which produce output
snippets from the source.
This package defines and implements copy outlets.
This package defines java outlets and provides some implementations.
This package contains classes which provide the implementation
of a qualified name, i.e. a name whiches lives in a hierarchical
namespace.
This package contains the handling of template-based outlets
in the Torque generator.
This package contains the handling of groovy outlets in the
Torque generator.
This package contains the handling of velocity outlets in the
Torque generator.
This package contains the variable handling.
-
Uses of QualifiedName in org.apache.torque.generator.configuration.controller
Methods in org.apache.torque.generator.configuration.controller that return QualifiedNameModifier and TypeMethodDescriptionOutletReference.getName()Returns the qualified name of the outlet.Output.getName()Returns the name by which this output can be identified.Constructors in org.apache.torque.generator.configuration.controller with parameters of type QualifiedNameModifierConstructorDescriptionOutletReference(QualifiedName name) Constructor.Output(QualifiedName name) Constructor. -
Uses of QualifiedName in org.apache.torque.generator.configuration.outlet
Methods in org.apache.torque.generator.configuration.outlet that return types with arguments of type QualifiedNameModifier and TypeMethodDescriptionOutletConfiguration.getOutlets()Returns a map containing all the configured outlets, keyed by their name.Methods in org.apache.torque.generator.configuration.outlet with parameters of type QualifiedNameModifier and TypeMethodDescriptionprotected abstract OutletOutletSaxHandler.createOutlet(QualifiedName outletName, String uri, String localName, String rawName, Attributes attributes) OutletConfiguration.getOutlet(QualifiedName name) Returns the outlet with the namename.OutletConfigurationSaxHandler.getOutletHandler(QualifiedName outletName, String outletType) Returns the correct handler for a outlet tag.final OutletSaxHandlerCopyOutletSaxHandlerFactory.getOutletSaxHandler(QualifiedName outletName, ConfigurationProvider configurationProvider, UnitDescriptor unitDescriptor, ConfigurationHandlers configurationHandlers) Returns a JavaOutletSaxHandler for reading the configuration of Java outlets.final OutletSaxHandlerGroovyOutletSaxHandlerFactory.getOutletSaxHandler(QualifiedName outletName, ConfigurationProvider configurationProvider, UnitDescriptor unitDescriptor, ConfigurationHandlers configurationHandlers) Returns a GroovyOutletSaxHandler for reading the configuration of Groovy outlets.final OutletSaxHandlerJavaOutletSaxHandlerFactory.getOutletSaxHandler(QualifiedName outletName, ConfigurationProvider configurationProvider, UnitDescriptor unitDescriptor, ConfigurationHandlers configurationHandlers) Returns a JavaOutletSaxHandler for reading the configuration of Java outlets.final OutletSaxHandlerReflectionOutletSaxHandlerFactory.getOutletSaxHandler(String outletType, QualifiedName outletName, ConfigurationProvider configurationProvider, UnitDescriptor unitDescriptor, ConfigurationHandlers configurationHandlers) Returns a OutletSaxHandler for reading the configuration of the outlet.TypedOutletSaxHandlerFactory.getOutletSaxHandler(QualifiedName outletName, ConfigurationProvider configurationProvider, UnitDescriptor unitDescriptor, ConfigurationHandlers configurationHandlers) Returns a OutletSaxHandler for reading in the configuration of a outlet.UntypedOutletSaxHandlerFactory.getOutletSaxHandler(String outletType, QualifiedName outletName, ConfigurationProvider configurationProvider, UnitDescriptor unitDescriptor, ConfigurationHandlers configurationHandlers) Returns a OutletSaxHandler for reading in the configuration of a outlet.final OutletSaxHandlerVelocityOutletSaxHandlerFactory.getOutletSaxHandler(QualifiedName outletName, ConfigurationProvider configurationProvider, UnitDescriptor unitDescriptor, ConfigurationHandlers configurationHandlers) Returns a VelocityOutletSaxHandler for reading the configuration of Velocity outlets.booleanOutletConfiguration.outletExists(QualifiedName qualifiedName) Returns whether a outlet for the given name exists.Constructors in org.apache.torque.generator.configuration.outlet with parameters of type QualifiedNameModifierConstructorDescriptionOutletSaxHandler(QualifiedName outletName, ConfigurationProvider configurationProvider, UnitDescriptor unitDescriptor, ConfigurationHandlers configurationHandlers) Creates a OutletSaxHandler. -
Uses of QualifiedName in org.apache.torque.generator.control
Methods in org.apache.torque.generator.control that return QualifiedNameModifier and TypeMethodDescriptionControllerState.getQualifiedName(String name) Converts a name to a QualifiedName, using the outlet namespace as default namespace is none is given. -
Uses of QualifiedName in org.apache.torque.generator.option
Methods in org.apache.torque.generator.option that return QualifiedNameModifier and TypeMethodDescriptionOption.getQualifiedName()Returns the qualified name of the option.OptionImpl.getQualifiedName()Returns the qualified name of the option.Methods in org.apache.torque.generator.option that return types with arguments of type QualifiedNameModifier and TypeMethodDescriptionOptions.getGlobalScope()Returns a map containing all options in the global scope.Options.keySet()Returns all options in a set.Methods in org.apache.torque.generator.option with parameters of type QualifiedNameModifier and TypeMethodDescriptionbooleanOptions.containsKey(QualifiedName key) Checks if an option with the given key exists in any scope.Options.getInHierarchy(QualifiedName key) Returns the value of the option which is closest in Hierarchy.Constructors in org.apache.torque.generator.option with parameters of type QualifiedNameModifierConstructorDescriptionOptionImpl(QualifiedName qualifiedName, Object value) Constructs an OptionImpl from a QualifiedaName and a value. -
Uses of QualifiedName in org.apache.torque.generator.outlet
Methods in org.apache.torque.generator.outlet that return QualifiedNameModifier and TypeMethodDescriptionDebuggingOutletWrapper.getName()Returns the name of the delegate.Outlet.getName()Returns the name of the outlet.OutletImpl.getName()Constructors in org.apache.torque.generator.outlet with parameters of type QualifiedNameModifierConstructorDescriptionOutletImpl(QualifiedName name) Constructs a OutletImpl with the given name. -
Uses of QualifiedName in org.apache.torque.generator.outlet.copy
Constructors in org.apache.torque.generator.outlet.copy with parameters of type QualifiedNameModifierConstructorDescriptionCopyOutlet(QualifiedName name, ConfigurationProvider configurationProvider, String path) Constructs a new CopyOutlet. -
Uses of QualifiedName in org.apache.torque.generator.outlet.java
Constructors in org.apache.torque.generator.outlet.java with parameters of type QualifiedNameModifierConstructorDescriptionCamelbackOutlet(QualifiedName qualifiedName) Constructor.ConstantNameOutlet(QualifiedName qualifiedName) Constructor.JavadocOutlet(QualifiedName qualifiedName) Constructor.JavaFilenameOutlet(QualifiedName qualifiedName) Constructor.ModifySourcenameOutlet(QualifiedName qualifiedName) Constructor.NewlineOutlet(QualifiedName name) Constructor.OptionOutlet(QualifiedName name) Constructor.Constructs a OutletWithoutMergepoints with the given name.PackageToPathOutlet(QualifiedName qualifiedName) Constructor for use in child classes.StringInputOutlet(QualifiedName qualifiedName) Constructs a singleInputOutlet.XmlOutlet(QualifiedName name) Constructor. -
Uses of QualifiedName in org.apache.torque.generator.qname
Methods in org.apache.torque.generator.qname that return QualifiedNameModifier and TypeMethodDescriptionQualifiedNameMap.getKeyInHierarchy(QualifiedName key) Returns the most specific key in the map which is visible for the provided key.Methods in org.apache.torque.generator.qname that return types with arguments of type QualifiedNameModifier and TypeMethodDescriptionQualifiedNameMap.entrySet()Returns all Entries in this map.QualifiedNameMap.keySet()Returns all keys of the map.Methods in org.apache.torque.generator.qname with parameters of type QualifiedNameModifier and TypeMethodDescriptionQualifiedNameMap.getInHierarchy(QualifiedName key) Returns the most specific entry in the map which is visible for the provided key.QualifiedNameMap.getKeyInHierarchy(QualifiedName key) Returns the most specific key in the map which is visible for the provided key.QualifiedNameMap.getMoreSpecific(T object1, QualifiedName qualifiedName1, T object2, QualifiedName qualifiedName2) Returns the more specific object out of two objects (the object which hides the other object).QualifiedNameMap.put(QualifiedName key, T value) Creates or overwrites a mapping in the map.Method parameters in org.apache.torque.generator.qname with type arguments of type QualifiedNameModifier and TypeMethodDescriptionvoidQualifiedNameMap.putAll(Map<? extends QualifiedName, ? extends T> toPut) Creates or overrides mappings for all the mappings in the supplied map.Constructor parameters in org.apache.torque.generator.qname with type arguments of type QualifiedNameModifierConstructorDescriptionQualifiedNameMap(Map<? extends QualifiedName, ? extends T> map) Constructs a shallow copy of the supplied map. -
Uses of QualifiedName in org.apache.torque.generator.template
Constructors in org.apache.torque.generator.template with parameters of type QualifiedNameModifierConstructorDescriptionprotectedTemplateOutletImpl(QualifiedName name, ConfigurationProvider configurationProvider, String path, String encoding, TemplateFilter templateFilter) Constructs a TemplateOutletImpl with the given name. -
Uses of QualifiedName in org.apache.torque.generator.template.groovy
Constructors in org.apache.torque.generator.template.groovy with parameters of type QualifiedNameModifierConstructorDescriptionGroovyOutlet(QualifiedName name, ConfigurationProvider configurationProvider, String path, String encoding) Constructs a new GroovyOutlet.GroovyScriptOutlet(QualifiedName name, ConfigurationProvider configurationProvider, String path, String encoding) Constructs a new GroovyScriptOutlet.GroovyTemplateOutlet(QualifiedName name, ConfigurationProvider configurationProvider, String path, String encoding) Constructs a new GroovyTemplateOutlet. -
Uses of QualifiedName in org.apache.torque.generator.template.velocity
Constructors in org.apache.torque.generator.template.velocity with parameters of type QualifiedNameModifierConstructorDescriptionVelocityOutlet(QualifiedName name, ConfigurationProvider configurationProvider, String path, String encoding) Constructs a new VelocityTemplateOutlet. -
Uses of QualifiedName in org.apache.torque.generator.variable
Methods in org.apache.torque.generator.variable that return QualifiedNameMethods in org.apache.torque.generator.variable with parameters of type QualifiedNameModifier and TypeMethodDescriptionVariableStore.getInHierarchy(QualifiedName key) Returns the most specific variable which is visible from the key's namespace and has the same name as the key's name.Constructors in org.apache.torque.generator.variable with parameters of type QualifiedNameModifierConstructorDescriptionVariable(QualifiedName name, Object value, Variable.Scope scope) Constructor.