org.apache.maven.archetype.metadata
Class ArchetypeDescriptor

java.lang.Object
  extended by org.apache.maven.archetype.metadata.AbstractArchetypeDescriptor
      extended by org.apache.maven.archetype.metadata.ArchetypeDescriptor
All Implemented Interfaces:
Serializable

public class ArchetypeDescriptor
extends AbstractArchetypeDescriptor
implements Serializable

null

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

Constructor Summary
ArchetypeDescriptor()
           
 
Method Summary
 void addRequiredProperty(RequiredProperty requiredProperty)
          Method addRequiredProperty
 String getId()
          Get null
 String getModelEncoding()
           
 List getRequiredProperties()
          Method getRequiredProperties
 boolean isPartial()
          Get null
 void removeRequiredProperty(RequiredProperty requiredProperty)
          Method removeRequiredProperty
 void setId(String id)
          Set null
 void setModelEncoding(String modelEncoding)
           
 void setPartial(boolean partial)
          Set null
 void setRequiredProperties(List requiredProperties)
          Set null
 
Methods inherited from class org.apache.maven.archetype.metadata.AbstractArchetypeDescriptor
addFileSet, addModule, getFileSets, getModules, removeFileSet, removeModule, setFileSets, setModules
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ArchetypeDescriptor

public ArchetypeDescriptor()
Method Detail

addRequiredProperty

public void addRequiredProperty(RequiredProperty requiredProperty)
Method addRequiredProperty

Parameters:
requiredProperty -

getId

public String getId()
Get null


getRequiredProperties

public List getRequiredProperties()
Method getRequiredProperties


isPartial

public boolean isPartial()
Get null


removeRequiredProperty

public void removeRequiredProperty(RequiredProperty requiredProperty)
Method removeRequiredProperty

Parameters:
requiredProperty -

setId

public void setId(String id)
Set null

Parameters:
id -

setPartial

public void setPartial(boolean partial)
Set null

Parameters:
partial -

setRequiredProperties

public void setRequiredProperties(List requiredProperties)
Set null

Parameters:
requiredProperties -

setModelEncoding

public void setModelEncoding(String modelEncoding)
Overrides:
setModelEncoding in class AbstractArchetypeDescriptor

getModelEncoding

public String getModelEncoding()
Overrides:
getModelEncoding in class AbstractArchetypeDescriptor


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