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();
}
Aggregations