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
TypeMethod
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.