Oracle Application Server TopLink API Reference
10g Release 2 (10.1.2)

B15903-01


oracle.toplink.tools.builderreader.parser
Class DescriptorFileWriter

java.lang.Object
  extended byoracle.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.
Throws:
java.io.IOException

Copyright © 1998, 2005 Oracle Corporation. All Rights Reserved.