org.apache.maven.archetype.common
Class ArchetypeDefinition

java.lang.Object
  extended by org.apache.maven.archetype.common.ArchetypeDefinition
All Implemented Interfaces:
Serializable

public class ArchetypeDefinition
extends Object
implements Serializable

null

Version:
$Revision$ $Date$
See Also:
Serialized Form

Constructor Summary
ArchetypeDefinition()
           
 
Method Summary
 String getArtifactId()
          Get null
 String getGroupId()
          Get null
 String getModelEncoding()
           
 String getName()
          Get null
 String getVersion()
          Get null
 boolean isArtifactDefined()
           
 boolean isDefined()
           
 boolean isGroupDefined()
           
 boolean isPartiallyDefined()
           
 boolean isVersionDefined()
           
 void reset()
           
 void setArtifactId(String ArtifactId)
          Set null
 void setGroupId(String GroupId)
          Set null
 void setModelEncoding(String modelEncoding)
           
 void setName(String Name)
          Set null
 void setVersion(String Version)
          Set null
 Properties toProperties()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ArchetypeDefinition

public ArchetypeDefinition()
Method Detail

getArtifactId

public String getArtifactId()
Get null


getGroupId

public String getGroupId()
Get null


getName

public String getName()
Get null


getVersion

public String getVersion()
Get null


setArtifactId

public void setArtifactId(String ArtifactId)
Set null

Parameters:
ArtifactId -

setGroupId

public void setGroupId(String GroupId)
Set null

Parameters:
GroupId -

setName

public void setName(String Name)
Set null

Parameters:
Name -

setVersion

public void setVersion(String Version)
Set null

Parameters:
Version -

reset

public void reset()

toProperties

public Properties toProperties()

isArtifactDefined

public boolean isArtifactDefined()

isDefined

public boolean isDefined()

isGroupDefined

public boolean isGroupDefined()

isPartiallyDefined

public boolean isPartiallyDefined()

isVersionDefined

public boolean isVersionDefined()

setModelEncoding

public void setModelEncoding(String modelEncoding)

getModelEncoding

public String getModelEncoding()


Copyright © 2007-2011 Apache Software Foundation. All Rights Reserved.