public class ArchetypeTypeSetParser
extends java.lang.Object
ArchetypeTypeSets
("types.xml" files).Constructor and Description |
---|
ArchetypeTypeSetParser(@NotNull ArchetypeTypeParser archetypeTypeParser)
Creates a new instance.
|
Modifier and Type | Method and Description |
---|---|
@NotNull ArchetypeTypeSet |
loadTypesFromXML(@NotNull ErrorViewCollector errorViewCollector,
@NotNull nu.xom.Document document)
Loads a types.xml file.
|
public ArchetypeTypeSetParser(@NotNull @NotNull ArchetypeTypeParser archetypeTypeParser)
archetypeTypeParser
- the archetype type parser to use@NotNull public @NotNull ArchetypeTypeSet loadTypesFromXML(@NotNull @NotNull ErrorViewCollector errorViewCollector, @NotNull @NotNull nu.xom.Document document)
errorViewCollector
- the error view collector for reporting errorsdocument
- the document containing the contents of the types.xml
file