|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.fusesource.tooling.fuse.cdc.maven.plugin.ContainerArtifact
public class ContainerArtifact
TODO Add Class documentation for ContainerArtifact
| Constructor Summary | |
|---|---|
ContainerArtifact()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getArtifactId()
Gets the String value of artifactId for this instance of ContainerArtifact. |
java.lang.String |
getClassifier()
Gets the String value of classifier for this instance of ContainerArtifact. |
java.lang.String |
getGroupId()
Gets the String value of groupId for this instance of ContainerArtifact. |
java.lang.String |
getType()
Gets the String value of type for this instance of ContainerArtifact. |
java.lang.String |
getVersion()
Gets the String value of version for this instance of ContainerArtifact. |
void |
setArtifactId(java.lang.String artifactId)
Sets the String value of artifactId for this instance of ContainerArtifact. |
void |
setClassifier(java.lang.String classifier)
Sets the String value of classifier for this instance of ContainerArtifact. |
void |
setGroupId(java.lang.String groupId)
Sets the String value of groupId for this instance of ContainerArtifact. |
void |
setType(java.lang.String type)
Sets the String value of type for this instance of ContainerArtifact. |
void |
setVersion(java.lang.String version)
Sets the String value of version for this instance of ContainerArtifact. |
org.sonatype.aether.artifact.Artifact |
toArtifact()
|
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ContainerArtifact()
| Method Detail |
|---|
public java.lang.String toString()
toString in class java.lang.Object
public org.sonatype.aether.artifact.Artifact toArtifact()
throws java.lang.Exception
java.lang.Exceptionpublic java.lang.String getGroupId()
public void setGroupId(java.lang.String groupId)
groupId - Sets String, default is TODO add defaultpublic java.lang.String getArtifactId()
public void setArtifactId(java.lang.String artifactId)
artifactId - Sets String, default is TODO add defaultpublic java.lang.String getVersion()
public void setVersion(java.lang.String version)
version - Sets String, default is TODO add defaultpublic java.lang.String getType()
public void setType(java.lang.String type)
type - Sets String, default is TODO add defaultpublic java.lang.String getClassifier()
public void setClassifier(java.lang.String classifier)
classifier - Sets String, default is TODO add default
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||