Interface ModuleInfoExports

All Superinterfaces:
Prototype.Api
All Known Implementing Classes:
ModuleInfoExports.BuilderBase.ModuleInfoExportsImpl

public interface ModuleInfoExports extends Prototype.Api
An exports directive of a module info.
See Also:
  • Method Details

    • builder

      static ModuleInfoExports.Builder builder()
      Create a new fluent API builder to customize configuration.
      Returns:
      a new builder
    • builder

      static ModuleInfoExports.Builder builder(ModuleInfoExports instance)
      Create a new fluent API builder from an existing instance.
      Parameters:
      instance - an existing instance used as a base for the builder
      Returns:
      a builder based on an instance
    • create

      static ModuleInfoExports create()
      Create a new instance with default values.
      Returns:
      a new instance
    • packageName

      String packageName()
      Name of the exported package.
      Returns:
      package name
    • targets

      List<String> targets()
      Names of target modules, empty if exported without qualification.
      Returns:
      list of target modules