| Modifier and Type | Method and Description |
|---|---|
private static ArchetypeCatalogFactory |
ExtensionReader.readArchetypeCatalogs(org.eclipse.core.runtime.IConfigurationElement element,
org.eclipse.core.runtime.IContributor contributor) |
| Modifier and Type | Method and Description |
|---|---|
static java.util.List<ArchetypeCatalogFactory> |
ExtensionReader.readArchetypeExtensions() |
| Modifier and Type | Class and Description |
|---|---|
static class |
ArchetypeCatalogFactory.DefaultLocalCatalogFactory
Factory for default local ArchetypeCatalog
|
static class |
ArchetypeCatalogFactory.InternalCatalogFactory
Factory for internal ArchetypeCatalog
|
static class |
ArchetypeCatalogFactory.LocalCatalogFactory
Factory for local ArchetypeCatalog
|
static class |
ArchetypeCatalogFactory.NexusIndexerCatalogFactory
Factory for Nexus Indexer ArchetypeCatalog
|
static class |
ArchetypeCatalogFactory.RemoteCatalogFactory
Factory for remote ArchetypeCatalog
|
| Modifier and Type | Field and Description |
|---|---|
private java.util.Collection<ArchetypeCatalogFactory> |
ArchetypeCatalogsWriter.XMLArchetypeCatalogsWriter.catalogs |
private java.util.Collection<ArchetypeCatalogFactory> |
ArchetypeCatalogsWriter.ArchetypeCatalogsContentHandler.catalogs |
private java.util.Map<java.lang.String,ArchetypeCatalogFactory> |
ArchetypeManager.catalogs |
| Modifier and Type | Method and Description |
|---|---|
ArchetypeCatalogFactory |
ArchetypeManager.getArchetypeCatalogFactory(java.lang.String catalogId) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<ArchetypeCatalogFactory> |
ArchetypeManager.getArchetypeCatalogs() |
java.util.Collection<ArchetypeCatalogFactory> |
ArchetypeCatalogsWriter.readArchetypeCatalogs(java.io.InputStream is) |
| Modifier and Type | Method and Description |
|---|---|
void |
ArchetypeManager.addArchetypeCatalogFactory(ArchetypeCatalogFactory factory) |
| Modifier and Type | Method and Description |
|---|---|
void |
ArchetypeCatalogsWriter.writeArchetypeCatalogs(java.util.Collection<ArchetypeCatalogFactory> catalogs,
java.io.OutputStream os) |
| Constructor and Description |
|---|
ArchetypeCatalogsContentHandler(java.util.Collection<ArchetypeCatalogFactory> catalogs) |
XMLArchetypeCatalogsWriter(java.util.Collection<ArchetypeCatalogFactory> catalogs) |
| Modifier and Type | Field and Description |
|---|---|
private ArchetypeCatalogFactory |
LocalArchetypeCatalogDialog.archetypeCatalogFactory |
private ArchetypeCatalogFactory |
RemoteArchetypeCatalogDialog.archetypeCatalogFactory |
| Modifier and Type | Field and Description |
|---|---|
(package private) java.util.List<ArchetypeCatalogFactory> |
MavenArchetypesPreferencePage.archetypeCatalogs |
| Modifier and Type | Method and Description |
|---|---|
ArchetypeCatalogFactory |
LocalArchetypeCatalogDialog.getArchetypeCatalogFactory() |
ArchetypeCatalogFactory |
RemoteArchetypeCatalogDialog.getArchetypeCatalogFactory() |
protected ArchetypeCatalogFactory |
MavenArchetypesPreferencePage.getSelectedArchetypeCatalogFactory() |
| Modifier and Type | Method and Description |
|---|---|
private void |
MavenArchetypesPreferencePage.addCatalogFactory(ArchetypeCatalogFactory factory) |
| Constructor and Description |
|---|
LocalArchetypeCatalogDialog(org.eclipse.swt.widgets.Shell shell,
ArchetypeCatalogFactory factory) |
RemoteArchetypeCatalogDialog(org.eclipse.swt.widgets.Shell shell,
ArchetypeCatalogFactory factory) |
| Modifier and Type | Field and Description |
|---|---|
private ArchetypeCatalogFactory |
MavenProjectWizardArchetypePage.RetrievingArchetypesJob.archetypeCatalogFactory |
(package private) ArchetypeCatalogFactory |
MavenProjectWizardArchetypePage.catalogFactory |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<org.apache.maven.archetype.catalog.Archetype> |
MavenProjectWizardArchetypePage.getArchetypesForCatalog(ArchetypeCatalogFactory archCatalogFactory,
org.eclipse.core.runtime.IProgressMonitor monitor) |
| Constructor and Description |
|---|
RetrievingArchetypesJob(ArchetypeCatalogFactory catalogFactory) |