Uses of Class
org.apache.maven.plugin.PluginContainerException
Packages that use PluginContainerException
-
Uses of PluginContainerException in org.apache.maven.plugin
Methods in org.apache.maven.plugin that throw PluginContainerExceptionModifier and TypeMethodDescriptionDefaultPluginRealmCache.get
(PluginRealmCache.Key key, PluginRealmCache.PluginRealmSupplier supplier) default PluginRealmCache.CacheRecord
PluginRealmCache.get
(PluginRealmCache.Key key, PluginRealmCache.PluginRealmSupplier supplier) <T> T
MavenPluginManager.getConfiguredMojo
(Class<T> mojoInterface, MavenSession session, MojoExecution mojoExecution) Looks up the mojo for the specified mojo execution and populates its parameters from the configuration given by the mojo execution.PluginRealmCache.PluginRealmSupplier.load()
void
MavenPluginManager.setupPluginRealm
(PluginDescriptor pluginDescriptor, MavenSession session, ClassLoader parent, List<String> imports, org.eclipse.aether.graph.DependencyFilter filter) Sets up the class realm for the specified plugin. -
Uses of PluginContainerException in org.apache.maven.plugin.internal
Methods in org.apache.maven.plugin.internal that throw PluginContainerExceptionModifier and TypeMethodDescriptionprivate void
DefaultMavenPluginManager.createPluginRealm
(PluginDescriptor pluginDescriptor, MavenSession session, ClassLoader parent, Map<String, ClassLoader> foreignImports, org.eclipse.aether.graph.DependencyFilter filter) private void
DefaultMavenPluginManager.discoverPluginComponents
(org.codehaus.plexus.classworlds.realm.ClassRealm pluginRealm, Plugin plugin, PluginDescriptor pluginDescriptor) <T> T
DefaultMavenPluginManager.getConfiguredMojo
(Class<T> mojoInterface, MavenSession session, MojoExecution mojoExecution) void
DefaultMavenPluginManager.setupPluginRealm
(PluginDescriptor pluginDescriptor, MavenSession session, ClassLoader parent, List<String> imports, org.eclipse.aether.graph.DependencyFilter filter)