public interface ArchetypeProvider
ServiceProvider
.
There are 3 default implementations registered: One lists 1 basic archetype
(simple and the other lists all archetypes it find in local and remote repository indexes.
For special archetypes to be visible in the UI, use ArchetypeWizards.definedArchetype(java.lang.String, java.lang.String, java.lang.String, java.lang.String)
.
Modifier and Type | Method and Description |
---|---|
List<Archetype> |
getArchetypes()
return Archetype instances known to this provider.
|