Uses of Class
org.jvnet.jaxb2.maven2.resolver.CatalogEntry
-
Packages that use CatalogEntry Package Description org.jvnet.jaxb2.maven2.resolver -
-
Uses of CatalogEntry in org.jvnet.jaxb2.maven2.resolver
Fields in org.jvnet.jaxb2.maven2.resolver with type parameters of type CatalogEntry Modifier and Type Field Description protected List<CatalogEntry>Catalog. catalogEntriesThe catalog entries currently known to the system.protected List<CatalogEntry>Catalog. localDelegateA vector of DELEGATE* Catalog entries constructed during processing of the Catalog.Methods in org.jvnet.jaxb2.maven2.resolver with parameters of type CatalogEntry Modifier and Type Method Description protected voidCatalog. addDelegate(CatalogEntry entry)Add to the current list of delegated catalogs.voidCatalog. addEntry(CatalogEntry entry)Cleanup and process a Catalog entry.voidResolver. addEntry(CatalogEntry entry)Cleanup and process a Catalog entry.
-