org.apache.geronimo.mavenplugins.car
Class ModuleId
java.lang.Object
org.apache.geronimo.mavenplugins.car.ModuleId
- Direct Known Subclasses:
- Dependency
public class ModuleId
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
groupId
protected String groupId
artifactId
protected String artifactId
version
protected String version
type
protected String type
ModuleId
public ModuleId()
getGroupId
public String getGroupId()
getArtifactId
public String getArtifactId()
getVersion
public String getVersion()
getType
public String getType()
setImport
public void setImport(String importType)
getImport
public String getImport()
toArtifactType
public ArtifactType toArtifactType()
Copyright © 2003-2008 The Apache Geronimo development community. All Rights Reserved.