com.arsdigita.persistence.pdl
Class PDLOutputter

java.lang.Object
  extended bycom.arsdigita.persistence.pdl.PDLOutputter

public class PDLOutputter
extends Object

An class that outputs the PDL associated with a particular metadata set to files. Each file will contain the metadata for a single model. The output will go to the a given directory, with each PDL file being named after the fully qualified model name.

Version:
$Id: //core-platform/dev/src/com/arsdigita/persistence/pdl/PDLOutputter.java#13 $
Author:
Patrick McNeill

Constructor Summary
PDLOutputter()
           
 
Method Summary
static void writePDL(MetadataRoot root, File directory)
          Output the contents of an entire metadata hierarchy as PDL files.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PDLOutputter

public PDLOutputter()
Method Detail

writePDL

public static void writePDL(MetadataRoot root,
                            File directory)
                     throws IOException
Output the contents of an entire metadata hierarchy as PDL files.

Parameters:
root - the metadata root of the hierarchy to output
directory - the directory to output to
Throws:
IOException


Copyright (c) 2004 Red Hat, Inc. Corporation. All Rights Reserved. Generated at July 21 2004:2337 UTC