org.apache.maven.archetype.catalog
Class ArchetypeCatalog

java.lang.Object
  extended by org.apache.maven.archetype.catalog.ArchetypeCatalog
All Implemented Interfaces:
Serializable

public class ArchetypeCatalog
extends Object
implements Serializable

Class ArchetypeCatalog.

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

Constructor Summary
ArchetypeCatalog()
           
 
Method Summary
 void addArchetype(Archetype archetype)
          Method addArchetype.
 List<Archetype> getArchetypes()
          Method getArchetypes.
 String getModelEncoding()
          Get the modelEncoding field.
 void removeArchetype(Archetype archetype)
          Method removeArchetype.
 void setArchetypes(List<Archetype> archetypes)
          Set list of Acthetypes available in this catalog.
 void setModelEncoding(String modelEncoding)
          Set the modelEncoding field.
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ArchetypeCatalog

public ArchetypeCatalog()
Method Detail

addArchetype

public void addArchetype(Archetype archetype)
Method addArchetype.

Parameters:
archetype -

getArchetypes

public List<Archetype> getArchetypes()
Method getArchetypes.

Returns:
List

getModelEncoding

public String getModelEncoding()
Get the modelEncoding field.

Returns:
String

removeArchetype

public void removeArchetype(Archetype archetype)
Method removeArchetype.

Parameters:
archetype -

setArchetypes

public void setArchetypes(List<Archetype> archetypes)
Set list of Acthetypes available in this catalog.

Parameters:
archetypes -

setModelEncoding

public void setModelEncoding(String modelEncoding)
Set the modelEncoding field.

Parameters:
modelEncoding -

toString

public String toString()
Overrides:
toString in class Object


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