Uses of Interface
asia.redact.bracket.properties.OutputFormat

Packages that use OutputFormat
asia.redact.bracket.properties   
asia.redact.bracket.properties.alt   
asia.redact.bracket.properties.example   
 

Uses of OutputFormat in asia.redact.bracket.properties
 

Classes in asia.redact.bracket.properties that implement OutputFormat
 class AsciiOutputFormat
           Compatibility format for simulating java.util.Properties output by encoding characters above ASCII 127 with unicode escapes.
 class BasicOutputFormat
           Default formatting for properties output.
 

Methods in asia.redact.bracket.properties with parameters of type OutputFormat
 void OutputAdapter.writeAsciiTo(File file, OutputFormat format)
          This is specifically intended for compatibility with java.util.Properties, which outputs in ISO-8859-1 (US-ASCII) Use AsciiOutputFormat to get unicode escapes or an output format with similar filtering.
 void OutputAdapter.writeTo(File file, OutputFormat format)
           
 void OutputAdapter.writeTo(File file, OutputFormat format, Charset charset)
          Use to control the format of the output.
 void OutputAdapter.writeTo(Writer writer, OutputFormat format)
           
 

Uses of OutputFormat in asia.redact.bracket.properties.alt
 

Methods in asia.redact.bracket.properties.alt with parameters of type OutputFormat
 void DotOutputAdapter.writeTo(File file, OutputFormat format)
           
 void DotOutputAdapter.writeTo(Writer writer, OutputFormat format)
           
 

Uses of OutputFormat in asia.redact.bracket.properties.example
 

Classes in asia.redact.bracket.properties.example that implement OutputFormat
 class IndentMultilineFormat
          Example of how to customize an output, perhaps for presentation layer use
 



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