Class DirectivesModuleExported

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

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

      • DirectivesModuleExported

        public DirectivesModuleExported​(Format format,
                                        String pckg,
                                        int access,
                                        List<String> modules)
        Constructor.
        Parameters:
        format - Directive format
        pckg - Exported package
        access - Access flags
        modules - Modules to which the package is exported
        Suppressed Checkstyle violations:
        ParameterNumberCheck (5 lines)
    • Method Detail

      • iterator

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