cz.cuni.amis.nb.util.maven
Class MavenArchetype

Package class diagram package MavenArchetype
java.lang.Object
  extended by cz.cuni.amis.nb.util.maven.MavenArchetype

public class MavenArchetype
extends Object

Author:
Jimmy

Constructor Summary
MavenArchetype()
           
 
Method Summary
 String getArtifactId()
           
 String getDescription()
           
 String getGroupId()
           
 String getRepository()
           
 String getVersion()
           
 void setArtifactId(String artifactId)
           
 void setDescription(String description)
           
 void setGroupId(String groupId)
           
 void setRepository(String repository)
           
 void setVersion(String version)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MavenArchetype

public MavenArchetype()
Method Detail

getArtifactId

public String getArtifactId()

setArtifactId

public void setArtifactId(String artifactId)

getDescription

public String getDescription()

setDescription

public void setDescription(String description)

getGroupId

public String getGroupId()

setGroupId

public void setGroupId(String groupId)

getRepository

public String getRepository()

setRepository

public void setRepository(String repository)

getVersion

public String getVersion()

setVersion

public void setVersion(String version)


Copyright © 2012 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.