org.apache.maven.archetype.common
Class ArchetypeConfiguration

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

public class ArchetypeConfiguration
extends Object
implements Serializable

null

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

Constructor Summary
ArchetypeConfiguration()
           
 
Method Summary
 void addRequiredProperty(String string)
          Method addRequiredProperty
 String getArtifactId()
          Get null
 String getDefaultValue(String requiredProperty)
           
 Properties getDefaultValues()
           
 String getGroupId()
          Get null
 String getModelEncoding()
           
 String getName()
          Get null
 Properties getProperties()
           
 String getProperty(String property)
           
 List getRequiredProperties()
          Method getRequiredProperties
 String getVersion()
          Get null
 boolean isConfigured()
           
 boolean isConfigured(String requiredProperties)
           
 void removeRequiredProperty(String string)
          Method removeRequiredProperty
 void reset()
           
 void setArtifactId(String ArtifactId)
          Set null
 void setDefaultProperty(String requiredProperty, String propertyValue)
           
 void setGroupId(String GroupId)
          Set null
 void setModelEncoding(String modelEncoding)
           
 void setName(String Name)
          Set null
 void setProperty(String requiredProperty, String propertyValue)
           
 void setRequiredProperties(List RequiredProperties)
          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

ArchetypeConfiguration

public ArchetypeConfiguration()
Method Detail

addRequiredProperty

public void addRequiredProperty(String string)
Method addRequiredProperty

Parameters:
string -

getArtifactId

public String getArtifactId()
Get null


getGroupId

public String getGroupId()
Get null


getName

public String getName()
Get null


getRequiredProperties

public List getRequiredProperties()
Method getRequiredProperties


getVersion

public String getVersion()
Get null


removeRequiredProperty

public void removeRequiredProperty(String string)
Method removeRequiredProperty

Parameters:
string -

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 -

setRequiredProperties

public void setRequiredProperties(List RequiredProperties)
Set null

Parameters:
RequiredProperties -

setVersion

public void setVersion(String Version)
Set null

Parameters:
Version -

reset

public void reset()

setProperty

public void setProperty(String requiredProperty,
                        String propertyValue)

getProperty

public String getProperty(String property)

getProperties

public Properties getProperties()

toProperties

public Properties toProperties()

isConfigured

public boolean isConfigured()

isConfigured

public boolean isConfigured(String requiredProperties)

setDefaultProperty

public void setDefaultProperty(String requiredProperty,
                               String propertyValue)

getDefaultValue

public String getDefaultValue(String requiredProperty)

getDefaultValues

public Properties getDefaultValues()

setModelEncoding

public void setModelEncoding(String modelEncoding)

getModelEncoding

public String getModelEncoding()


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