Examples of section2_()


Examples of org.apache.maven.doxia.sink.Sink.section2_()

        sink.sectionTitle2();

        sink.text( getText( locale, "report.invoker.summary.title" ) );

        sink.sectionTitle2_();
        sink.section2_();

        // ------------------------------------------------------------------------
        // Building a table with
        // it number | succes nb | failed nb | Success rate | total time | avg time
        // ------------------------------------------------------------------------
View Full Code Here

Examples of org.apache.maven.doxia.sink.Sink.section2_()

      // output the image
      SinkEventAttributeSet set = hasJavadocs ? new SinkEventAttributeSet(new String[] {
          SinkEventAttributes.USEMAP, "#m" + i }) : null;
      sink.figureGraphics(fileName.toString() + ".png", set);
      sink.text("\n");
      sink.section2_();
    }

    sink.section1_();
    sink.body_();
    sink.flush();
View Full Code Here

Examples of org.apache.maven.doxia.sink.Sink.section2_()

                  if (!subpackage.equals(currentSubpackage))
                  {
                      if (currentSubpackage != null)
                      {
                          sink.list_();
                          sink.section2_();
                      }
 
                      sink.section2();
                      sink.sectionTitle2();
                      sink.text(StringUtils.capitalize(subpackage));
View Full Code Here

Examples of org.apache.maven.doxia.sink.Sink.section2_()

              }

                if (currentSubpackage != null)
                {
                    sink.list_();
                    sink.section2_();
                    currentSubpackage = null;
                }
            }
        }
        catch (Exception ex)
View Full Code Here

Examples of org.apache.maven.doxia.sink.Sink.section2_()

        sink.text( getText( locale, "report.invoker.detail.title" ) );

        sink.sectionTitle2_();

        sink.section2_();

        // detail tests table header
        sink.table();

        sink.tableRow();
View Full Code Here

Examples of org.apache.maven.doxia.sink.Sink.section2_()

        sink.sectionTitle2();

        sink.text( getText( locale, "report.invoker.summary.title" ) );

        sink.sectionTitle2_();
        sink.section2_();

        // ------------------------------------------------------------------------
        // Building a table with
        // it number | succes nb | failed nb | Success rate | total time | avg time
        // ------------------------------------------------------------------------
View Full Code Here

Examples of org.apache.maven.doxia.sink.Sink.section2_()

        sink.sectionTitle2();

        sink.text( getText( locale, "report.invoker.summary.title" ) );

        sink.sectionTitle2_();
        sink.section2_();

        // ------------------------------------------------------------------------
        // Building a table with
        // it number | succes nb | failed nb | Success rate | total time | avg time
        // ------------------------------------------------------------------------
View Full Code Here

Examples of org.apache.maven.doxia.sink.Sink.section2_()

        sink.text( getText( locale, "report.invoker.detail.title" ) );

        sink.sectionTitle2_();

        sink.section2_();

        // detail tests table header
        sink.table();

        sink.tableRow();
View Full Code Here

Examples of org.apache.maven.doxia.siterenderer.sink.SiteRendererSink.section2_()

        sink.tableRows_();

        sink.table_();

        sink.section2_();

        sink.section1_();

        sink.body_();
View Full Code Here

Examples of org.apache.maven.doxia.siterenderer.sink.SiteRendererSink.section2_()

        sink.tableRows_();

        sink.table_();

        sink.section2_();

        sink.section1_();

        sink.body_();
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.