Uses of Interface
org.quattor.pan.output.Formatter

Packages that use Formatter
org.quattor.pan Contains the high-level classes used to invoke the pan language compiler. 
org.quattor.pan.output Implementation of output formatters for the generated machine profiles. 
org.quattor.pan.tasks Provides classes that implement parallel tasks within the compiler. 
 

Uses of Formatter in org.quattor.pan
 

Fields in org.quattor.pan declared as Formatter
 Formatter CompilerOptions.formatter
          The Formatter that will be used to format the machine profiles.
 

Constructors in org.quattor.pan with parameters of type Formatter
CompilerOptions(java.util.List<java.util.regex.Pattern> debugIncludePatterns, java.util.List<java.util.regex.Pattern> debugExcludePatterns, boolean xmlWriteEnabled, boolean depWriteEnabled, int iterationLimit, int callDepthLimit, Formatter formatter, java.io.File outputDirectory, java.io.File sessionDirectory, java.util.List<java.io.File> includeDirectories, int nthread, boolean gzipOutput, int deprecationLevel, boolean forceBuild, java.io.File annotationDirectory, java.io.File annotationBaseDirectory, boolean failOnWarn)
          Construct a CompilerOptions instance to drive a Compiler run.
 

Uses of Formatter in org.quattor.pan.output
 

Classes in org.quattor.pan.output that implement Formatter
 class DotFormatter
          A formatter that will transform a machine profile into a graph in dot syntax.
 class PanFormatter
           
 class PanTxtFormatter
           
 class TxtFormatter
           
 class XmlDBFormatter
           
 

Methods in org.quattor.pan.output that return Formatter
static Formatter FormatterUtils.getDefaultFormatterInstance()
          This method returns the default formatter to use if the user does not specify one explicitly.
static Formatter FormatterUtils.getFormatterInstance(java.lang.String name)
          This method maps a formatter name to a Formatter instance.
 

Uses of Formatter in org.quattor.pan.tasks
 

Constructors in org.quattor.pan.tasks with parameters of type Formatter
WriteXmlTask(Formatter formatter, boolean gzipOutput, Compiler compiler, java.lang.String objectName, java.io.File outputDirectory)
           
 



Copyright © 2011 Quattor. All Rights Reserved.