Verwendungen von Klasse
org.apache.torque.generator.qname.QualifiedName
Packages, die QualifiedName verwenden
Package
Beschreibung
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.
-
Verwendungen von QualifiedName in org.apache.torque.generator.configuration.controller
Methoden in org.apache.torque.generator.configuration.controller, die QualifiedName zurückgebenModifizierer und TypMethodeBeschreibungOutletReference.getName()
Returns the qualified name of the outlet.Output.getName()
Returns the name by which this output can be identified.Konstruktoren in org.apache.torque.generator.configuration.controller mit Parametern vom Typ QualifiedNameModifiziererKonstruktorBeschreibungOutletReference
(QualifiedName name) Constructor.Output
(QualifiedName name) Constructor. -
Verwendungen von QualifiedName in org.apache.torque.generator.configuration.outlet
Methoden in org.apache.torque.generator.configuration.outlet, die Typen mit Argumenten vom Typ QualifiedName zurückgebenModifizierer und TypMethodeBeschreibungOutletConfiguration.getOutlets()
Returns a map containing all the configured outlets, keyed by their name.Methoden in org.apache.torque.generator.configuration.outlet mit Parametern vom Typ QualifiedNameModifizierer und TypMethodeBeschreibungprotected abstract Outlet
OutletSaxHandler.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 OutletSaxHandler
CopyOutletSaxHandlerFactory.getOutletSaxHandler
(QualifiedName outletName, ConfigurationProvider configurationProvider, UnitDescriptor unitDescriptor, ConfigurationHandlers configurationHandlers) Returns a JavaOutletSaxHandler for reading the configuration of Java outlets.final OutletSaxHandler
GroovyOutletSaxHandlerFactory.getOutletSaxHandler
(QualifiedName outletName, ConfigurationProvider configurationProvider, UnitDescriptor unitDescriptor, ConfigurationHandlers configurationHandlers) Returns a GroovyOutletSaxHandler for reading the configuration of Groovy outlets.final OutletSaxHandler
JavaOutletSaxHandlerFactory.getOutletSaxHandler
(QualifiedName outletName, ConfigurationProvider configurationProvider, UnitDescriptor unitDescriptor, ConfigurationHandlers configurationHandlers) Returns a JavaOutletSaxHandler for reading the configuration of Java outlets.final OutletSaxHandler
ReflectionOutletSaxHandlerFactory.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 OutletSaxHandler
VelocityOutletSaxHandlerFactory.getOutletSaxHandler
(QualifiedName outletName, ConfigurationProvider configurationProvider, UnitDescriptor unitDescriptor, ConfigurationHandlers configurationHandlers) Returns a VelocityOutletSaxHandler for reading the configuration of Velocity outlets.boolean
OutletConfiguration.outletExists
(QualifiedName qualifiedName) Returns whether a outlet for the given name exists.Konstruktoren in org.apache.torque.generator.configuration.outlet mit Parametern vom Typ QualifiedNameModifiziererKonstruktorBeschreibungOutletSaxHandler
(QualifiedName outletName, ConfigurationProvider configurationProvider, UnitDescriptor unitDescriptor, ConfigurationHandlers configurationHandlers) Creates a OutletSaxHandler. -
Verwendungen von QualifiedName in org.apache.torque.generator.control
Methoden in org.apache.torque.generator.control, die QualifiedName zurückgebenModifizierer und TypMethodeBeschreibungControllerState.getQualifiedName
(String name) Converts a name to a QualifiedName, using the outlet namespace as default namespace is none is given. -
Verwendungen von QualifiedName in org.apache.torque.generator.option
Methoden in org.apache.torque.generator.option, die QualifiedName zurückgebenModifizierer und TypMethodeBeschreibungOption.getQualifiedName()
Returns the qualified name of the option.OptionImpl.getQualifiedName()
Returns the qualified name of the option.Methoden in org.apache.torque.generator.option, die Typen mit Argumenten vom Typ QualifiedName zurückgebenModifizierer und TypMethodeBeschreibungOptions.getGlobalScope()
Returns a map containing all options in the global scope.Options.keySet()
Returns all options in a set.Methoden in org.apache.torque.generator.option mit Parametern vom Typ QualifiedNameModifizierer und TypMethodeBeschreibungboolean
Options.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.Konstruktoren in org.apache.torque.generator.option mit Parametern vom Typ QualifiedNameModifiziererKonstruktorBeschreibungOptionImpl
(QualifiedName qualifiedName, Object value) Constructs an OptionImpl from a QualifiedaName and a value. -
Verwendungen von QualifiedName in org.apache.torque.generator.outlet
Methoden in org.apache.torque.generator.outlet, die QualifiedName zurückgebenModifizierer und TypMethodeBeschreibungDebuggingOutletWrapper.getName()
Returns the name of the delegate.Outlet.getName()
Returns the name of the outlet.OutletImpl.getName()
Konstruktoren in org.apache.torque.generator.outlet mit Parametern vom Typ QualifiedNameModifiziererKonstruktorBeschreibungOutletImpl
(QualifiedName name) Constructs a OutletImpl with the given name. -
Verwendungen von QualifiedName in org.apache.torque.generator.outlet.copy
Konstruktoren in org.apache.torque.generator.outlet.copy mit Parametern vom Typ QualifiedNameModifiziererKonstruktorBeschreibungCopyOutlet
(QualifiedName name, ConfigurationProvider configurationProvider, String path) Constructs a new CopyOutlet. -
Verwendungen von QualifiedName in org.apache.torque.generator.outlet.java
Konstruktoren in org.apache.torque.generator.outlet.java mit Parametern vom Typ QualifiedNameModifiziererKonstruktorBeschreibungCamelbackOutlet
(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. -
Verwendungen von QualifiedName in org.apache.torque.generator.qname
Methoden in org.apache.torque.generator.qname, die QualifiedName zurückgebenModifizierer und TypMethodeBeschreibungQualifiedNameMap.getKeyInHierarchy
(QualifiedName key) Returns the most specific key in the map which is visible for the provided key.Methoden in org.apache.torque.generator.qname, die Typen mit Argumenten vom Typ QualifiedName zurückgebenModifizierer und TypMethodeBeschreibungQualifiedNameMap.entrySet()
Returns all Entries in this map.QualifiedNameMap.keySet()
Returns all keys of the map.Methoden in org.apache.torque.generator.qname mit Parametern vom Typ QualifiedNameModifizierer und TypMethodeBeschreibungQualifiedNameMap.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.Methodenparameter in org.apache.torque.generator.qname mit Typargumenten vom Typ QualifiedNameModifizierer und TypMethodeBeschreibungvoid
QualifiedNameMap.putAll
(Map<? extends QualifiedName, ? extends T> toPut) Creates or overrides mappings for all the mappings in the supplied map.Konstruktorparameter in org.apache.torque.generator.qname mit Typargumenten vom Typ QualifiedNameModifiziererKonstruktorBeschreibungQualifiedNameMap
(Map<? extends QualifiedName, ? extends T> map) Constructs a shallow copy of the supplied map. -
Verwendungen von QualifiedName in org.apache.torque.generator.template
Konstruktoren in org.apache.torque.generator.template mit Parametern vom Typ QualifiedNameModifiziererKonstruktorBeschreibungprotected
TemplateOutletImpl
(QualifiedName name, ConfigurationProvider configurationProvider, String path, String encoding, TemplateFilter templateFilter) Constructs a TemplateOutletImpl with the given name. -
Verwendungen von QualifiedName in org.apache.torque.generator.template.groovy
Konstruktoren in org.apache.torque.generator.template.groovy mit Parametern vom Typ QualifiedNameModifiziererKonstruktorBeschreibungGroovyOutlet
(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. -
Verwendungen von QualifiedName in org.apache.torque.generator.template.velocity
Konstruktoren in org.apache.torque.generator.template.velocity mit Parametern vom Typ QualifiedNameModifiziererKonstruktorBeschreibungVelocityOutlet
(QualifiedName name, ConfigurationProvider configurationProvider, String path, String encoding) Constructs a new VelocityTemplateOutlet. -
Verwendungen von QualifiedName in org.apache.torque.generator.variable
Methoden in org.apache.torque.generator.variable, die QualifiedName zurückgebenMethoden in org.apache.torque.generator.variable mit Parametern vom Typ QualifiedNameModifizierer und TypMethodeBeschreibungVariableStore.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.Konstruktoren in org.apache.torque.generator.variable mit Parametern vom Typ QualifiedNameModifiziererKonstruktorBeschreibungVariable
(QualifiedName name, Object value, Variable.Scope scope) Constructor.