org.codehaus.plexus.embed
Class ArtifactEnabledEmbedder
java.lang.Object
org.codehaus.plexus.embed.ArtifactEnabledEmbedder
- public class ArtifactEnabledEmbedder
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ArtifactEnabledEmbedder
public ArtifactEnabledEmbedder()
getContainer
public org.codehaus.plexus.PlexusContainer getContainer()
lookup
public java.lang.Object lookup(java.lang.String role)
throws org.codehaus.plexus.component.repository.exception.ComponentLookupException
- Throws:
org.codehaus.plexus.component.repository.exception.ComponentLookupException
lookup
public java.lang.Object lookup(java.lang.String role,
java.lang.String id)
throws org.codehaus.plexus.component.repository.exception.ComponentLookupException
- Throws:
org.codehaus.plexus.component.repository.exception.ComponentLookupException
hasComponent
public boolean hasComponent(java.lang.String role)
hasComponent
public boolean hasComponent(java.lang.String role,
java.lang.String id)
release
public void release(java.lang.Object service)
throws org.codehaus.plexus.component.repository.exception.ComponentLifecycleException
- Throws:
org.codehaus.plexus.component.repository.exception.ComponentLifecycleException
setClassWorld
public void setClassWorld(org.codehaus.classworlds.ClassWorld classWorld)
setConfiguration
public void setConfiguration(java.net.URL configuration)
addContextValue
public void addContextValue(java.lang.Object key,
java.lang.Object value)
setProperties
public void setProperties(java.util.Properties properties)
setProperties
public void setProperties(java.io.File file)
initializeContext
protected void initializeContext()
start
public void start(org.codehaus.classworlds.ClassWorld classWorld)
throws org.codehaus.plexus.PlexusContainerException
- Throws:
org.codehaus.plexus.PlexusContainerException
start
public void start()
throws org.codehaus.plexus.PlexusContainerException
- Throws:
org.codehaus.plexus.PlexusContainerException
stop
public void stop()
Copyright © 2001-2007 Codehaus. All Rights Reserved.