Class ArchetypeCatalog
java.lang.Object
org.apache.maven.archetype.catalog.ArchetypeCatalog
- All Implemented Interfaces:
Serializable
Class ArchetypeCatalog.
- Version:
- $Revision$ $Date$
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addArchetype
(Archetype archetype) Method addArchetype.Method getArchetypes.Get the modelEncoding field.void
removeArchetype
(Archetype archetype) Method removeArchetype.void
setArchetypes
(List<Archetype> archetypes) Set list of Archetypes available in this catalog.void
setModelEncoding
(String modelEncoding) Set the modelEncoding field.toString()
-
Constructor Details
-
ArchetypeCatalog
public ArchetypeCatalog()
-
-
Method Details
-
addArchetype
Method addArchetype.- Parameters:
archetype
- a archetype object.
-
getArchetypes
Method getArchetypes.- Returns:
- List
-
getModelEncoding
Get the modelEncoding field.- Returns:
- String
-
removeArchetype
Method removeArchetype.- Parameters:
archetype
- a archetype object.
-
setArchetypes
Set list of Archetypes available in this catalog.- Parameters:
archetypes
- a archetypes object.
-
setModelEncoding
Set the modelEncoding field.- Parameters:
modelEncoding
- a modelEncoding object.
-
toString
-