asia.redact.bracket.properties.alt
Class DotOutputAdapter

java.lang.Object
  extended by asia.redact.bracket.properties.alt.DotOutputAdapter

public class DotOutputAdapter
extends Object

Output the properties in dot format

Author:
Dave

Field Summary
(package private) static String lineSeparator
           
(package private)  Properties properties
           
 
Constructor Summary
DotOutputAdapter(Properties properties, boolean sortRequired)
          This constructor will use a SortedPropertiesImpl
 
Method Summary
 void writeTo(File file)
           
 void writeTo(File file, OutputFormat format)
           
 void writeTo(Writer writer)
           
 void writeTo(Writer writer, OutputFormat format)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

properties

final Properties properties

lineSeparator

static final String lineSeparator
Constructor Detail

DotOutputAdapter

public DotOutputAdapter(Properties properties,
                        boolean sortRequired)
This constructor will use a SortedPropertiesImpl

Parameters:
properties -
Method Detail

writeTo

public void writeTo(File file)

writeTo

public void writeTo(File file,
                    OutputFormat format)

writeTo

public void writeTo(Writer writer,
                    OutputFormat format)
             throws IOException
Throws:
IOException

writeTo

public void writeTo(Writer writer)
             throws IOException
Throws:
IOException


Copyright © 2011-2013 David R. Smith. All Rights Reserved.