Class ExtensionModule

java.lang.Object
org.l2x6.cq.maven.ExtensionModule
All Implemented Interfaces:
Comparable<ExtensionModule>

public class ExtensionModule extends Object implements Comparable<ExtensionModule>
  • Constructor Details

    • ExtensionModule

      public ExtensionModule(Path extensionDir, String artifactIdBase)
  • Method Details

    • getExtensionDir

      public Path getExtensionDir()
      Returns:
      the absolute canonical path of the directory whose children are the runtime and deployment directories of this ExtensionModule
    • getArtifactIdBase

      public String getArtifactIdBase()
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • isNativeSupported

      public boolean isNativeSupported()
    • compareTo

      public int compareTo(ExtensionModule other)
      Specified by:
      compareTo in interface Comparable<ExtensionModule>
    • getRuntimePomPath

      public Path getRuntimePomPath()
    • getPomPath

      public Path getPomPath()