Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
C
E
O
S
X
A
addFileset(FileSet)
- Method in class org.castor.anttask.
CastorCodeGenTask
Adds a fileset to process that contains schemas to process.
addFileset(FileSet)
- Method in class org.castor.anttask.
CastorDDLGenTask
Adds a fileset to process that contains schemas to process.
addFileset(FileSet)
- Method in class org.castor.anttask.
XMLInstance2SchemaTask
Adds a fileset to process that contains schemas to process.
addFileset(FileSet)
- Method in class org.exolab.castor.tools.ant.taskdefs.
CastorSourceGenTask
Deprecated.
Adds a fileset to process that contains schemas to process.
C
CastorCodeGenTask
- Class in
org.castor.anttask
An
Ant
task to call the Castor Source Generator.
CastorCodeGenTask()
- Constructor for class org.castor.anttask.
CastorCodeGenTask
No-arg constructor.
CastorDDLGenTask
- Class in
org.castor.anttask
An
Ant
task to call the Castor DDL Generator.
CastorDDLGenTask()
- Constructor for class org.castor.anttask.
CastorDDLGenTask
CastorSourceGenTask
- Class in
org.exolab.castor.tools.ant.taskdefs
Deprecated.
Please use
CastorCodeGenTask
instead.
CastorSourceGenTask()
- Constructor for class org.exolab.castor.tools.ant.taskdefs.
CastorSourceGenTask
Deprecated.
No-arg constructor.
E
execute()
- Method in class org.castor.anttask.
CastorCodeGenTask
Public execute method -- entry point for the Ant task.
execute()
- Method in class org.castor.anttask.
CastorDDLGenTask
Public execute method -- entry point for the Ant task.
execute()
- Method in class org.castor.anttask.
XMLInstance2SchemaTask
Public execute method -- entry point for the Ant task.
execute()
- Method in class org.exolab.castor.tools.ant.taskdefs.
CastorSourceGenTask
Deprecated.
Public execute method -- entry point for the Ant task.
execute()
- Method in class org.exolab.castor.tools.
XSDCompiler
Deprecated.
Executes the task.
O
org.castor.anttask
- package org.castor.anttask
This package contains Ant task definitions for various Castor tools, including ...
org.exolab.castor.tools
- package org.exolab.castor.tools
This package contains ant task for Castor code generator.
org.exolab.castor.tools.ant.taskdefs
- package org.exolab.castor.tools.ant.taskdefs
This package contains ant task for Castor code generator.
S
setAutomaticConflictStrategy(String)
- Method in class org.castor.anttask.
CastorCodeGenTask
Sets the name conflict strategy to use.
setBindingfile(String)
- Method in class org.castor.anttask.
CastorCodeGenTask
Sets the binding file to be used for code generation.
setBindingfile(String)
- Method in class org.exolab.castor.tools.ant.taskdefs.
CastorSourceGenTask
Deprecated.
Sets the binding file to be used for code generation.
setCaseInsensitive(boolean)
- Method in class org.castor.anttask.
CastorCodeGenTask
Controls whether enumerated type lookup should be performed in a case insensitive manner.
setCaseInsensitive(boolean)
- Method in class org.exolab.castor.tools.ant.taskdefs.
CastorSourceGenTask
Deprecated.
Controls whether enumerated type lookup should be performed in a case insensitive manner.
setDatabaseEngine(String)
- Method in class org.castor.anttask.
CastorDDLGenTask
Specifies the name of database engine to generate DDL for.
setDatabaseEngineProperties(String)
- Method in class org.castor.anttask.
CastorDDLGenTask
Specifies the name of a database specific properties file to be used during DDL generation.
setDdlFileName(String)
- Method in class org.castor.anttask.
CastorDDLGenTask
Specifies the name of the DDL file to be generated.
setDefaultGrouping(String)
- Method in class org.castor.anttask.
XMLInstance2SchemaTask
Specifies the default grouping to be
.
setDestdir(String)
- Method in class org.exolab.castor.tools.
XSDCompiler
Deprecated.
Set the destination directory into which the Java sources should be copied to.
setDir(File)
- Method in class org.castor.anttask.
CastorCodeGenTask
Sets the directory such that all schemas in this directory will have code generated for them.
setDir(File)
- Method in class org.castor.anttask.
CastorDDLGenTask
Sets the directory such that all schemas in this directory will have code generated for them.
setDir(File)
- Method in class org.castor.anttask.
XMLInstance2SchemaTask
Sets the directory such that all schemas in this directory will have code generated for them.
setDir(File)
- Method in class org.exolab.castor.tools.ant.taskdefs.
CastorSourceGenTask
Deprecated.
Sets the directory such that all schemas in this directory will have code generated for them.
setFile(File)
- Method in class org.castor.anttask.
CastorCodeGenTask
Sets the individual schema that will have code generated for it.
setFile(File)
- Method in class org.castor.anttask.
CastorDDLGenTask
Sets the individual schema that will have code generated for it.
setFile(File)
- Method in class org.castor.anttask.
XMLInstance2SchemaTask
Sets the individual schema that will have code generated for it.
setFile(File)
- Method in class org.exolab.castor.tools.ant.taskdefs.
CastorSourceGenTask
Deprecated.
Sets the individual schema that will have code generated for it.
setForce(boolean)
- Method in class org.exolab.castor.tools.
XSDCompiler
Deprecated.
Set overwriting existing files.
setGenerateImportedSchemas(boolean)
- Method in class org.castor.anttask.
CastorCodeGenTask
Controls whether to generate code for imported schemas as well.
setGenerateImportedSchemas(boolean)
- Method in class org.exolab.castor.tools.ant.taskdefs.
CastorSourceGenTask
Deprecated.
Controls whether to generate code for imported schemas as well.
setGenerateJdoDescriptors(boolean)
- Method in class org.castor.anttask.
CastorCodeGenTask
Controls whether to generate JDO-specific class descriptors.
setGenerateMapping(boolean)
- Method in class org.castor.anttask.
CastorCodeGenTask
Controls whether a mapping file should (additionally) be generated.
setGlobalProperties(String)
- Method in class org.castor.anttask.
CastorDDLGenTask
Specifies the name of a global properties file to be used during DDL generation.
setJClassPrinterType(String)
- Method in class org.castor.anttask.
CastorCodeGenTask
Sets the mode for printing
JClass
instances.
setLineseparator(String)
- Method in class org.castor.anttask.
CastorCodeGenTask
Sets the line seperator to use for code generation.
setLineseparator(String)
- Method in class org.exolab.castor.tools.ant.taskdefs.
CastorSourceGenTask
Deprecated.
Sets the line seperator to use for code generation.
setLineseperator(String)
- Method in class org.exolab.castor.tools.
XSDCompiler
Deprecated.
Set the line separator.
setNameConflictStrategy(String)
- Method in class org.castor.anttask.
CastorCodeGenTask
Sets the name conflict strategy to use.
setNodesc(boolean)
- Method in class org.castor.anttask.
CastorCodeGenTask
Sets whether or not class descriptors are generated.
setNodesc(boolean)
- Method in class org.exolab.castor.tools.ant.taskdefs.
CastorSourceGenTask
Deprecated.
Sets whether or not class descriptors are generated.
setNomarshal(boolean)
- Method in class org.castor.anttask.
CastorCodeGenTask
Sets whether or not marshaling methods are generated.
setNomarshal(boolean)
- Method in class org.exolab.castor.tools.ant.taskdefs.
CastorSourceGenTask
Deprecated.
Sets whether or not marshaling methods are generated.
setNomarshall(boolean)
- Method in class org.exolab.castor.tools.ant.taskdefs.
CastorSourceGenTask
Deprecated.
For the correct spelling, see
CastorSourceGenTask.setNomarshal(boolean)
.
setPackage(String)
- Method in class org.castor.anttask.
CastorCodeGenTask
Sets the package that generated code will belong to.
setPackage(String)
- Method in class org.exolab.castor.tools.ant.taskdefs.
CastorSourceGenTask
Deprecated.
Sets the package that generated code will belong to.
setPackage(String)
- Method in class org.exolab.castor.tools.
XSDCompiler
Deprecated.
Set the target package name.
setProperties(String)
- Method in class org.castor.anttask.
CastorCodeGenTask
Sets the file to use for castor builder properties.
setProperties(String)
- Method in class org.exolab.castor.tools.ant.taskdefs.
CastorSourceGenTask
Deprecated.
Sets the file to use for castor builder properties.
setResourcesDirectory(String)
- Method in class org.castor.anttask.
CastorCodeGenTask
Sets the directory into which resources will be generated.
setSAX1(boolean)
- Method in class org.castor.anttask.
CastorCodeGenTask
Controls whether to generate SAX-1 compliant code.
setSAX1(boolean)
- Method in class org.exolab.castor.tools.ant.taskdefs.
CastorSourceGenTask
Deprecated.
Controls whether to generate SAX-1 compliant code.
setSchema(String)
- Method in class org.exolab.castor.tools.
XSDCompiler
Deprecated.
Set the schema file name.
setSchemaURL(String)
- Method in class org.castor.anttask.
CastorCodeGenTask
Sets an URL for one individual schema that will have code generated for it.
setTestable(boolean)
- Method in class org.castor.anttask.
CastorCodeGenTask
Sets whether CTF framework code is generated.
setTestable(boolean)
- Method in class org.exolab.castor.tools.ant.taskdefs.
CastorSourceGenTask
Deprecated.
Sets whether CTF framework code is generated.
setTodir(String)
- Method in class org.castor.anttask.
CastorCodeGenTask
Sets the directory into which code will be generated.
setTodir(String)
- Method in class org.exolab.castor.tools.ant.taskdefs.
CastorSourceGenTask
Deprecated.
Sets the directory into which code will be generated.
setTypefactory(String)
- Method in class org.exolab.castor.tools.
XSDCompiler
Deprecated.
Set the type factory.
setTypes(String)
- Method in class org.castor.anttask.
CastorCodeGenTask
Sets the type factory for code generation.
setTypes(String)
- Method in class org.exolab.castor.tools.ant.taskdefs.
CastorSourceGenTask
Deprecated.
Sets the type factory for code generation.
setVerbose(boolean)
- Method in class org.castor.anttask.
CastorCodeGenTask
Sets whether or not code generation gives extra information about its work.
setVerbose(boolean)
- Method in class org.exolab.castor.tools.ant.taskdefs.
CastorSourceGenTask
Deprecated.
Sets whether or not code generation gives extra information about its work.
setWarnings(boolean)
- Method in class org.castor.anttask.
CastorCodeGenTask
Sets whether or not non-fatal warnings should be suppressed.
setWarnings(boolean)
- Method in class org.exolab.castor.tools.ant.taskdefs.
CastorSourceGenTask
Deprecated.
Sets whether or not non-fatal warnings should be suppressed.
setXmlSchemaFileName(String)
- Method in class org.castor.anttask.
XMLInstance2SchemaTask
Specifies the name of the DDL file to be generated.
X
XMLInstance2SchemaTask
- Class in
org.castor.anttask
An
Ant
task to call the Castor
XMLInstance2Schema
tool.
XMLInstance2SchemaTask()
- Constructor for class org.castor.anttask.
XMLInstance2SchemaTask
XSDCompiler
- Class in
org.exolab.castor.tools
Deprecated.
Please use
CastorCodeGenTask
instead.
XSDCompiler()
- Constructor for class org.exolab.castor.tools.
XSDCompiler
Deprecated.
Creates a new XSDCompiler Task.
A
C
E
O
S
X
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
Copyright © 2012. All Rights Reserved.