public class Module extends BaseBuildBean
ARTIFACT, ARTIFACTS, DEPENDENCIES, DEPENDENCY, EXCLUDED_ARTIFACTS, MODULE, MODULES, ROOT, RUN_PARAMETERS| Constructor and Description |
|---|
Module() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
java.util.List<Artifact> |
getArtifacts()
Returns the list of artifacts that have been deployed by the module
|
java.util.List<Dependency> |
getDependencies()
Returns the dependencies of the module
|
java.util.List<Artifact> |
getExcludedArtifacts()
Returns the list of excluded_artifacts that haven't been deployed by the module
|
java.lang.String |
getId()
Returns the ID of the module
|
int |
hashCode() |
void |
setArtifacts(java.util.List<Artifact> artifacts)
Sets the list of artifacts that have been deployed by the module
|
void |
setDependencies(java.util.List<Dependency> dependencies)
Sets the dependencies of the module
|
void |
setExcludedArtifacts(java.util.List<Artifact> excludedArtifacts)
Sets the list of artifacts that haven't been deployed by the module
|
void |
setId(java.lang.String id)
Sets the ID of the module
|
getProperties, setPropertiespublic java.lang.String getId()
public void setId(java.lang.String id)
id - Module IDpublic java.util.List<Artifact> getArtifacts()
public java.util.List<Artifact> getExcludedArtifacts()
public void setArtifacts(java.util.List<Artifact> artifacts)
artifacts - Module deployed artifactspublic java.util.List<Dependency> getDependencies()
public void setDependencies(java.util.List<Dependency> dependencies)
dependencies - Module dependenciespublic void setExcludedArtifacts(java.util.List<Artifact> excludedArtifacts)
excludedArtifacts - Module excluded artifactspublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object