} else if (adapterType == ManagementSection.class) {
adaptedObject = adaptManagementSection();
} else if (adapterType == StartupSection.class) {
adaptedObject = new StartupSectionImpl(this);
} else if (adapterType == SystemSection.class) {
return new SystemSectionImpl(this);
} else if (adapterType == KarafPlatformDetails.class) {
adaptedObject = adaptKarafPlatformDetails();
} else if (adapterType == KarafSshConnectionUrl.class) {
adaptedObject = adaptKarafSshConnectionUrl();
} else {