Class CoreExtensionEntry
java.lang.Object
org.apache.maven.extension.internal.CoreExtensionEntry
Provides information about artifacts (identified by groupId:artifactId string key) and classpath elements exported by
 Maven core itself or a Maven core extension.
- Since:
- 3.3.0
- 
Constructor SummaryConstructorsConstructorDescriptionCoreExtensionEntry(org.codehaus.plexus.classworlds.realm.ClassRealm realm, Collection<String> artifacts, Collection<String> packages, String key, XmlNode configuration) 
- 
Method SummaryModifier and TypeMethodDescriptionstatic CoreExtensionEntrydiscoverFrom(org.codehaus.plexus.classworlds.realm.ClassRealm loader) static CoreExtensionEntrydiscoverFrom(org.codehaus.plexus.classworlds.realm.ClassRealm loader, Collection<File> classpath, String key, XmlNode configuration) org.codehaus.plexus.classworlds.realm.ClassRealmReturns ClassLoader used to load extension classes.Returns the configuration for this extension.Returns artifacts exported by the extension, identified by groupId:artifactId string key.Returns classpath elements exported by the extension.getKey()The key that can must used to identify the configuration using theNamedannotation.
- 
Constructor Details- 
CoreExtensionEntrypublic CoreExtensionEntry(org.codehaus.plexus.classworlds.realm.ClassRealm realm, Collection<String> artifacts, Collection<String> packages, String key, XmlNode configuration) 
 
- 
- 
Method Details- 
getClassRealmpublic org.codehaus.plexus.classworlds.realm.ClassRealm getClassRealm()Returns ClassLoader used to load extension classes.
- 
getExportedArtifactsReturns artifacts exported by the extension, identified by groupId:artifactId string key.
- 
getExportedPackagesReturns classpath elements exported by the extension.
- 
getKeyThe key that can must used to identify the configuration using theNamedannotation.
- 
getConfigurationReturns the configuration for this extension.
- 
discoverFrompublic static CoreExtensionEntry discoverFrom(org.codehaus.plexus.classworlds.realm.ClassRealm loader) 
- 
discoverFrompublic static CoreExtensionEntry discoverFrom(org.codehaus.plexus.classworlds.realm.ClassRealm loader, Collection<File> classpath, String key, XmlNode configuration) 
 
-