Package org.jpeek

Class Header

  • All Implemented Interfaces:
    Iterable<org.xembly.Directive>

    public final class Header
    extends Object
    implements Iterable<org.xembly.Directive>
    Xembly header for the report.

    There is no thread-safety guarantee.

    Since:
    0.8
    • Constructor Detail

      • Header

        public Header()
    • Method Detail

      • iterator

        public Iterator<org.xembly.Directive> iterator()
        Specified by:
        iterator in interface Iterable<org.xembly.Directive>