Interface ModuleSpec.AliasBuilder

Enclosing class:
ModuleSpec

public static interface ModuleSpec.AliasBuilder
A builder for new alias module specifications.
  • Method Summary

    Modifier and Type
    Method
    Description
    Create the module specification from this builder.
    Get the name of the module being referenced by this builder.
    Get the name of the module being defined by this builder.
  • Method Details

    • create

      ModuleSpec create()
      Create the module specification from this builder.
      Returns:
      the module specification
    • getName

      String getName()
      Get the name of the module being defined by this builder.
      Returns:
      the module name
    • getAliasName

      String getAliasName()
      Get the name of the module being referenced by this builder.
      Returns:
      the module name