Class WiredComponentProvider
- java.lang.Object
-
- org.kie.maven.integration.embedder.WiredComponentProvider
-
- All Implemented Interfaces:
ComponentProvider
public class WiredComponentProvider extends Object implements ComponentProvider
-
-
Constructor Summary
Constructors Constructor Description WiredComponentProvider()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.codehaus.plexus.PlexusContainergetPlexusContainer()org.eclipse.aether.RepositorySystemSessiongetRepositorySystemSession(org.apache.maven.execution.MavenExecutionRequest mavenExecutionRequest)ClassLoadergetSystemClassLoader()<T> Tlookup(Class<T> clazz)
-
-
-
Method Detail
-
lookup
public <T> T lookup(Class<T> clazz) throws org.codehaus.plexus.component.repository.exception.ComponentLookupException
- Specified by:
lookupin interfaceComponentProvider- Throws:
org.codehaus.plexus.component.repository.exception.ComponentLookupException
-
getRepositorySystemSession
public org.eclipse.aether.RepositorySystemSession getRepositorySystemSession(org.apache.maven.execution.MavenExecutionRequest mavenExecutionRequest) throws org.codehaus.plexus.component.repository.exception.ComponentLookupException- Specified by:
getRepositorySystemSessionin interfaceComponentProvider- Throws:
org.codehaus.plexus.component.repository.exception.ComponentLookupException
-
getPlexusContainer
public org.codehaus.plexus.PlexusContainer getPlexusContainer()
- Specified by:
getPlexusContainerin interfaceComponentProvider
-
getSystemClassLoader
public ClassLoader getSystemClassLoader()
- Specified by:
getSystemClassLoaderin interfaceComponentProvider
-
-