Oracle Application Server TopLink API Reference
10g (9.0.4)

B10491-01

oracle.toplink.tools.builderreader.parser
Class DescriptorFileWriter

java.lang.Object
  |
  +--oracle.toplink.tools.builderreader.parser.DescriptorFileWriter

public class DescriptorFileWriter
extends java.lang.Object

OBSOLETE: This class in now obsolete as the Builder file format has been upgraded to use XML.


Constructor Summary
DescriptorFileWriter()
          Deprecated.  

 

Method Summary
static void writeDescriptor(Descriptor descriptor, java.io.Writer writer)
          Deprecated. Output the descriptor to the file.

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

DescriptorFileWriter

public DescriptorFileWriter()
Deprecated. 
Method Detail

writeDescriptor

public static void writeDescriptor(Descriptor descriptor,
                                   java.io.Writer writer)
                            throws java.io.IOException
Deprecated. 
Output the descriptor to the file.
java.io.IOException

Copyright © 2003 Oracle Corporation. All Rights Reserved.