org.apache.maven.archetype.ui
Class ArchetypeConfiguration

java.lang.Object
  extended by org.apache.maven.archetype.ui.ArchetypeConfiguration

public class ArchetypeConfiguration
extends Object


Constructor Summary
ArchetypeConfiguration()
           
 
Method Summary
 void addRequiredProperty(String string)
           
 String getArtifactId()
           
 String getDefaultValue(String requiredProperty)
           
 Properties getDefaultValues()
           
 String getDescription()
           
 String getGoals()
           
 String getGroupId()
           
 String getName()
           
 Properties getProperties()
           
 String getProperty(String property)
           
 List<String> getRequiredProperties()
           
 String getUrl()
           
 String getVersion()
           
 boolean isConfigured()
           
 boolean isConfigured(String requiredProperties)
           
 void removeRequiredProperty(String string)
           
 void reset()
           
 void setArtifactId(String artifactId)
           
 void setDefaultProperty(String requiredProperty, String propertyValue)
           
 void setDescription(String description)
           
 void setGoals(String goals)
           
 void setGroupId(String groupId)
           
 void setName(String name)
           
 void setProperty(String requiredProperty, String propertyValue)
           
 void setRequiredProperties(List<String> requiredProperties)
           
 void setUrl(String url)
           
 void setVersion(String version)
           
 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

getDescription

public String getDescription()

setDescription

public void setDescription(String description)

getUrl

public String getUrl()

setUrl

public void setUrl(String url)

addRequiredProperty

public void addRequiredProperty(String string)

getArtifactId

public String getArtifactId()

getGoals

public String getGoals()

getGroupId

public String getGroupId()

getName

public String getName()

getRequiredProperties

public List<String> getRequiredProperties()

getVersion

public String getVersion()

removeRequiredProperty

public void removeRequiredProperty(String string)

setArtifactId

public void setArtifactId(String artifactId)

setGoals

public void setGoals(String goals)

setGroupId

public void setGroupId(String groupId)

setName

public void setName(String name)

setRequiredProperties

public void setRequiredProperties(List<String> requiredProperties)

setVersion

public void setVersion(String 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()


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