java.lang.Object
org.jooq.meta.jaxb.Target
- Alle implementierten Schnittstellen:
Serializable,XMLAppendable
Options to define where the generated code should be located.
- Siehe auch:
-
Feldübersicht
Felder -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungfinal 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.voidWhether the target package should be cleaned to contain only generated code after a generation run.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()Whether the target package should be cleaned to contain only generated code after a generation run.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)
-
Felddetails
-
packageName
-
directory
-
encoding
-
locale
-
clean
-
-
Konstruktordetails
-
Target
public Target()
-
-
Methodendetails
-
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.- Gibt zurück:
- possible object is
Boolean
-
setClean
Whether the target package should be cleaned to contain only generated code after a generation run.- Parameter:
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
Whether the target package should be cleaned to contain only generated code after a generation run. -
appendTo
- Angegeben von:
appendToin SchnittstelleXMLAppendable
-
toString
-
equals
-
hashCode
public int hashCode()
-