org.codehaus.plexus.application.service
public class DefaultServiceDiscoverer extends AbstractLogEnabled implements ServiceDiscoverer, Initializable, Contextualizable
Since: Jul 17, 2004
Field Summary | |
---|---|
DefaultPlexusContainer | container |
String | serviceDirectory |
Method Summary | |
---|---|
void | addClasses(File classes) |
void | addConfiguration(File config)
The first time the configuration runs, we don't care
what the user configuration is, so only use the components.xml
files. |
void | addJars(File jarDir) |
void | contextualize(Context context) |
void | deploy(String name, String location) |
void | deploy(String name, File jar, File services, File configurations) |
void | initialize() |
void | startComponents(PlexusConfiguration serviceConfig) |
Throws: Exception