Class ModuleGraph.ModuleNode

  • All Implemented Interfaces:

    
    public final class ModuleGraph.ModuleNode
    
                        

    One Maven module parsed from its pom.xml.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final String getPath() Module directory relative to the repo root, e.g.
      final String getArtifactId()
      final List<String> getDependencies() Artifact ids this module depends on (parent artifact + internal <dependency>s).
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • getPath

         final String getPath()

        Module directory relative to the repo root, e.g. "browser4-coding" or "browser4-plugins/browser4-seo".

      • getDependencies

         final List<String> getDependencies()

        Artifact ids this module depends on (parent artifact + internal <dependency>s).