public class ExtensionReader extends Object
Modifier and Type | Field and Description |
---|---|
static String |
EXTENSION_ARCHETYPES |
static String |
EXTENSION_INCREMENTAL_BUILD_FRAMEWORKS |
static String |
EXTENSION_PROJECT_CHANGED_EVENT_LISTENERS |
Constructor and Description |
---|
ExtensionReader() |
Modifier and Type | Method and Description |
---|---|
static List<ArchetypeCatalogFactory> |
readArchetypeExtensions() |
static List<IIncrementalBuildFramework> |
readIncrementalBuildFrameworks() |
static List<IMavenProjectChangedListener> |
readProjectChangedEventListenerExtentions() |
public static final String EXTENSION_ARCHETYPES
public static final String EXTENSION_PROJECT_CHANGED_EVENT_LISTENERS
public static final String EXTENSION_INCREMENTAL_BUILD_FRAMEWORKS
public static List<ArchetypeCatalogFactory> readArchetypeExtensions()
public static List<IMavenProjectChangedListener> readProjectChangedEventListenerExtentions()
public static List<IIncrementalBuildFramework> readIncrementalBuildFrameworks()
Copyright © 2005–2016 Sonatype, Inc.. All rights reserved.