|
Oracle Fusion Middleware Java API Reference for Oracle TopLink 11g Release 1 (11.1.1) B32476-03 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectoracle.toplink.tools.workbench.XMLProjectWriter
public class XMLProjectWriter
Purpose: Write the deployment XML (object persistence meta-data) for the TopLink project instance to a file. Note the TopLink deployment XML format has change as of the OracleAS TopLink 10g (10.0.3) release to use XML schema.
| Constructor Summary | |
|---|---|
XMLProjectWriter()
Default constructor. |
|
| Method Summary | |
|---|---|
static void |
write(Project project,
java.lang.String fileName)
Given the file name (including path), and a project, this writes out the deployment XML file storing the project's descriptor and mapping information. |
static void |
write(Project project,
java.io.Writer writer)
Given the writer, and a project, this writes out the deployment XML file storing the project's descriptor and mapping information. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public XMLProjectWriter()
| Method Detail |
|---|
public static void write(Project project,
java.lang.String fileName)
fileName - file to write to (including path)project - the project instance to write
public static void write(Project project,
java.io.Writer writer)
writer - writer to writer toproject - the project instance to write
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||