java.lang.Object
org.jooq.meta.jaxb.Target
- All Implemented Interfaces:
Serializable,XMLAppendable
Options to define where the generated code should be located.
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal voidappendTo(XMLBuilder builder) booleanThe destination directory of your generated classesThe file encoding to be used with all output files.The locale to be used with all locale specific operations.The destination package of your generated classes (within the destination directory)inthashCode()isClean()Whether the target package should be cleaned to contain only generated code after a generation run.voidSets the value of the clean property.voidsetDirectory(String value) The destination directory of your generated classesvoidsetEncoding(String value) The file encoding to be used with all output files.voidThe locale to be used with all locale specific operations.voidsetPackageName(String value) The destination package of your generated classes (within the destination directory)toString()withDirectory(String value) The destination directory of your generated classeswithEncoding(String value) The file encoding to be used with all output files.withLocale(String value) The locale to be used with all locale specific operations.withPackageName(String value) The destination package of your generated classes (within the destination directory)
-
Field Details
-
packageName
-
directory
-
encoding
-
locale
-
clean
-
-
Constructor Details
-
Target
public Target()
-
-
Method Details
-
getPackageName
The destination package of your generated classes (within the destination directory)jOOQ may append the schema name to this package if generating multiple schemas, e.g. org.jooq.generated.schema1, org.jooq.generated.schema2
-
setPackageName
The destination package of your generated classes (within the destination directory)jOOQ may append the schema name to this package if generating multiple schemas, e.g. org.jooq.generated.schema1, org.jooq.generated.schema2
-
getDirectory
The destination directory of your generated classes -
setDirectory
The destination directory of your generated classes -
getEncoding
The file encoding to be used with all output files. -
setEncoding
The file encoding to be used with all output files. -
getLocale
The locale to be used with all locale specific operations. -
setLocale
The locale to be used with all locale specific operations. -
isClean
Whether the target package should be cleaned to contain only generated code after a generation run.- Returns:
- possible object is
Boolean
-
setClean
Sets the value of the clean property.- Parameters:
value- allowed object isBoolean
-
withPackageName
The destination package of your generated classes (within the destination directory)jOOQ may append the schema name to this package if generating multiple schemas, e.g. org.jooq.generated.schema1, org.jooq.generated.schema2
-
withDirectory
The destination directory of your generated classes -
withEncoding
The file encoding to be used with all output files. -
withLocale
The locale to be used with all locale specific operations. -
withClean
-
appendTo
- Specified by:
appendToin interfaceXMLAppendable
-
toString
-
equals
-
hashCode
public int hashCode()
-