public interface IPackageProduction
Provides information about a generated package-info.java class, that represents a collection of Module constructs generated from one or more Module modules.
  • Method Summary

    Modifier and Type
    Method
    Description
    Get information about the generated package-info.java class associated with this package.
    Get the XML namespace associated with the package-info.java class.
  • Method Details

    • getXmlNamespace

      @NonNull URI getXmlNamespace()
      Get the XML namespace associated with the package-info.java class.
      Returns:
      the namespace
    • getGeneratedClass

      Get information about the generated package-info.java class associated with this package.
      Returns:
      the package-info.java class information