Package | Description |
---|---|
org.apache.torque.generator.outlet.java |
This package defines java outlets and provides some implementations.
|
Modifier and Type | Class and Description |
---|---|
class |
CamelbackOutlet
Transform a String to its camelback version.
|
class |
ConstantNameOutlet
Creates the name of a constant from a string.
|
class |
NewlineOutlet
Creates new lines (\n or \r\n).
|
class |
OptionOutlet
Writes an option to the output.
|
class |
PackageToPathOutlet
Takes a package as input and generates a path from it.
|
class |
StringInputOutlet
A base class for a outlet which takes a String as input
(not a Source Element as a normal outlet would).
|
class |
XmlOutlet
Outputs the source tree as XML.
|
Copyright © 2000–2020 The Apache Software Foundation. All rights reserved.