Class ArchetypeCatalog

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

public class ArchetypeCatalog extends java.lang.Object implements java.io.Serializable
Class ArchetypeCatalog.
Version:
$Revision$ $Date$
See Also:
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    private java.util.List<Archetype>
    Field archetypes.
    private java.lang.String
    Field modelEncoding.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Method addArchetype.
    java.util.List<Archetype>
    Method getArchetypes.
    java.lang.String
    Get the modelEncoding field.
    void
    Method removeArchetype.
    void
    setArchetypes(java.util.List<Archetype> archetypes)
    Set list of Acthetypes available in this catalog.
    void
    setModelEncoding(java.lang.String modelEncoding)
    Set the modelEncoding field.
    java.lang.String
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Field Details

    • archetypes

      private java.util.List<Archetype> archetypes
      Field archetypes.
    • modelEncoding

      private java.lang.String modelEncoding
      Field modelEncoding.
  • Constructor Details

    • ArchetypeCatalog

      public ArchetypeCatalog()
  • Method Details

    • addArchetype

      public void addArchetype(Archetype archetype)
      Method addArchetype.
      Parameters:
      archetype -
    • getArchetypes

      public java.util.List<Archetype> getArchetypes()
      Method getArchetypes.
      Returns:
      List
    • getModelEncoding

      public java.lang.String getModelEncoding()
      Get the modelEncoding field.
      Returns:
      String
    • removeArchetype

      public void removeArchetype(Archetype archetype)
      Method removeArchetype.
      Parameters:
      archetype -
    • setArchetypes

      public void setArchetypes(java.util.List<Archetype> archetypes)
      Set list of Acthetypes available in this catalog.
      Parameters:
      archetypes -
    • setModelEncoding

      public void setModelEncoding(java.lang.String modelEncoding)
      Set the modelEncoding field.
      Parameters:
      modelEncoding -
    • toString

      public java.lang.String toString()
      Overrides:
      toString in class java.lang.Object