@Label(value="Project",
usingIndexedPropertyOf=com.buschmais.jqassistant.core.store.api.model.FullQualifiedNameDescriptor.class)
public interface MavenProjectDescriptor
extends MavenDescriptor, com.buschmais.jqassistant.core.store.api.model.FullQualifiedNameDescriptor, com.buschmais.jqassistant.core.store.api.model.NamedDescriptor
| Modifier and Type | Method and Description |
|---|---|
String |
getArtifactId() |
String |
getGroupId() |
String |
getPackaging() |
String |
getVersion() |
void |
setArtifactId(String artifactId) |
void |
setGroupId(String groupId) |
void |
setPackaging(String packaging) |
void |
setVersion(String version) |
@Property(value="groupId") String getGroupId()
void setGroupId(String groupId)
@Property(value="artifactId") String getArtifactId()
void setArtifactId(String artifactId)
@Property(value="version") String getVersion()
void setVersion(String version)
@Property(value="packaging") String getPackaging()
void setPackaging(String packaging)
Copyright © 2015 buschmais GbR. All rights reserved.