| |
|
| java.lang.Object org.ow2.easybeans.plugin.artifact.Module
Module | public class Module (Code) | | Describe a Maven 2 artifact.
author: Florent Benoit |
getArtifactId | public String getArtifactId()(Code) | | the artifact id |
setArtifactId | public void setArtifactId(String artifactId)(Code) | | Sets artifact id.
Parameters: artifactId - given value |
setGroupId | public void setGroupId(String groupId)(Code) | | Sets group id.
Parameters: groupId - given value |
setType | public void setType(String type)(Code) | | Sets the type.
Parameters: type - the given value |
setVersion | public void setVersion(String version)(Code) | | Sets the version.
Parameters: version - given value |
toString | public String toString()(Code) | | the string representation of this module |
|
|
|