Class DirectivesModuleOpened

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

    public final class DirectivesModuleOpened
    extends Object
    implements Iterable<org.xembly.Directive>
    Directives for module opened.
    Since:
    0.15.0
    • Constructor Detail

      • DirectivesModuleOpened

        public DirectivesModuleOpened​(Format format,
                                      String pckg,
                                      int access,
                                      List<String> modules)
        Constructor.
        Parameters:
        format - Directive format
        pckg - The internal name of the opened package
        access - The access flag of the opened package
        modules - The fully qualified names (using dots) of the modules
        Suppressed Checkstyle violations:
        ParameterNumberCheck (5 lines)
    • Method Detail

      • iterator

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