Verwendungen von Klasse
org.jooq.meta.jaxb.Target
Packages, die Target verwenden
-
Verwendungen von Target in org.jooq.meta.jaxb
Felder in org.jooq.meta.jaxb, die deklariert sind als TargetMethoden in org.jooq.meta.jaxb, die Target zurückgebenModifizierer und TypMethodeBeschreibungObjectFactory.createTarget()Create an instance ofTargetGenerator.getTarget()Options to define where the generated code should be located.Whether the target package should be cleaned to contain only generated code after a generation run.Target.withDirectory(String value) The destination directory of your generated classesTarget.withEncoding(String value) The file encoding to be used with all output files.Target.withLocale(String value) The locale to be used with all locale specific operations.Target.withPackageName(String value) The destination package of your generated classes (within the destination directory)Methoden in org.jooq.meta.jaxb mit Parametern vom Typ TargetModifizierer und TypMethodeBeschreibungvoidOptions to define where the generated code should be located.Generator.withTarget(Target value) Options to define where the generated code should be located.