| |
|
| java.lang.Object org.andromda.maven.plugin.cartridge.CartridgeArtifact
CartridgeArtifact | public class CartridgeArtifact (Code) | | Represents a cartridge library to be included in a cartridge.
author: Chad Brandon |
getArtifactId | public String getArtifactId()(Code) | | Gets the artifactId of this cartridge library.
Returns the artifactId. |
getGroupId | public String getGroupId()(Code) | | Gets the groupId of this cartridge library.
Returns the groupId. |
getPath | public String getPath()(Code) | | Gets the relative path the library will reside within the cartridge.
Returns the path. |
getType | public String getType()(Code) | | Gets the type of this artifact.
Returns the type. |
|
|
|