Interface IPackageProduction


  • 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 Detail

      • getXmlNamespace

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

        @NonNull
        IGeneratedClass getGeneratedClass()
        Get information about the generated package-info.java class associated with this package.
        Returns:
        the package-info.java class information