Interface ClientModule

    • Method Detail

      • addDependency

        void addDependency​(ModuleDependency dependency)
        Deprecated.
        Add a dependency to the client module. Such a dependency is transitive dependency for the project that has a dependency on the client module.
        Parameters:
        dependency - The dependency to add to the client module.
        See Also:
        getDependencies()
      • getId

        java.lang.String getId()
        Deprecated.
        Returns the id of the client module. This is usually only used for internal handling of the client module.
        Returns:
        The id of the client module