|
Oracle Application Server TopLink API Reference 10g (9.0.4) B10491-01 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--oracle.toplink.sessions.Project
|
+--oracle.toplink.tools.builderreader.ProjectWriter
replaced by oracle.toplink.tools.workbench.ProjectClassGenerator
OBSOLETE: This class has been replaced by the ProjectClassGenerator.
| Constructor Summary | |
ProjectWriter()Deprecated. ProjectWriters should only be created using the static write methods. | |
ProjectWriter(DatabaseLogin login)Deprecated. ProjectWriters should only be created using the static write methods. | |
| Method Summary | |
java.util.Vector |
getSearchPath()Deprecated. |
static void |
main(java.lang.String[] args)Deprecated. PUBLIC: Provided to allow for writing tables and classes from the command line. |
static void |
write(ProjectWriteSpecification projectSpec)Deprecated. PUBLIC: Perform generation of Java source code which can re-produce the descriptor information held in the INI Files. |
static void |
write(java.lang.String projectPath, java.lang.String className, java.lang.String packageName, java.io.Writer writer)Deprecated. PUBLIC: Perform generation of Java source code which can re-produce the descriptor information held in the INI Files. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public ProjectWriter()
write(ProjectWriteSpecification)public ProjectWriter(DatabaseLogin login)
write(ProjectWriteSpecification)| Method Detail |
public java.util.Vector getSearchPath()
public static void main(java.lang.String[] args)
public static void write(java.lang.String projectPath,
java.lang.String className,
java.lang.String packageName,
java.io.Writer writer)
throws BuilderException
projectPath - java.lang.StringclassName - java.lang.StringpackageName - java.lang.Stringwriter - java.io.WriterBuilderExceptionwrite(ProjectWriteSpecification)
public static void write(ProjectWriteSpecification projectSpec)
throws BuilderException
projectSpec -BuilderExceptionProjectWriteSpecification
|
| |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||