Uses of Class
org.apache.maven.extension.internal.CoreExtensionEntry
Packages that use CoreExtensionEntry
Package
Description
This package contain support (mostly abstract) classes, that implement "base" of CLIng.
-
Uses of CoreExtensionEntry in org.apache.maven.cli
Fields in org.apache.maven.cli declared as CoreExtensionEntryModifier and TypeFieldDescriptionprivate final CoreExtensionEntry
ExtensionConfigurationModule.extension
Deprecated.Methods in org.apache.maven.cli that return types with arguments of type CoreExtensionEntryModifier and TypeMethodDescriptionprivate List
<CoreExtensionEntry> MavenCli.loadCoreExtensions
(CliRequest cliRequest, org.codehaus.plexus.classworlds.realm.ClassRealm containerRealm, Set<String> providedArtifacts) Deprecated.Constructors in org.apache.maven.cli with parameters of type CoreExtensionEntryModifierConstructorDescriptionExtensionConfigurationModule
(CoreExtensionEntry extension, Function<String, String> callback) Deprecated. -
Uses of CoreExtensionEntry in org.apache.maven.cli.internal
Methods in org.apache.maven.cli.internal that return CoreExtensionEntryModifier and TypeMethodDescriptionprivate CoreExtensionEntry
BootstrapCoreExtensionManager.createExtension
(CoreExtension extension, List<org.eclipse.aether.artifact.Artifact> artifacts) Deprecated.Methods in org.apache.maven.cli.internal that return types with arguments of type CoreExtensionEntryModifier and TypeMethodDescriptionBootstrapCoreExtensionManager.loadCoreExtensions
(MavenExecutionRequest request, Set<String> providedArtifacts, List<CoreExtension> extensions) Deprecated.private List
<CoreExtensionEntry> BootstrapCoreExtensionManager.resolveCoreExtensions
(org.eclipse.aether.RepositorySystemSession repoSession, List<org.eclipse.aether.repository.RemoteRepository> repositories, Set<String> providedArtifacts, List<CoreExtension> configuration, Function<String, String> interpolator) Deprecated. -
Uses of CoreExtensionEntry in org.apache.maven.cling.extensions
Fields in org.apache.maven.cling.extensions declared as CoreExtensionEntryModifier and TypeFieldDescriptionprivate final CoreExtensionEntry
ExtensionConfigurationModule.extension
Methods in org.apache.maven.cling.extensions that return CoreExtensionEntryModifier and TypeMethodDescriptionprivate CoreExtensionEntry
BootstrapCoreExtensionManager.createExtension
(CoreExtension extension, List<org.eclipse.aether.artifact.Artifact> artifacts) Methods in org.apache.maven.cling.extensions that return types with arguments of type CoreExtensionEntryModifier and TypeMethodDescriptionBootstrapCoreExtensionManager.loadCoreExtensions
(MavenExecutionRequest request, Set<String> providedArtifacts, List<CoreExtension> extensions) private List
<CoreExtensionEntry> BootstrapCoreExtensionManager.resolveCoreExtensions
(org.eclipse.aether.RepositorySystemSession repoSession, List<org.eclipse.aether.repository.RemoteRepository> repositories, Set<String> providedArtifacts, List<CoreExtension> configuration, Function<String, String> interpolator) Constructors in org.apache.maven.cling.extensions with parameters of type CoreExtensionEntryModifierConstructorDescriptionExtensionConfigurationModule
(CoreExtensionEntry extension, Function<String, String> callback) -
Uses of CoreExtensionEntry in org.apache.maven.cling.invoker
Methods in org.apache.maven.cling.invoker that return types with arguments of type CoreExtensionEntryModifier and TypeMethodDescriptionprotected List
<CoreExtensionEntry> PlexusContainerCapsuleFactory.loadCoreExtensions
(LookupInvoker<C> invoker, C context, org.codehaus.plexus.classworlds.realm.ClassRealm containerRealm, Set<String> providedArtifacts) Methods in org.apache.maven.cling.invoker with parameters of type CoreExtensionEntryModifier and TypeMethodDescriptionPlexusContainerCapsuleFactory.collectExportedArtifacts
(CoreExtensionEntry coreEntry, List<CoreExtensionEntry> extensionEntries) PlexusContainerCapsuleFactory.collectExportedPackages
(CoreExtensionEntry coreEntry, List<CoreExtensionEntry> extensionEntries) Method parameters in org.apache.maven.cling.invoker with type arguments of type CoreExtensionEntryModifier and TypeMethodDescriptionPlexusContainerCapsuleFactory.collectExportedArtifacts
(CoreExtensionEntry coreEntry, List<CoreExtensionEntry> extensionEntries) PlexusContainerCapsuleFactory.collectExportedPackages
(CoreExtensionEntry coreEntry, List<CoreExtensionEntry> extensionEntries) -
Uses of CoreExtensionEntry in org.apache.maven.extension.internal
Methods in org.apache.maven.extension.internal that return CoreExtensionEntryModifier and TypeMethodDescriptionstatic CoreExtensionEntry
CoreExtensionEntry.discoverFrom
(org.codehaus.plexus.classworlds.realm.ClassRealm loader) static CoreExtensionEntry
CoreExtensionEntry.discoverFrom
(org.codehaus.plexus.classworlds.realm.ClassRealm loader, Collection<File> classpath, String key, XmlNode configuration) Constructors in org.apache.maven.extension.internal with parameters of type CoreExtensionEntry