public abstract class ArchetypeCatalogFactory extends Object
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
|
Constructor and Description |
---|
ArchetypeCatalogFactory(String id,
String description,
boolean editable) |
Modifier and Type | Method and Description |
---|---|
abstract org.apache.maven.archetype.catalog.ArchetypeCatalog |
getArchetypeCatalog() |
protected org.apache.maven.archetype.ArchetypeManager |
getArchetyper() |
String |
getDescription() |
String |
getId() |
boolean |
isEditable() |
String |
toString() |
public String getId()
public String getDescription()
public boolean isEditable()
public abstract org.apache.maven.archetype.catalog.ArchetypeCatalog getArchetypeCatalog() throws org.eclipse.core.runtime.CoreException
org.eclipse.core.runtime.CoreException
protected org.apache.maven.archetype.ArchetypeManager getArchetyper()
Copyright © 2005–2015 Sonatype, Inc.. All rights reserved.