return filesToUrls(jarFiles);
}
private Object adaptKarafSshConnectionUrl() {
final ShellSection shellSection = (ShellSection) getAdapter(ShellSection.class);
shellSection.load();
return new KarafSshConnectionUrl(shellSection.getSshHost(), shellSection.getSshPort());
}