Package
Class
Tree
Deprecated
Index
Help
Version: 0.1
PREV NEXT
FRAMES
NO FRAMES
C
D
E
G
O
R
S
C
checkRequiredParams()
- Method in class org.apache.tools.ant.taskdefs.optional.javarec.
RecordTypeTask
Check that the required parameters are present.
createClasspath()
- Method in class org.apache.tools.ant.taskdefs.optional.javarec.
RecordTask
Create a
Path
object to be populated with path elements.
D
DEFAULT_COMMAREA
- Static variable in class org.apache.tools.ant.taskdefs.optional.javarec.
RecordTypeTask
Default copy book section - currently set to
DFHCOMMAREA
.
DEFAULT_REC_ATTR_TYPE
- Static variable in class org.apache.tools.ant.taskdefs.optional.javarec.
RecordTask
Default record attribute type - currently set to "com.ibm.ivj.eab.record.cobol.CobolRecordAttributes";
E
execute()
- Method in class org.apache.tools.ant.taskdefs.optional.javarec.
RecordTypeTask
Perform the invocation of the EAB command to generate the record type from a Cobol copy book.
execute()
- Method in class org.apache.tools.ant.taskdefs.optional.javarec.
RecordTask
Execute an EAB command
RecordTask.RECORD_GENERATOR
to generate a record type class.
G
getClasspath()
- Method in class org.apache.tools.ant.taskdefs.optional.javarec.
RecordTask
Return a reference to this object's classpath element.
O
org.apache.tools.ant.taskdefs.optional.javarec
- package org.apache.tools.ant.taskdefs.optional.javarec
Generate Java Record Framework classes from Cobol copy books.
R
RECORD_GENERATOR
- Static variable in class org.apache.tools.ant.taskdefs.optional.javarec.
RecordTask
The name of the program that generates record source - currently set to
com.ibm.ivj.eab.record.generator.codegen.Generator
.
RECORD_TYPE_GENERATOR
- Static variable in class org.apache.tools.ant.taskdefs.optional.javarec.
RecordTypeTask
The fully qualified class name of the record type generating currently set to
com.ibm.ivj.eab.record.importer.gentype.cobol.CobolImport
.
RecordTask
- class org.apache.tools.ant.taskdefs.optional.javarec.
RecordTask
.
Generate a record class from a record type class.
RecordTask()
- Constructor for class org.apache.tools.ant.taskdefs.optional.javarec.
RecordTask
RecordTypeTask
- class org.apache.tools.ant.taskdefs.optional.javarec.
RecordTypeTask
.
Generate a Cobol record type from a Cobol copy book.
RecordTypeTask()
- Constructor for class org.apache.tools.ant.taskdefs.optional.javarec.
RecordTypeTask
S
setCcpfile(File)
- Method in class org.apache.tools.ant.taskdefs.optional.javarec.
RecordTypeTask
Set the file containing the Cobol copy book source.
setClassName(String)
- Method in class org.apache.tools.ant.taskdefs.optional.javarec.
RecordTypeTask
Set the class name for the generated record type.
setClassName(String)
- Method in class org.apache.tools.ant.taskdefs.optional.javarec.
RecordTask
Set the class name of the record to be generated.
setClasspath(Path)
- Method in class org.apache.tools.ant.taskdefs.optional.javarec.
RecordTask
Set the classpath for finding dependent record type classes.
setClasspathRef(Reference)
- Method in class org.apache.tools.ant.taskdefs.optional.javarec.
RecordTask
Add a reference to another classpath element.
setCommarea(String)
- Method in class org.apache.tools.ant.taskdefs.optional.javarec.
RecordTypeTask
Set the COMMAREA section of the copy book to be used for for record type generation.
setGenold(boolean)
- Method in class org.apache.tools.ant.taskdefs.optional.javarec.
RecordTypeTask
If set to
true
, a Java
double
is used to represent decimals.
setGenPrimArrTypes(boolean)
- Method in class org.apache.tools.ant.taskdefs.optional.javarec.
RecordTask
Generate accessors that return primitive data types.
setJ2ee(boolean)
- Method in class org.apache.tools.ant.taskdefs.optional.javarec.
RecordTask
Determine whether to generate J2EE style records or CCF style records.
setLayout(String)
- Method in class org.apache.tools.ant.taskdefs.optional.javarec.
RecordTask
Set the record layout for record generation.
setNamingScheme(String)
- Method in class org.apache.tools.ant.taskdefs.optional.javarec.
RecordTask
Determine whether short or long names are to be used for attributes.
setNocics(boolean)
- Method in class org.apache.tools.ant.taskdefs.optional.javarec.
RecordTypeTask
Set this property to
true
when your EIS is not a CICS system (IMS, for example).
setOutputType(String)
- Method in class org.apache.tools.ant.taskdefs.optional.javarec.
RecordTask
Set the output type for the record generation.
setPkgName(String)
- Method in class org.apache.tools.ant.taskdefs.optional.javarec.
RecordTypeTask
Set the package for the generated record type class.
setPkgName(String)
- Method in class org.apache.tools.ant.taskdefs.optional.javarec.
RecordTask
Set the package name of the record to be generated.
setRecAttrType(String)
- Method in class org.apache.tools.ant.taskdefs.optional.javarec.
RecordTask
Set the name of the record type attribute class used by the generated record class.
setRecType(String)
- Method in class org.apache.tools.ant.taskdefs.optional.javarec.
RecordTask
Set the fully-qualified class name of the record type class used to generate the record class.
setStyle(String)
- Method in class org.apache.tools.ant.taskdefs.optional.javarec.
RecordTask
Determine whether notification support is incorporated into the generated record.
setTargetDir(File)
- Method in class org.apache.tools.ant.taskdefs.optional.javarec.
RecordTypeTask
Set the target directory of the generated source file's package hierarchy.
setTargetDir(File)
- Method in class org.apache.tools.ant.taskdefs.optional.javarec.
RecordTask
Set the target directory in which the record package heirarchy will be generated.
C
D
E
G
O
R
S
Package
Class
Tree
Deprecated
Index
Help
Version: 0.1
PREV NEXT
FRAMES
NO FRAMES
Paul Glezen
pglezen@us.ibm.com