Interface ModuleInfoOpens

All Superinterfaces:
Prototype.Api
All Known Implementing Classes:
ModuleInfoOpens.BuilderBase.ModuleInfoOpensImpl

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

    • builder

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

      static ModuleInfoOpens.Builder builder(ModuleInfoOpens 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 ModuleInfoOpens create()
      Create a new instance with default values.
      Returns:
      a new instance
    • packageName

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

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