public class ArchetypeCatalog
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
ArchetypeCatalog() |
Modifier and Type | Method and Description |
---|---|
void |
addArchetype(Archetype archetype)
Method addArchetype.
|
java.util.List<Archetype> |
getArchetypes()
Method getArchetypes.
|
java.lang.String |
getModelEncoding()
Get the modelEncoding field.
|
void |
removeArchetype(Archetype archetype)
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 |
toString() |
public void addArchetype(Archetype archetype)
archetype
- public java.util.List<Archetype> getArchetypes()
public java.lang.String getModelEncoding()
public void removeArchetype(Archetype archetype)
archetype
- public void setArchetypes(java.util.List<Archetype> archetypes)
archetypes
- public void setModelEncoding(java.lang.String modelEncoding)
modelEncoding
- public java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.