Search in sources :

Example 1 with KarafAgentFactory

use of org.apache.karaf.shell.ssh.KarafAgentFactory in project fabric8 by jboss-fuse.

the class ContainerConnect method activate.

@Activate
void activate(BundleContext bundleContext) {
    this.agentFactory = new KarafAgentFactory();
    this.agentFactory.setBundleContext(bundleContext);
    activateComponent();
}
Also used : KarafAgentFactory(org.apache.karaf.shell.ssh.KarafAgentFactory) Activate(org.apache.felix.scr.annotations.Activate)

Aggregations

Activate (org.apache.felix.scr.annotations.Activate)1 KarafAgentFactory (org.apache.karaf.shell.ssh.KarafAgentFactory)1