static class ArchetypeCatalogsWriter.ArchetypeCatalogsContentHandler
extends org.xml.sax.helpers.DefaultHandler
| Modifier and Type | Field and Description |
|---|---|
private java.util.Collection<ArchetypeCatalogFactory> |
catalogs |
| Constructor and Description |
|---|
ArchetypeCatalogsContentHandler(java.util.Collection<ArchetypeCatalogFactory> catalogs) |
| Modifier and Type | Method and Description |
|---|---|
void |
startElement(java.lang.String uri,
java.lang.String localName,
java.lang.String qName,
org.xml.sax.Attributes attributes) |
characters, endDocument, endElement, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startDocument, startPrefixMapping, unparsedEntityDecl, warningprivate java.util.Collection<ArchetypeCatalogFactory> catalogs
public ArchetypeCatalogsContentHandler(java.util.Collection<ArchetypeCatalogFactory> catalogs)