Package org.l2x6.cq
Class ExtensionModule
- java.lang.Object
-
- org.l2x6.cq.ExtensionModule
-
- All Implemented Interfaces:
Comparable<ExtensionModule>
public class ExtensionModule extends Object implements Comparable<ExtensionModule>
-
-
Constructor Summary
Constructors Constructor Description ExtensionModule(Path extensionDir, String artifactIdPrefix)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompareTo(ExtensionModule other)StringgetArtifactIdBase()PathgetExtensionDir()PathgetPomPath()PathgetRuntimePomPath()booleanisNativeSupported()StringtoString()
-
-
-
Method Detail
-
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()
-
isNativeSupported
public boolean isNativeSupported()
-
compareTo
public int compareTo(ExtensionModule other)
- Specified by:
compareToin interfaceComparable<ExtensionModule>
-
getRuntimePomPath
public Path getRuntimePomPath()
-
getPomPath
public Path getPomPath()
-
-