Class BaselineReport.Context

  • Enclosing class:
    BaselineReport

    private static final class BaselineReport.Context
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      int currentDepth  
      java.util.Locale locale  
      org.apache.maven.doxia.sink.Sink sink  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private Context()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • sink

        public org.apache.maven.doxia.sink.Sink sink
      • locale

        public java.util.Locale locale
      • currentDepth

        public int currentDepth
    • Constructor Detail

      • Context

        private Context()