Interface ModuleDescription.ForLoadedModule.ModuleDescriptor.Exports

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.util.Set<java.lang.Enum<?>> modifiers​(java.lang.Object value)
      Returns the modifiers of the exports declaration.
      java.lang.String source​(java.lang.Object value)
      Returns the source package name for this export.
      java.util.Set<java.lang.String> targets​(java.lang.Object value)
      Returns the target modules for this export.
    • Method Detail

      • source

        java.lang.String source​(java.lang.Object value)
        Returns the source package name for this export.
        Parameters:
        value - The java.lang.ModuleDescriptor.Exports instance.
        Returns:
        The source package name.
      • modifiers

        java.util.Set<java.lang.Enum<?>> modifiers​(java.lang.Object value)
        Returns the modifiers of the exports declaration.
        Parameters:
        value - The java.lang.ModuleDescriptor.Exports instance.
        Returns:
        The modifiers of the exports declaration.
      • targets

        java.util.Set<java.lang.String> targets​(java.lang.Object value)
        Returns the target modules for this export.
        Parameters:
        value - The java.lang.ModuleDescriptor.Exports instance.
        Returns:
        The target modules for this export.