Modifier and Type | Method and Description |
---|---|
static 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 | Method and Description |
---|---|
ArchetypeCatalogFactory |
ArchetypeManager.getArchetypeCatalogFactory(String catalogId) |
Modifier and Type | Method and Description |
---|---|
Collection<ArchetypeCatalogFactory> |
ArchetypeManager.getArchetypeCatalogs() |
Collection<ArchetypeCatalogFactory> |
ArchetypeCatalogsWriter.readArchetypeCatalogs(InputStream is) |
Modifier and Type | Method and Description |
---|---|
void |
ArchetypeManager.addArchetypeCatalogFactory(ArchetypeCatalogFactory factory) |
Modifier and Type | Method and Description |
---|---|
void |
ArchetypeCatalogsWriter.writeArchetypeCatalogs(Collection<ArchetypeCatalogFactory> catalogs,
OutputStream os) |
Modifier and Type | Method and Description |
---|---|
ArchetypeCatalogFactory |
RemoteArchetypeCatalogDialog.getArchetypeCatalogFactory() |
ArchetypeCatalogFactory |
LocalArchetypeCatalogDialog.getArchetypeCatalogFactory() |
protected ArchetypeCatalogFactory |
MavenArchetypesPreferencePage.getSelectedArchetypeCatalogFactory() |
Constructor and Description |
---|
LocalArchetypeCatalogDialog(org.eclipse.swt.widgets.Shell shell,
ArchetypeCatalogFactory factory) |
RemoteArchetypeCatalogDialog(org.eclipse.swt.widgets.Shell shell,
ArchetypeCatalogFactory factory) |
Modifier and Type | Method and Description |
---|---|
static List<org.apache.maven.archetype.catalog.Archetype> |
MavenProjectWizardArchetypePage.getArchetypesForCatalog(ArchetypeCatalogFactory archCatalogFactory,
org.eclipse.core.runtime.IProgressMonitor monitor) |
Copyright © 2005–2015 Sonatype, Inc.. All rights reserved.