public class ModuleDependency extends MavenDependency
<platformModules>
<moduleDependency>
<groupId>${alfresco.groupId}</groupId>
<artifactId>alfresco-share-services</artifactId>
<version>${alfresco.share.version}</version>
<type>amp</type>
</moduleDependency>
<moduleDependency>
<groupId>${project.groupId}</groupId>
<artifactId>${project.artifactId}</artifactId>
<version>${project.version}</version>
</moduleDependency>
</platformModules>
| Modifier and Type | Field and Description |
|---|---|
static String |
TYPE_AMP |
static String |
TYPE_JAR |
| Constructor and Description |
|---|
ModuleDependency() |
ModuleDependency(String g,
String a,
String v,
String t) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getType() |
int |
hashCode() |
boolean |
isAmp() |
boolean |
isJar() |
void |
setType(String type) |
String |
toString() |
getArtifactId, getClassifier, getGroupId, getVersion, setArtifactId, setClassifier, setGroupId, setVersionpublic static final String TYPE_JAR
public static final String TYPE_AMP
public String getType()
public void setType(String type)
public boolean isAmp()
public boolean isJar()
public boolean equals(Object o)
equals in class MavenDependencypublic int hashCode()
hashCode in class MavenDependencypublic String toString()
toString in class MavenDependencyCopyright © 2017. All rights reserved.